File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- Updated bundled version of OpenSSL to 3.0.19 .
1+ Updated bundled version of OpenSSL to 3.5.5 .
Original file line number Diff line number Diff line change 7070 "checksums" : [
7171 {
7272 "algorithm" : " SHA256" ,
73- "checksumValue" : " c6ea8a5423f3966923060db2089f869017dfb10bcf2037394146e7a74caec0a8 "
73+ "checksumValue" : " 619b30acf7d9b13c9d0ba90d17349e8b524c380cd23d39334b143f74dc4e5ec9 "
7474 }
7575 ],
76- "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.0.19 .tar.gz" ,
76+ "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.5.5 .tar.gz" ,
7777 "externalRefs" : [
7878 {
7979 "referenceCategory" : " SECURITY" ,
80- "referenceLocator" : " cpe:2.3:a:openssl:openssl:3.0.19 :*:*:*:*:*:*:*" ,
80+ "referenceLocator" : " cpe:2.3:a:openssl:openssl:3.5.5 :*:*:*:*:*:*:*" ,
8181 "referenceType" : " cpe23Type"
8282 }
8383 ],
8484 "licenseConcluded" : " NOASSERTION" ,
8585 "name" : " openssl" ,
8686 "primaryPackagePurpose" : " SOURCE" ,
87- "versionInfo" : " 3.0.19 "
87+ "versionInfo" : " 3.5.5 "
8888 },
8989 {
9090 "SPDXID" : " SPDXRef-PACKAGE-sqlite" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454set libraries =
5555set libraries = %libraries% bzip2-1.0.8
5656if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.4
57- if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-3.0.19
57+ if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-3.5.5
5858set libraries = %libraries% mpdecimal-4.0.0
5959set libraries = %libraries% sqlite-3.50.4.0
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.15.0
@@ -79,7 +79,7 @@ echo.Fetching external binaries...
7979
8080set binaries =
8181if NOT " %IncludeLibffi% " == " false" set binaries = %binaries% libffi-3.4.4
82- if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-3.0.19
82+ if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-3.5.5
8383if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.15.0
8484if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
8585if NOT " %IncludeLLVM% " == " false" set binaries = %binaries% llvm-21.1.4.0
Original file line number Diff line number Diff line change 8282 <libffiOutDir Condition =" $(libffiOutDir) == ''" >$(libffiDir)$(ArchName)\</libffiOutDir >
8383 <libffiIncludeDir Condition =" $(libffiIncludeDir) == ''" >$(libffiOutDir)include</libffiIncludeDir >
8484 <mpdecimalDir Condition =" $(mpdecimalDir) == ''" >$(ExternalsDir)\mpdecimal-4.0.0\</mpdecimalDir >
85- <opensslDir Condition =" $(opensslDir) == ''" >$(ExternalsDir)openssl-3.0.19 \</opensslDir >
86- <opensslOutDir Condition =" $(opensslOutDir) == ''" >$(ExternalsDir)openssl-bin-3.0.19 \$(ArchName)\</opensslOutDir >
85+ <opensslDir Condition =" $(opensslDir) == ''" >$(ExternalsDir)openssl-3.5.5 \</opensslDir >
86+ <opensslOutDir Condition =" $(opensslOutDir) == ''" >$(ExternalsDir)openssl-bin-3.5.5 \$(ArchName)\</opensslOutDir >
8787 <opensslIncludeDir Condition =" $(opensslIncludeDir) == ''" >$(opensslOutDir)include</opensslIncludeDir >
8888 <nasmDir Condition =" $(nasmDir) == ''" >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
8989 <zlibDir Condition =" $(zlibDir) == ''" >$(ExternalsDir)\zlib-1.3.1\</zlibDir >
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ _lzma
218218 https://tukaani.org/xz/
219219
220220_ssl
221- Python wrapper for version 3.0.19 of the OpenSSL secure sockets
221+ Python wrapper for version 3.5 of the OpenSSL secure sockets
222222 library, which is itself downloaded from our binaries repository at
223223 https://github.com/python/cpython-bin-deps and built by openssl.vcxproj.
224224
You can’t perform that action at this time.
0 commit comments