summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorPavel Vinogradov2021-11-13 20:00:22 -0500
committerPavel Vinogradov2021-11-13 20:02:43 -0500
commitbee24b938198154546488945a7e134d2b1ce944b (patch)
treea8a2d806495db392ada39958bb25e532de77697a /ftp
parent1248909719d7ff920c498b15fc3fe26cfb4b3fb8 (diff)
ftp/curl; added HTTP/3 support via nghttp3 & ngtcp2
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curl/DEPENDS9
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 12 insertions, 0 deletions
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index d8f56ad0fd..291a0c5bb4 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -75,6 +75,15 @@ optional_depends nghttp2 \
"--without-nghttp2" \
"for HTTP/2 support" &&
+optional_depends nghttp3 \
+ "--with-nghttp3" \
+ "--without-nghttp3" \
+ "for HTTP/3 support" &&
+
+if is_depends_enabled ${SPELL} nghttp3; then
+ depends -sub WITHSSL ngtcp2
+fi &&
+
if spell_ok brotli; then
optional_depends brotli \
"--with-brotli" \
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 34c2887c92..0175624bfa 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2021-11-13 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: added optional depends on nghttp3 & ngtcp2
+
2021-11-10 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 7.80.0