]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Bump ngtcp2, nghttp3, and nghttp2
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Wed, 12 Jul 2023 09:26:02 +0000 (18:26 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Jul 2023 12:43:30 +0000 (14:43 +0200)
Closes #11428

.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml

index fed6d64710fbd1e5c7f50060d58927ac312e7f2c..09fbc52b2f4c204b80666d230f9f6a487fa51c7f 100644 (file)
@@ -104,7 +104,7 @@ jobs:
       name: 'install gnutls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -112,7 +112,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
@@ -120,7 +120,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
index 85cf2f0e95f799b59af3ed755554eddbaf97d20d..a36e7f825e902823faeb291773c54453fce6191c 100644 (file)
@@ -81,7 +81,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -89,7 +89,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
@@ -97,7 +97,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
index ef52803405de3f590006fbc58e973c5ec68c1a92..238939c1aeea38297ef2544f389a5eaea7890221 100644 (file)
@@ -92,7 +92,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
+        git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -100,7 +100,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
+        git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl  --with-wolfssl
@@ -108,7 +108,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3