diff --git a/doc/build-msw.md b/doc/build-msw.md index eb10da70e..0df6b26d3 100644 --- a/doc/build-msw.md +++ b/doc/build-msw.md @@ -22,7 +22,7 @@ Dependencies Libraries you need to download separately and build: 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 Boost \boost-1.50.0-mgw http://www.boost.org/users/download/ miniupnpc \miniupnpc-1.6-mgw http://miniupnp.tuxfamily.org/files/ @@ -36,7 +36,7 @@ Their licenses: Versions used in this release: - OpenSSL 1.0.1c + OpenSSL 1.0.1g Berkeley DB 4.8.30.NC Boost 1.50.0 miniupnpc 1.6 @@ -49,7 +49,7 @@ MSYS shell: 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' - cd /c/openssl-1.0.1c-mgw + cd /c/openssl-1.0.1g-mgw ./config make diff --git a/doc/build-osx.md b/doc/build-osx.md index 4760e355c..1cfddf9ce 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -102,7 +102,7 @@ Note: After you have installed the dependencies, you should check that the Brew 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 diff --git a/doc/build-unix.md b/doc/build-unix.md index dbf3b00e9..58d507b7a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -46,7 +46,7 @@ Licenses of statically linked libraries: - Versions used in this release: - GCC 4.3.3 -- OpenSSL 1.0.1c +- OpenSSL 1.0.1g - Berkeley DB 4.8.30.NC - Boost 1.37 - miniupnpc 1.6 diff --git a/doc/release-process.md b/doc/release-process.md index 2dc44ab0c..ad464797a 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -34,7 +34,7 @@ Release Process 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://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://zlib.net/zlib-1.2.6.tar.gz' wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz'