]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
authorVictor Stinner <vstinner@python.org>
Fri, 3 Apr 2020 01:05:10 +0000 (03:05 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 01:05:10 +0000 (03:05 +0200)
Update also OpenSSL version in Ubuntu and Coverage jobs.

.github/workflows/build.yml
.github/workflows/coverage.yml

index 6774ae46f7e0f2662dfc02b0b3f83cb5ce05dae2..50d1561518bd82d184eb473820bcf869f381a08d 100644 (file)
@@ -65,7 +65,7 @@ jobs:
     name: 'Ubuntu'
     runs-on: ubuntu-latest
     env:
-      OPENSSL_VER: 1.1.1d
+      OPENSSL_VER: 1.1.1f
     steps:
     - uses: actions/checkout@v1
     - name: Install Dependencies
index bf166ab8f0867fb70b42c967d25bd969a9056cbe..75bdf83f6c5dbb41a47e3fcfe908a4e86f16e2b6 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     name: 'Ubuntu (Coverage)'
     runs-on: ubuntu-latest
     env:
-      OPENSSL_VER: 1.1.1d
+      OPENSSL_VER: 1.1.1f
     steps:
     - uses: actions/checkout@v1
     - name: Install Dependencies