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 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 @@ -118,7 +118,7 @@ jobs:
118
118
needs : check_source
119
119
if : needs.check_source.outputs.run_tests == 'true'
120
120
env :
121
- OPENSSL_VER : 1.1.1f
121
+ OPENSSL_VER : 1.1.1k
122
122
steps :
123
123
- uses : actions/checkout@v2
124
124
- name : Install Dependencies
Original file line number Diff line number Diff line change 23
23
name : ' Ubuntu (Coverage)'
24
24
runs-on : ubuntu-latest
25
25
env :
26
- OPENSSL_VER : 1.1.1f
26
+ OPENSSL_VER : 1.1.1k
27
27
steps :
28
28
- uses : actions/checkout@v2
29
29
- 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 @@ -209,9 +209,9 @@ def library_recipes():
209
209
210
210
result .extend ([
211
211
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 ' ,
215
215
buildrecipe = build_universal_openssl ,
216
216
configure = None ,
217
217
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-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
57
57
set libraries = %libraries% sqlite-3.34.0.0
58
58
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.9.0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.9.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.9.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 @@ -165,7 +165,7 @@ _lzma
165
165
Homepage:
166
166
http://tukaani.org/xz/
167
167
_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
169
169
library, which is downloaded from our binaries repository at
170
170
https://github.com/python/cpython-bin-deps.
171
171
Original file line number Diff line number Diff line change 48
48
]
49
49
50
50
OPENSSL_RECENT_VERSIONS = [
51
- "1.1.1g " ,
52
- # "3.0.0-alpha2 "
51
+ "1.1.1k " ,
52
+ # "3.0.0-alpha12 "
53
53
]
54
54
55
55
LIBRESSL_OLD_VERSIONS = [
You can’t perform that action at this time.
0 commit comments