bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161) · python/cpython@d8e3a8a

File tree

4 files changed

lines changed

  • Misc/NEWS.d/next/Security

4 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

Updated OpenSSL to 1.0.2s in Windows installer

Original file line numberDiff line numberDiff line change

@@ -47,7 +47,7 @@ rem files in both this dir and PC\VS9.0

4747

set libraries=

4848

set libraries=%libraries% bzip2-1.0.6

4949

if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0

50-

if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2q

50+

if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2s

5151

set libraries=%libraries% sqlite-3.14.2.0

5252

if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0

5353

if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0

Original file line numberDiff line numberDiff line change

@@ -35,7 +35,7 @@

3535

<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>

3636

<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>

3737

<bsddbDir>$(ExternalsDir)bsddb-4.7.25.0</bsddbDir>

38-

<opensslDir>$(ExternalsDir)openssl-1.0.2q\</opensslDir>

38+

<opensslDir>$(ExternalsDir)openssl-1.0.2s\</opensslDir>

3939

<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>

4040

<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>

4141

<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>

Original file line numberDiff line numberDiff line change

@@ -192,7 +192,7 @@ _bz2

192192

Homepage:

193193

http://www.bzip.org/

194194

_ssl

195-

Python wrapper for version 1.0.2o of the OpenSSL secure sockets

195+

Python wrapper for version 1.0.2s of the OpenSSL secure sockets

196196

library, which is built by ssl.vcxproj

197197

Homepage:

198198

http://www.openssl.org/