File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ Update Windows build and OS X installers to use OpenSSL 1.0.2k.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454for %%e in (
5555 bzip2-1.0.6
5656 nasm-2.11.06
57- openssl-1.0.2j
57+ openssl-1.0.2k
5858 tcl-8.6.1.0
5959 tk-8.6.1.0
6060 tix-8.4.3.4
Original file line number Diff line number Diff line change 55 <OutDir >$(SolutionDir)</OutDir >
66 <IntDir >$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir >
77 <LinkIncremental >false</LinkIncremental >
8- </PropertyGroup >
8+ </PropertyGroup >
99 <PropertyGroup Condition =" '$(Platform)'=='x64'" >
1010 <_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
1111 <_PropertySheetDisplayName >amd64</_PropertySheetDisplayName >
2020 <sqlite3Dir >$(externalsDir)\sqlite-3.8.11.0</sqlite3Dir >
2121 <bz2Dir >$(externalsDir)\bzip2-1.0.6</bz2Dir >
2222 <lzmaDir >$(externalsDir)\xz-5.0.5</lzmaDir >
23- <opensslDir >$(externalsDir)\openssl-1.0.2j </opensslDir >
23+ <opensslDir >$(externalsDir)\openssl-1.0.2k </opensslDir >
2424 <tcltkDir >$(externalsDir)\tcltk</tcltkDir >
2525 <tcltk64Dir >$(externalsDir)\tcltk64</tcltk64Dir >
2626 <tcltkLib >$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib >
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ _lzma
171171 Homepage:
172172 http://tukaani.org/xz/
173173_ssl
174- Python wrapper for version 1.0.2j of the OpenSSL secure sockets
174+ Python wrapper for version 1.0.2k of the OpenSSL secure sockets
175175 library, which is built by ssl.vcxproj
176176 Homepage:
177177 http://www.openssl.org/
You can’t perform that action at this time.
0 commit comments