]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1...
authorNed Deily <nad@python.org>
Tue, 22 Aug 2023 18:28:57 +0000 (14:28 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 18:28:57 +0000 (20:28 +0200)
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use  OpenSSL 1.1.1v, 3.0.10, and 3.1.2.

(cherry picked from commit 441797d4ffb12acda257370b9e5e19ed8d6e8a71)

.github/workflows/build.yml
Misc/NEWS.d/next/Tools-Demos/2023-08-12-13-18-15.gh-issue-107565.Tv22Ne.rst [new file with mode: 0644]
Tools/ssl/multissltests.py

index 37fd2ee863f725e929b01353a2c59dbffea6049d..9a2d24a88300f74724d65f8e692c93d0520c27a3 100644 (file)
@@ -178,7 +178,7 @@ jobs:
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     env:
-      OPENSSL_VER: 1.1.1u
+      OPENSSL_VER: 1.1.1v
       PYTHONSTRICTEXTENSIONBUILD: 1
     steps:
     - uses: actions/checkout@v3
@@ -220,7 +220,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.0.2u, 1.1.0l, 1.1.1u, 3.0.9, 3.1.1]
+        openssl_ver: [1.0.2u, 1.1.0l, 1.1.1v, 3.0.10, 3.1.2]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
diff --git a/Misc/NEWS.d/next/Tools-Demos/2023-08-12-13-18-15.gh-issue-107565.Tv22Ne.rst b/Misc/NEWS.d/next/Tools-Demos/2023-08-12-13-18-15.gh-issue-107565.Tv22Ne.rst
new file mode 100644 (file)
index 0000000..c43ee68
--- /dev/null
@@ -0,0 +1,2 @@
+Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10,
+and 3.1.2.
index b704aed930b7ea09563fc6b5db4d17e1309282be..921f0f5cd5f41dda62567b0d36b5e909b103e49c 100755 (executable)
@@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1u",
-    "3.0.9",
+    "1.1.1v",
+    "3.0.10",
 ]
 
 LIBRESSL_OLD_VERSIONS = [