File tree Expand file tree Collapse file tree 11 files changed +18
-17
lines changed
Expand file tree Collapse file tree 11 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 5757 variables :
5858 testRunTitle : ' $(build.sourceBranchName)-linux'
5959 testRunPlatform : linux
60- openssl_version : 1.1.1g
60+ openssl_version : 1.1.1k
6161
6262 steps :
6363 - template : ./posix-steps.yml
8383 variables :
8484 testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
8585 testRunPlatform : linux-coverage
86- openssl_version : 1.1.1g
86+ openssl_version : 1.1.1k
8787
8888 steps :
8989 - template : ./posix-steps.yml
Original file line number Diff line number Diff line change 5757 variables :
5858 testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
5959 testRunPlatform : linux
60- openssl_version : 1.1.1g
60+ openssl_version : 1.1.1k
6161
6262 steps :
6363 - template : ./posix-steps.yml
8383 variables :
8484 testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
8585 testRunPlatform : linux-coverage
86- openssl_version : 1.1.1g
86+ openssl_version : 1.1.1k
8787
8888 steps :
8989 - template : ./posix-steps.yml
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 needs : check_source
119119 if : needs.check_source.outputs.run_tests == 'true'
120120 env :
121- OPENSSL_VER : 1.1.1f
121+ OPENSSL_VER : 1.1.1k
122122 steps :
123123 - uses : actions/checkout@v2
124124 - name : Install Dependencies
Original file line number Diff line number Diff line change 2323 name : ' Ubuntu (Coverage)'
2424 runs-on : ubuntu-latest
2525 env :
26- OPENSSL_VER : 1.1.1f
26+ OPENSSL_VER : 1.1.1k
2727 steps :
2828 - uses : actions/checkout@v2
2929 - name : Install Dependencies
Original file line number Diff line number Diff line change 1010
1111env :
1212 global :
13- - OPENSSL=1.1.1f
13+ - OPENSSL=1.1.1k
1414 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
1515 - PATH="${OPENSSL_DIR}/bin:$PATH"
1616 - CFLAGS="-I${OPENSSL_DIR}/include"
Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ def library_recipes():
209209
210210 result .extend ([
211211 dict (
212- name = "OpenSSL 1.1.1j " ,
213- url = "https://www.openssl.org/source/openssl-1.1.1j .tar.gz" ,
214- checksum = 'cccaa064ed860a2b4d1303811bf5c682 ' ,
212+ name = "OpenSSL 1.1.1k " ,
213+ url = "https://www.openssl.org/source/openssl-1.1.1k .tar.gz" ,
214+ checksum = 'c4e7d95f782b08116afa27b30393dd27 ' ,
215215 buildrecipe = build_universal_openssl ,
216216 configure = None ,
217217 install = None ,
Original file line number Diff line number Diff line change 1+ Update macOS, Windows, and CI to OpenSSL 1.1.1k.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ echo.Fetching external libraries...
5353set libraries =
5454set libraries = %libraries% bzip2-1.0.6
5555if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.3.0-rc0-r1
56- if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1i
56+ if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1k
5757set libraries = %libraries% sqlite-3.34.0.0
5858if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.9.0
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.9.0
@@ -77,7 +77,7 @@ echo.Fetching external binaries...
7777
7878set binaries =
7979if NOT " %IncludeLibffi% " == " false" set binaries = %binaries% libffi
80- if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-1.1.1i
80+ if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-1.1.1k
8181if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.9.0
8282if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
8383
Original file line number Diff line number Diff line change 6262 <libffiDir >$(ExternalsDir)libffi\</libffiDir >
6363 <libffiOutDir >$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir >
6464 <libffiIncludeDir >$(libffiOutDir)include</libffiIncludeDir >
65- <opensslDir >$(ExternalsDir)openssl-1.1.1i \</opensslDir >
66- <opensslOutDir >$(ExternalsDir)openssl-bin-1.1.1i \$(ArchName)\</opensslOutDir >
65+ <opensslDir >$(ExternalsDir)openssl-1.1.1k \</opensslDir >
66+ <opensslOutDir >$(ExternalsDir)openssl-bin-1.1.1k \$(ArchName)\</opensslOutDir >
6767 <opensslIncludeDir >$(opensslOutDir)include</opensslIncludeDir >
6868 <nasmDir >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
6969 <zlibDir >$(ExternalsDir)\zlib-1.2.11\</zlibDir >
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ _lzma
165165 Homepage:
166166 http://tukaani.org/xz/
167167_ssl
168- Python wrapper for version 1.1.1i of the OpenSSL secure sockets
168+ Python wrapper for version 1.1.1k of the OpenSSL secure sockets
169169 library, which is downloaded from our binaries repository at
170170 https://github.com/python/cpython-bin-deps.
171171
You can’t perform that action at this time.
0 commit comments