summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog2
-rw-r--r--libcurl.4.pkg/control3
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog b/changelog
index d659a1a..8e33d01 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@ curl (7.74.0-1) trunk
* New upstream version.
* Update maintainer and homepage.
* libcurl.4-dev: Remove static library.
+ * Link against wolfSSL for HTTPS support and depend on NSS CA root
+ certificates.
* Organize packages into sections.
* Reword package descriptions.
* curl-doc: Rename to curl.4-doc.
diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control
index 9e5dd82..29aaace 100644
--- a/libcurl.4.pkg/control
+++ b/libcurl.4.pkg/control
@@ -1,6 +1,7 @@
Architecture: any
Platform: all
Section: lib
-Depends: curl.4-common (= ${Source-Version}), ${Shlib-Depends}
+Depends: curl.4-common (= ${Source-Version}), ${Shlib-Depends},
+ nss-certdata-server-auth
Description: Client-side URL transfer library
${Libcurl-Description}