increase OpenSSL version in build doc

this should fix the Heartbleed bug which affects rpc-over-ssl
This commit is contained in:
Jannis Froese 2014-04-08 16:38:13 +02:00
parent 826770abcb
commit d7d10b6f4f
4 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ Dependencies
Libraries you need to download separately and build: Libraries you need to download separately and build:
default path download default path download
OpenSSL \openssl-1.0.1c-mgw http://www.openssl.org/source/ OpenSSL \openssl-1.0.1g-mgw http://www.openssl.org/source/
Berkeley DB \db-4.8.30.NC-mgw http://www.oracle.com/technology/software/products/berkeley-db/index.html Berkeley DB \db-4.8.30.NC-mgw http://www.oracle.com/technology/software/products/berkeley-db/index.html
Boost \boost-1.50.0-mgw http://www.boost.org/users/download/ Boost \boost-1.50.0-mgw http://www.boost.org/users/download/
miniupnpc \miniupnpc-1.6-mgw http://miniupnp.tuxfamily.org/files/ miniupnpc \miniupnpc-1.6-mgw http://miniupnp.tuxfamily.org/files/
@ -36,7 +36,7 @@ Their licenses:
Versions used in this release: Versions used in this release:
OpenSSL 1.0.1c OpenSSL 1.0.1g
Berkeley DB 4.8.30.NC Berkeley DB 4.8.30.NC
Boost 1.50.0 Boost 1.50.0
miniupnpc 1.6 miniupnpc 1.6
@ -49,7 +49,7 @@ MSYS shell:
un-tar sources with MSYS 'tar xfz' to avoid issue with symlinks (OpenSSL ticket 2377) un-tar sources with MSYS 'tar xfz' to avoid issue with symlinks (OpenSSL ticket 2377)
change 'MAKE' env. variable from 'C:\MinGW32\bin\mingw32-make.exe' to '/c/MinGW32/bin/mingw32-make.exe' change 'MAKE' env. variable from 'C:\MinGW32\bin\mingw32-make.exe' to '/c/MinGW32/bin/mingw32-make.exe'
cd /c/openssl-1.0.1c-mgw cd /c/openssl-1.0.1g-mgw
./config ./config
make make

View file

@ -102,7 +102,7 @@ Note: After you have installed the dependencies, you should check that the Brew
openssl version openssl version
into Terminal. You should see OpenSSL 1.0.1e 11 Feb 2013. into Terminal. You should see OpenSSL 1.0.1g 7 Apr 2014.
If not, you can ensure that the Brew OpenSSL is correctly linked by running If not, you can ensure that the Brew OpenSSL is correctly linked by running

View file

@ -46,7 +46,7 @@ Licenses of statically linked libraries:
- Versions used in this release: - Versions used in this release:
- GCC 4.3.3 - GCC 4.3.3
- OpenSSL 1.0.1c - OpenSSL 1.0.1g
- Berkeley DB 4.8.30.NC - Berkeley DB 4.8.30.NC
- Boost 1.37 - Boost 1.37
- miniupnpc 1.6 - miniupnpc 1.6

View file

@ -34,7 +34,7 @@ Release Process
mkdir -p inputs; cd inputs/ mkdir -p inputs; cd inputs/
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz
wget 'http://www.openssl.org/source/openssl-1.0.1c.tar.gz' wget 'http://www.openssl.org/source/openssl-1.0.1g.tar.gz'
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
wget 'http://zlib.net/zlib-1.2.6.tar.gz' wget 'http://zlib.net/zlib-1.2.6.tar.gz'
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz' wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz'