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

Victor Stinner webhook-mailer at python.org
Thu Apr 2 21:05:15 EDT 2020


https://github.com/python/cpython/commit/1767a0490f80c7b90d81051db24ef2b82cd9434f
commit: 1767a0490f80c7b90d81051db24ef2b82cd9434f
branch: master
author: Victor Stinner <vstinner at python.org>
committer: GitHub <noreply at github.com>
date: 2020-04-03T03:05:10+02:00
summary:

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

Update also OpenSSL version in Ubuntu and Coverage jobs.

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6774ae46f7e0f..50d1561518bd8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 at v1
     - name: Install Dependencies
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index bf166ab8f0867..75bdf83f6c5db 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