summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-29 07:27:48 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-29 07:29:05 (EST)
commitb95b1d179222409d871d1b3b8ef44dd42e6aec94 (patch)
treee0f9dff9fa9fbb49dea50a2d15ec44cb0233a645
parent692a0b5332e183e1e8218e948a71d9d2ff2205c6 (diff)
libcurl.4: Depend on nss-certdata-server-auth
Also update changelog.
-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}