diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-09 00:15:10 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-09 00:15:10 +0100 |
commit | 9e3e77828daed13b8336a306021f79354dcdda6b (patch) | |
tree | a9cb09dd34d3c83e7d03e07da43d488776270f9a | |
parent | 34dace46af811259dd790e599be35afd1ae219d8 (diff) |
update openssl to 1.0.0f
-rw-r--r-- | win32/deps-x64/deps-x64.txt | 2 | ||||
-rw-r--r-- | win32/deps-x86/deps-x86.txt | 2 | ||||
-rw-r--r-- | win32/ext/openssl-wdk/build-x64.bat | 2 | ||||
-rw-r--r-- | win32/ext/openssl-wdk/build-x86.bat | 2 | ||||
-rw-r--r-- | win32/ext/openssl-wdk/certdata.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/win32/deps-x64/deps-x64.txt b/win32/deps-x64/deps-x64.txt index ed52c2ca..5e5ad098 100644 --- a/win32/deps-x64/deps-x64.txt +++ b/win32/deps-x64/deps-x64.txt @@ -17,5 +17,5 @@ http://ftp.gnome.org/pub/gnome/binaries/win64/pango/1.28/pango_1.28.3-1_win64.zi http://ftp.gnome.org/pub/gnome/binaries/win64/pango/1.28/pango-dev_1.28.3-1_win64.zip http://xchat-wdk.googlecode.com/files/Enchant-WDK%201.6.0-2%20x64.7z http://xchat-wdk.googlecode.com/files/Lua-WDK%205.1.4-2-2%20x64.7z -http://xchat-wdk.googlecode.com/files/OpenSSL-WDK%201.0.0e-2%20x64.7z +http://xchat-wdk.googlecode.com/files/OpenSSL-WDK%201.0.0f%20x64.7z http://xchat-wdk.googlecode.com/files/LibXML-WDK%202.7.8%20x64.7z diff --git a/win32/deps-x86/deps-x86.txt b/win32/deps-x86/deps-x86.txt index 9f5a3bdb..2fac26b5 100644 --- a/win32/deps-x86/deps-x86.txt +++ b/win32/deps-x86/deps-x86.txt @@ -17,5 +17,5 @@ http://ftp.gnome.org/pub/gnome/binaries/win32/pango/1.28/pango_1.28.3-1_win32.zi http://ftp.gnome.org/pub/gnome/binaries/win32/pango/1.28/pango-dev_1.28.3-1_win32.zip http://xchat-wdk.googlecode.com/files/Enchant-WDK%201.6.0-2%20x86.7z http://xchat-wdk.googlecode.com/files/Lua-WDK%205.1.4-2-2%20x86.7z -http://xchat-wdk.googlecode.com/files/OpenSSL-WDK%201.0.0e-2%20x86.7z +http://xchat-wdk.googlecode.com/files/OpenSSL-WDK%201.0.0f%20x86.7z http://xchat-wdk.googlecode.com/files/LibXML-WDK%202.7.8%20x86.7z diff --git a/win32/ext/openssl-wdk/build-x64.bat b/win32/ext/openssl-wdk/build-x64.bat index 7fdedb24..4fd69e47 100644 --- a/win32/ext/openssl-wdk/build-x64.bat +++ b/win32/ext/openssl-wdk/build-x64.bat @@ -2,7 +2,7 @@ set WDK_ROOT=c:\WinDDK\7600.16385.1 set PERL_PATH=c:\mozilla-build\perl-5.12-x64\perl\bin set NASM_PATH=c:\mozilla-build\nasm -set OPENSSL_DEST=..\openssl-wdk-1.0.0e-x64 +set OPENSSL_DEST=..\openssl-wdk-1.0.0f-x64 set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\ddk;ms;zlib-x64\include set LIB=%WDK_ROOT%\lib\wnet\amd64;%WDK_ROOT%\lib\Crt\amd64;zlib-x64\lib set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin\amd64;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin\x64;%PERL_PATH%;%NASM_PATH%;%SystemRoot%\System32;..\zlib-x64\bin diff --git a/win32/ext/openssl-wdk/build-x86.bat b/win32/ext/openssl-wdk/build-x86.bat index 66c1e4dd..193f0537 100644 --- a/win32/ext/openssl-wdk/build-x86.bat +++ b/win32/ext/openssl-wdk/build-x86.bat @@ -2,7 +2,7 @@ set WDK_ROOT=c:\WinDDK\7600.16385.1 set PERL_PATH=c:\mozilla-build\perl-5.12-x86\perl\bin set NASM_PATH=c:\mozilla-build\nasm -set OPENSSL_DEST=..\openssl-wdk-1.0.0e-x86 +set OPENSSL_DEST=..\openssl-wdk-1.0.0f-x86 set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\ddk;ms;zlib-x86\include set LIB=%WDK_ROOT%\lib\wxp\i386;%WDK_ROOT%\lib\Crt\i386;zlib-x86\lib set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin;%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin;%PERL_PATH%;%NASM_PATH%;%SystemRoot%\System32;..\zlib-x86\bin diff --git a/win32/ext/openssl-wdk/certdata.txt b/win32/ext/openssl-wdk/certdata.txt index ef6ab23f..b696b5d5 100644 --- a/win32/ext/openssl-wdk/certdata.txt +++ b/win32/ext/openssl-wdk/certdata.txt @@ -34,7 +34,7 @@ # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** -CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.79 $ $Date: 2011/09/02 19:40:56 $" +CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $" # # certdata.txt |