File tree 9 files changed +17
-19
lines changed
Misc/NEWS.d/next/Security
9 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 61
61
variables :
62
62
testRunTitle : ' $(build.sourceBranchName)-linux'
63
63
testRunPlatform : linux
64
- openssl_version : 1.1.1t
64
+ openssl_version : 1.1.1u
65
65
66
66
steps :
67
67
- template : ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
118
118
variables :
119
119
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
120
120
testRunPlatform : linux-coverage
121
- openssl_version : 1.1.1t
121
+ openssl_version : 1.1.1u
122
122
123
123
steps :
124
124
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change 61
61
variables :
62
62
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
63
63
testRunPlatform : linux
64
- openssl_version : 1.1.1t
64
+ openssl_version : 1.1.1u
65
65
66
66
steps :
67
67
- template : ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
118
118
variables :
119
119
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
120
120
testRunPlatform : linux-coverage
121
- openssl_version : 1.1.1t
121
+ openssl_version : 1.1.1u
122
122
123
123
steps :
124
124
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
needs : check_source
164
164
if : needs.check_source.outputs.run_tests == 'true'
165
165
env :
166
- OPENSSL_VER : 1.1.1t
166
+ OPENSSL_VER : 1.1.1u
167
167
steps :
168
168
- uses : actions/checkout@v2
169
169
- name : Install Dependencies
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.1t " ,
213
- url = "https://www.openssl.org/source/openssl-1.1.1t .tar.gz" ,
214
- checksum = '1cfee919e0eac6be62c88c5ae8bcd91e ' ,
212
+ name = "OpenSSL 1.1.1u " ,
213
+ url = "https://www.openssl.org/source/openssl-1.1.1u .tar.gz" ,
214
+ checksum = '72f7ba7395f0f0652783ba1089aa0dcc ' ,
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
+ The version of OpenSSL used in our binary builds has been upgraded to 1.1.1u
2
+ to address several CVEs.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ echo.Fetching external libraries...
49
49
50
50
set libraries =
51
51
set libraries = %libraries% bzip2-1.0.8
52
- if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1t
52
+ if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1u
53
53
set libraries = %libraries% sqlite-3.31.1.0
54
54
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.9.0
55
55
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.9.0
@@ -72,7 +72,7 @@ for %%e in (%libraries%) do (
72
72
echo .Fetching external binaries...
73
73
74
74
set binaries =
75
- if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-1.1.1t
75
+ if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-1.1.1u
76
76
if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.9.0
77
77
if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
78
78
Original file line number Diff line number Diff line change 54
54
<sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.31.1.0\</sqlite3Dir >
55
55
<bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
56
56
<lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.2\</lzmaDir >
57
- <opensslDir Condition =" $(opensslDir) == ''" >$(ExternalsDir)openssl-1.1.1t \</opensslDir >
58
- <opensslOutDir Condition =" $(opensslOutDir) == ''" >$(ExternalsDir)openssl-bin-1.1.1t \$(ArchName)\</opensslOutDir >
57
+ <opensslDir Condition =" $(opensslDir) == ''" >$(ExternalsDir)openssl-1.1.1u \</opensslDir >
58
+ <opensslOutDir Condition =" $(opensslOutDir) == ''" >$(ExternalsDir)openssl-bin-1.1.1u \$(ArchName)\</opensslOutDir >
59
59
<opensslIncludeDir Condition =" $(opensslIncludeDir) == ''" >$(opensslOutDir)include</opensslIncludeDir >
60
60
<nasmDir Condition =" $(nasmDir) == ''" >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
61
61
<zlibDir Condition =" $(zlibDir) == ''" >$(ExternalsDir)\zlib-1.2.12\</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.1t of the OpenSSL secure sockets
168
+ Python wrapper for version 1.1.1u 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 43
43
log = logging .getLogger ("multissl" )
44
44
45
45
OPENSSL_OLD_VERSIONS = [
46
- "1.0.2u" ,
47
- "1.1.0l" ,
48
46
]
49
47
50
48
OPENSSL_RECENT_VERSIONS = [
51
- "1.1.1t " ,
52
- "3.0.8 "
49
+ "1.1.1u " ,
50
+ "3.0.9 "
53
51
]
54
52
55
53
LIBRESSL_OLD_VERSIONS = [
56
- "2.9.2" ,
57
54
]
58
55
59
56
LIBRESSL_RECENT_VERSIONS = [
60
- "3.1.0" ,
61
57
]
62
58
63
59
# store files in ../multissl
You can’t perform that action at this time.
0 commit comments