summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorTreeve Jelbert2018-03-24 09:41:43 +0100
committerTreeve Jelbert2018-03-24 09:41:43 +0100
commite8dfa9b01a50b90fd657f32ffa51e76e669d02a4 (patch)
treea519fe4299fc2add4ca14898bda834a1e691d667 /ftp
parentf8792e38a49c647d38c18ebbfb4dd333c5feb81d (diff)
curl - optional depends brotli
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 6b6ba3f288..00b04937b8 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -73,4 +73,8 @@ fi &&
optional_depends nghttp2 \
"--with-nghttp2" \
"--without-nghttp2" \
- "for HTTP/2 support"
+ "for HTTP/2 support" &&
+optional_depends brotli \
+ "--with-brotli" \
+ "--without-brotli" \
+ "Brotli compression"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index f762f57576..871c5238ae 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2018-03-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: add brotli
+
2018-03-14 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 7.59.0