]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: openssl-3.0.9+quic
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 16 Apr 2023 19:44:09 +0000 (21:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jun 2023 14:24:52 +0000 (16:24 +0200)
Closes #11296

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

index 20df04273523a54c4d49e05e8e838de01516cd4c..4477fac413a68a2934582e483d42101d85220e6b 100644 (file)
@@ -78,7 +78,7 @@ jobs:
       name: 'install prereqs and impacket, pytest, crypto'
 
     - run: |
-        git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
+        git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
         cd openssl
         ./config --prefix=$HOME/all --libdir=$HOME/all/lib
         make install_sw
index 7609b0ec2e59b86109439773bc313b4fbff628d6..d81c56ecd283ec62ff9c9f9937e75350992c42ba 100644 (file)
@@ -71,7 +71,7 @@ jobs:
       name: 'install prereqs and impacket, pytest, crypto'
 
     - run: |
-        git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
+        git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
         cd openssl
         ./config --prefix=$HOME/all --libdir=$HOME/all/lib
         make install_sw
@@ -140,4 +140,3 @@ jobs:
       name: 'run pytest'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
-
index f1b6e23558df4f2d3ce76be56da6d7ca8032c32d..304d6cbe4aa207be501c0b3bc349684aa1d8c9e2 100644 (file)
@@ -81,7 +81,7 @@ jobs:
       name: 'install wolfssl'
 
     - run: |
-        git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
+        git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
         cd openssl
         ./config --prefix=$HOME/all --libdir=$HOME/all/lib
         make install_sw