bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) · python/cpython@14bac00 (original) (raw)
File tree
4 files changed
lines changed
- Misc/NEWS.d/next/Security
4 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 | +Updated OpenSSL to 1.1.1c in Windows installer |
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.6 |
52 | -if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1b | |
52 | +if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1c | |
53 | 53 | set libraries=%libraries% sqlite-3.21.0.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.1b | |
75 | +if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1c | |
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 |
---|---|---|
@@ -49,8 +49,8 @@ | ||
49 | 49 | <sqlite3Dir>$(ExternalsDir)sqlite-3.21.0.0\</sqlite3Dir> |
50 | 50 | <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> |
51 | 51 | <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir> |
52 | - <opensslDir>$(ExternalsDir)openssl-1.1.1b\</opensslDir> | |
53 | - <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1b\$(ArchName)\</opensslOutDir> | |
52 | + <opensslDir>$(ExternalsDir)openssl-1.1.1c\</opensslDir> | |
53 | + <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1c\$(ArchName)\</opensslOutDir> | |
54 | 54 | <opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> |
55 | 55 | <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> |
56 | 56 | <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.1b of the OpenSSL secure sockets | |
168 | + Python wrapper for version 1.1.1c 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 |