bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) · python/cpython@c28c135 (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 |
---|---|---|
@@ -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.1b | |
56 | +if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1c | |
57 | 57 | set libraries=%libraries% sqlite-3.21.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.1b | |
80 | +if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1c | |
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,8 +62,8 @@ | ||
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.1b\</opensslDir> | |
66 | - <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1b\$(ArchName)\</opensslOutDir> | |
65 | + <opensslDir>$(ExternalsDir)openssl-1.1.1c\</opensslDir> | |
66 | + <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1c\$(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.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 |