diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 10:52:14 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 10:52:14 -0400 |
commit | 2b4d7735b6c16739ff8299a004eafbc2c9a4acc8 (patch) | |
tree | 33a77492842a556adfa9d6ebaf8f52f8ecf3b823 /contrib/gitian-descriptors/deps-win32.yml | |
parent | 2c31cfc27128d470104a7ed221ea584b87cbcdd6 (diff) |
Windows build: compile against openssl 1.0.1b
Diffstat (limited to 'contrib/gitian-descriptors/deps-win32.yml')
-rw-r--r-- | contrib/gitian-descriptors/deps-win32.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/deps-win32.yml b/contrib/gitian-descriptors/deps-win32.yml index 776a8da00a..74fa1847b5 100644 --- a/contrib/gitian-descriptors/deps-win32.yml +++ b/contrib/gitian-descriptors/deps-win32.yml @@ -13,7 +13,7 @@ packages: reference_datetime: "2011-01-30 00:00:00" remotes: [] files: -- "openssl-1.0.0e.tar.gz" +- "openssl-1.0.1b.tar.gz" - "db-4.8.30.NC.tar.gz" - "miniupnpc-1.6.tar.gz" - "zlib-1.2.6.tar.gz" @@ -25,8 +25,8 @@ script: | export FAKETIME=$REFERENCE_DATETIME export TZ=UTC # - tar xzf openssl-1.0.0e.tar.gz - cd openssl-1.0.0e + tar xzf openssl-1.0.1b.tar.gz + cd openssl-1.0.1b ./Configure --cross-compile-prefix=i586-mingw32msvc- mingw make cd .. |