Skip to content

Commit

Permalink
Upgrade to openssl-1.0.1g
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
infinitecoin committed Apr 11, 2014
1 parent f819136 commit 4b32ade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/deps-win32.yml
Expand Up @@ -14,7 +14,7 @@ packages:
reference_datetime: "2011-01-30 00:00:00"
remotes: []
files:
- "openssl-1.0.1c.tar.gz"
- "openssl-1.0.1g.tar.gz"
- "db-4.8.30.NC.tar.gz"
- "miniupnpc-1.6.tar.gz"
- "zlib-1.2.6.tar.gz"
Expand All @@ -30,8 +30,8 @@ script: |
#
mkdir -p $INSTALLPREFIX
tar xzf openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
tar xzf openssl-1.0.1g.tar.gz
cd openssl-1.0.1g
./Configure --cross-compile-prefix=$HOST- mingw --openssldir=$INSTALLPREFIX
make
make install_sw
Expand Down
Binary file removed src/libeay32.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -14,7 +14,7 @@
// These need to be macro's, as version.cpp's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_REVISION 7
#define CLIENT_VERSION_BUILD 0

static const int CLIENT_VERSION =
Expand Down

0 comments on commit 4b32ade

Please sign in to comment.