]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: ngtcp2: use 0.16.0 and nghttp3 0.12.0
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 4 Jun 2023 11:47:23 +0000 (13:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Jun 2023 18:50:31 +0000 (20:50 +0200)
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml

index 9b242fc4738a44914f57e8c51fec143ce792a66c..e2177c7a73e678c31156d32f10436161e58d7653 100644 (file)
@@ -101,7 +101,7 @@ jobs:
       name: 'install gnutls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -109,7 +109,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
index e3e35989938bcdee726b29d7ed4f4477e10dd043..7bdd5237b86860ffa65132523199ad997a058b3c 100644 (file)
@@ -78,7 +78,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -86,7 +86,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
index e1c890d29c27135b6456d3368fcd2435636880a6..feab3c72f17e8e104c9afeba72dde8d47d7002e7 100644 (file)
@@ -88,7 +88,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -96,7 +96,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl  --with-wolfssl