]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Apr 2020 01:25:51 +0000 (18:25 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 01:25:51 +0000 (18:25 -0700)
Update also OpenSSL version in Ubuntu and Coverage jobs.
(cherry picked from commit 1767a0490f80c7b90d81051db24ef2b82cd9434f)

Co-authored-by: Victor Stinner <vstinner@python.org>
.github/workflows/build.yml
.github/workflows/coverage.yml

index 2b4aec6e30975e648f941f2f28e246db7d7507e4..d3d67475135a19ee514bc3b93847c7276915a283 100644 (file)
@@ -61,7 +61,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 8e1b764ca8df48e66ba09b9e5c683e3d8b6a9e7c..e58ad4a1dfd4884139601fb396629bf525574c4a 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