]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: update component versions
authorStefan Eissing <stefan@eissing.org>
Mon, 8 Apr 2024 12:01:28 +0000 (14:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2024 14:19:23 +0000 (16:19 +0200)
- ngtcp2: v1.4.0
- nghttp3: v1.2.0
- nghttp2: v1.61.0
- mod_h2: v2.0.27

Closes #13316

.github/workflows/linux.yml
.github/workflows/ngtcp2-linux.yml
.github/workflows/osslq-linux.yml
.github/workflows/quiche-linux.yml

index d70bd1c608f8c3987d4095eb1abaeb06c42c12cf..2a5056eb9483d07bba5f959c050b0a6585b0ad0d 100644 (file)
@@ -44,7 +44,7 @@ env:
   bearssl-version: 0.6
   libressl-version: v3.7.3
   mbedtls-version: v3.5.0
-  mod_h2-version: v2.0.26
+  mod_h2-version: v2.0.27
   msh3-version: v0.6.0
   openssl3-version: openssl-3.1.3
   quictls-version: 3.1.4+quic
index 19172b48fd48f2648dc7e0592ee0861996e78de8..c0caf531b0d1d33ce3a1802a313f295e83c3a14a 100644 (file)
@@ -49,10 +49,10 @@ env:
   quictls-version: 3.1.4+quic
   gnutls-version: 3.8.3
   wolfssl-version: master
-  nghttp3-version: v1.1.0
-  ngtcp2-version: v1.2.0
-  nghttp2-version: v1.59.0
-  mod_h2-version: v2.0.26
+  nghttp3-version: v1.2.0
+  ngtcp2-version: v1.4.0
+  nghttp2-version: v1.61.0
+  mod_h2-version: v2.0.27
 
 jobs:
   autotools:
@@ -185,6 +185,7 @@ jobs:
           cd $HOME
           git clone --quiet --depth=1 -b ${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
           cd nghttp3
+          git submodule update --init
           autoreconf -fi
           ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
           make
index a15e28ccecf18f86f457139be37fd690f1bdf756..38ea8acaba676d72ff083c7da4976d6ed3cda3eb 100644 (file)
@@ -48,10 +48,10 @@ env:
   MAKEFLAGS: -j 3
   openssl3-version: openssl-3.2.0
   quictls-version: 3.1.4+quic
-  nghttp3-version: v1.1.0
-  ngtcp2-version: v1.2.0
-  nghttp2-version: v1.59.0
-  mod_h2-version: v2.0.26
+  nghttp3-version: v1.2.0
+  ngtcp2-version: v1.4.0
+  nghttp2-version: v1.61.0
+  mod_h2-version: v2.0.27
 
 jobs:
   autotools:
@@ -147,6 +147,7 @@ jobs:
           cd $HOME
           git clone --quiet --depth=1 -b ${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
           cd nghttp3
+          git submodule update --init
           autoreconf -fi
           ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
           make
index 40fc4d580d4000ddc5d437d20f34698f4911d982..17e98f967732543edf6c0c324e8e14b465cb4fc7 100644 (file)
@@ -47,11 +47,11 @@ permissions: {}
 env:
   MAKEFLAGS: -j 3
   openssl-version: 3.1.4+quic
-  nghttp3-version: v1.1.0
-  ngtcp2-version: v1.2.0
-  nghttp2-version: v1.59.0
+  nghttp3-version: v1.2.0
+  ngtcp2-version: v1.4.0
+  nghttp2-version: v1.61.0
   quiche-version: 0.20.0
-  mod_h2-version: v2.0.26
+  mod_h2-version: v2.0.27
 
 jobs:
   autotools:
@@ -102,6 +102,7 @@ jobs:
         run: |
           git clone --quiet --depth=1 -b ${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
           cd nghttp3
+          git submodule update --init
           autoreconf -fi
           ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
           make install