]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: move on to ngtcp2 v0.19.1
authorStefan Eissing <stefan@eissing.org>
Wed, 6 Sep 2023 14:34:03 +0000 (16:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Sep 2023 21:11:30 +0000 (23:11 +0200)
Closes #11809

.github/workflows/ngtcp2-linux.yml
.github/workflows/quiche-linux.yml
docs/HTTP3.md

index d4b8fc08d97634bea21e5ac954cfe492fe60431a..a1512bb7de4f6b552d53bc699c35c28a8ba555cc 100644 (file)
@@ -50,7 +50,7 @@ env:
   gnutls-version: 3.8.0
   wolfssl-version: master
   nghttp3-version: v0.15.0
-  ngtcp2-version: v0.19.0
+  ngtcp2-version: v0.19.1
   nghttp2-version: v1.56.0
   mod_h2-version: v2.0.21
 
index dd12c4a60b676c2e5a9c7a85f443eacc7b1cbf34..a28274cd0b3cfb3848cc22332e7c5632eab21637 100644 (file)
@@ -48,7 +48,7 @@ env:
   MAKEFLAGS: -j 3
   openssl-version: 3.0.10+quic
   nghttp3-version: v0.15.0
-  ngtcp2-version: v0.19.0
+  ngtcp2-version: v0.19.1
   nghttp2-version: v1.56.0
   quiche-version: 0.17.2
   mod_h2-version: v2.0.21
index 1c6d9059ca8bf9f848031c9fae214c48d834cd43..8ad100073ba8da439ed5ae3a738c0eee7292ae31 100644 (file)
@@ -39,7 +39,7 @@ Building curl with ngtcp2 involves 3 components: `ngtcp2` itself, `nghttp3` and
 
 For now, `ngtcp2` and `nghttp3` are still *experimental* which means their evolution bring breaking changes. Therefore, the proper version of both libraries need to be used when building curl. These are
 
- * `ngtcp2`: v0.19.0
+ * `ngtcp2`: v0.19.1
  * `nghttp3`: v0.15.0
 
 ## Build with OpenSSL
@@ -65,7 +65,7 @@ Build nghttp3
 Build ngtcp2
 
      % cd ..
-     % git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
+     % git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
      % cd ngtcp2
      % autoreconf -fi
      % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
@@ -108,7 +108,7 @@ Build nghttp3
 Build ngtcp2
 
      % cd ..
-     % git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
+     % git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
      % cd ngtcp2
      % autoreconf -fi
      % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-gnutls
@@ -149,7 +149,7 @@ Build nghttp3
 Build ngtcp2
 
      % cd ..
-     % git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
+     % git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
      % cd ngtcp2
      % autoreconf -fi
      % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-wolfssl