File tree Expand file tree Collapse file tree 11 files changed +17
-16
lines changed Expand file tree Collapse file tree 11 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 57
57
variables :
58
58
testRunTitle : ' $(build.sourceBranchName)-linux'
59
59
testRunPlatform : linux
60
- openssl_version : 1.1.1g
60
+ openssl_version : 1.1.1k
61
61
62
62
steps :
63
63
- template : ./posix-steps.yml
83
83
variables :
84
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
85
85
testRunPlatform : linux-coverage
86
- openssl_version : 1.1.1g
86
+ openssl_version : 1.1.1k
87
87
88
88
steps :
89
89
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change 57
57
variables :
58
58
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
59
59
testRunPlatform : linux
60
- openssl_version : 1.1.1g
60
+ openssl_version : 1.1.1k
61
61
62
62
steps :
63
63
- template : ./posix-steps.yml
83
83
variables :
84
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
85
85
testRunPlatform : linux-coverage
86
- openssl_version : 1.1.1g
86
+ openssl_version : 1.1.1k
87
87
88
88
steps :
89
89
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
needs : check_source
132
132
if : needs.check_source.outputs.run_tests == 'true'
133
133
env :
134
- OPENSSL_VER : 1.1.1f
134
+ OPENSSL_VER : 1.1.1k
135
135
steps :
136
136
- uses : actions/checkout@v2
137
137
- name : Register gcc problem matcher
Original file line number Diff line number Diff line change 25
25
name : ' Ubuntu (Coverage)'
26
26
runs-on : ubuntu-latest
27
27
env :
28
- OPENSSL_VER : 1.1.1f
28
+ OPENSSL_VER : 1.1.1k
29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
- name : Install Dependencies
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
global :
13
- - OPENSSL=1.1.1f
13
+ - OPENSSL=1.1.1k
14
14
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15
15
- PATH="${OPENSSL_DIR}/bin:$PATH"
16
16
- CFLAGS="-I${OPENSSL_DIR}/include"
Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ def library_recipes():
242
242
243
243
result .extend ([
244
244
dict (
245
- name = "OpenSSL 1.1.1j " ,
246
- url = "https://www.openssl.org/source/openssl-1.1.1j .tar.gz" ,
247
- checksum = 'cccaa064ed860a2b4d1303811bf5c682 ' ,
245
+ name = "OpenSSL 1.1.1k " ,
246
+ url = "https://www.openssl.org/source/openssl-1.1.1k .tar.gz" ,
247
+ checksum = 'c4e7d95f782b08116afa27b30393dd27 ' ,
248
248
buildrecipe = build_universal_openssl ,
249
249
configure = None ,
250
250
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...
53
53
set libraries =
54
54
set libraries = %libraries% bzip2-1.0.6
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi
56
- if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1i
56
+ if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1k
57
57
set libraries = %libraries% sqlite-3.34.0.0
58
58
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.10.0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.10.0
@@ -77,7 +77,7 @@ echo.Fetching external binaries...
77
77
78
78
set binaries =
79
79
if 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
81
81
if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.10.0
82
82
if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
83
83
Original file line number Diff line number Diff line change 62
62
<libffiDir >$(ExternalsDir)libffi\</libffiDir >
63
63
<libffiOutDir >$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir >
64
64
<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 >
67
67
<opensslIncludeDir >$(opensslOutDir)include</opensslIncludeDir >
68
68
<nasmDir >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
69
69
<zlibDir >$(ExternalsDir)\zlib-1.2.11\</zlibDir >
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ _lzma
169
169
Homepage:
170
170
http://tukaani.org/xz/
171
171
_ssl
172
- Python wrapper for version 1.1.1i of the OpenSSL secure sockets
172
+ Python wrapper for version 1.1.1k of the OpenSSL secure sockets
173
173
library, which is downloaded from our binaries repository at
174
174
https://github.com/python/cpython-bin-deps.
175
175
Original file line number Diff line number Diff line change 48
48
]
49
49
50
50
OPENSSL_RECENT_VERSIONS = [
51
- "1.1.1j " ,
51
+ "1.1.1k " ,
52
52
# "3.0.0-alpha12"
53
53
]
54
54
You can’t perform that action at this time.
0 commit comments