summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorTreeve Jelbert2021-02-01 09:54:44 +0100
committerTreeve Jelbert2021-02-01 09:54:44 +0100
commit7da79e8db55aa1607124e5b8c5931392ba560603 (patch)
tree3904f213601f13e7b91e9ec4874fda1a4af66f65 /ftp
parent2d8146847f674bd3c2003c5b9180062fafb0f8e3 (diff)
curl - tweak depends
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curl/DEPENDS6
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 8 insertions, 1 deletions
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index ecac5bbd18..d8f56ad0fd 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -80,5 +80,9 @@ if spell_ok brotli; then
"--with-brotli" \
"--without-brotli" \
"Brotli compression"
-fi
+fi &&
+optional_depends zstd \
+ "--with-zstd" \
+ "--without-zstd" \
+ "Xstd support"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index b07d1b6e29..79a6d19528 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2021-02-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: add optional zstd
+
2020-12-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 7.74.0, SECURITY_PATCH++, fixes CVE-2020-8284,
CVE-2020-8285, CVE-2020-8286