aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-08-07 15:42:22 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-21 17:35:20 +0200
commitbba01750226745d6666d587cabe57c321fde0875 (patch)
tree0e01e6ab5569a2bbcdbd485aee55ab8478a2724f /doc
parent026b9dfd6e833b4484e73d0b0311e16f3751deed (diff)
downloadbitcoin-bba01750226745d6666d587cabe57c321fde0875.tar.xz
gitian: upgrade OpenSSL to 1.0.1i
Upgrade for https://www.openssl.org/news/secadv_20140806.txt Rebased-From: 074bcdc Github-Pull: #4648
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md1
-rw-r--r--doc/release-process.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 7dbc0e30a8..8f76b2d3a4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -65,6 +65,7 @@ GUI:
Miscellaneous:
- key.cpp: fail with a friendlier message on missing ssl EC support
- Remove bignum dependency for scripts
+- Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core)
Credits
--------
diff --git a/doc/release-process.md b/doc/release-process.md
index 5b96e53753..e3218dc647 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -44,7 +44,7 @@ Release Process
Fetch and build inputs: (first time, or when dependency versions change)
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.9.tar.gz' -O miniupnpc-1.9.tar.gz
- wget 'https://www.openssl.org/source/openssl-1.0.1h.tar.gz'
+ wget 'https://www.openssl.org/source/openssl-1.0.1i.tar.gz'
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
wget 'http://zlib.net/zlib-1.2.8.tar.gz'
wget 'ftp://ftp.simplesystems.org/pub/png/src/history/libpng16/libpng-1.6.8.tar.gz'