]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
authorGregory P. Smith <greg@krypto.org>
Fri, 11 Nov 2022 09:33:55 +0000 (01:33 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 09:33:55 +0000 (01:33 -0800)
.github/workflows/build.yml
Tools/ssl/multissltests.py

index f0544c0962e1239844e868c1f29ae1a8b4618a67..a1bdfa0681e00f174390b7f63578956a50c2f1d2 100644 (file)
@@ -176,7 +176,7 @@ jobs:
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     env:
-      OPENSSL_VER: 1.1.1q
+      OPENSSL_VER: 1.1.1s
       PYTHONSTRICTEXTENSIONBUILD: 1
     steps:
     - uses: actions/checkout@v3
@@ -235,7 +235,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.1.1q, 3.0.5]
+        openssl_ver: [1.1.1s, 3.0.7]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -282,7 +282,7 @@ jobs:
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     env:
-      OPENSSL_VER: 1.1.1q
+      OPENSSL_VER: 1.1.1s
       PYTHONSTRICTEXTENSIONBUILD: 1
       ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
     steps:
index d64b4f66f5192bd9d235323abd1d12fa95ba5571..30d66964fd1dcf0dcaf1e3012973b5fb3ffee7a3 100755 (executable)
@@ -46,8 +46,8 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1q",
-    "3.0.5"
+    "1.1.1s",
+    "3.0.7"
 ]
 
 LIBRESSL_OLD_VERSIONS = [