New commits:
commit 6e148c7495a90e7856a3b8468b0726693356b35c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
ftp/curl: added optional dependency on nghttp2
commit 9a275837635aa2689c375e4d795b8ebb5861b60b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/nghttp2: new spell, a HTTP/2 C Library
diff --git a/ChangeLog b/ChangeLog
index 19f16e1..7f063ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-10-25 Pavel Vinogradov <public AT sourcemage.org>
+ * http/nghttp2: new spell, a HTTP/2 C Library
+
2016-10-24 David C. Haley <khoralin AT gmail.com>
* tor.gpg: keyring refreshed with latest project/developer keys
* http/apache2: deprecated in favor of apache22
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 2d010e1..6b6ba3f 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -68,4 +68,9 @@ else
'--enable-ldap' \
'--disable-ldap' \
'for Lightweight Directory Access Protocol support'
-fi
+fi &&
+
+optional_depends nghttp2 \
+ "--with-nghttp2" \
+ "--without-nghttp2" \
+ "for HTTP/2 support"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 81b7cf9..91ccd5e 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2016-10-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added nghttp2, optionally
+
2016-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 7.50.3, SECURITY_PATCH++, fixes CFE-2016-7167