[Python-checkins] bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)

Miss Islington (bot) webhook-mailer at python.org
Thu Apr 2 21:25:58 EDT 2020


https://github.com/python/cpython/commit/f2296ef9ce586bf2f51c125b085c2b080768040c
commit: f2296ef9ce586bf2f51c125b085c2b080768040c
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-04-02T18:25:51-07:00
summary:

bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)


Update also OpenSSL version in Ubuntu and Coverage jobs.
(cherry picked from commit 1767a0490f80c7b90d81051db24ef2b82cd9434f)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
M .github/workflows/build.yml
M .github/workflows/coverage.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2b4aec6e30975..d3d67475135a1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 at v1
     - name: Install Dependencies
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8e1b764ca8df4..e58ad4a1dfd48 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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 at v1
     - name: Install Dependencies



More information about the Python-checkins mailing list