Skip to content

Commit fa2b425

Browse files
committed
Merge pull request #4023
4a811b0 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
2 parents dac4e2a + 4a811b0 commit fa2b425

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

contrib/gitian-descriptors/deps-linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616
reference_datetime: "2013-06-01 00:00:00"
1717
remotes: []
1818
files:
19-
- "openssl-1.0.1e.tar.gz"
19+
- "openssl-1.0.1g.tar.gz"
2020
- "miniupnpc-1.8.tar.gz"
2121
- "qrencode-3.4.3.tar.bz2"
2222
- "protobuf-2.5.0.tar.bz2"
@@ -30,15 +30,15 @@ script: |
3030
export TZ=UTC
3131
export LIBRARY_PATH="$STAGING/lib"
3232
# Integrity Check
33-
echo "f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 openssl-1.0.1e.tar.gz" | sha256sum -c
33+
echo "53cb818c3b90e507a8348f4f5eaedb05d8bfe5358aabb508b7263cc670c3e028 openssl-1.0.1g.tar.gz" | sha256sum -c
3434
echo "bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c miniupnpc-1.8.tar.gz" | sha256sum -c
3535
echo "dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98 qrencode-3.4.3.tar.bz2" | sha256sum -c
3636
echo "13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 protobuf-2.5.0.tar.bz2" | sha256sum -c
3737
echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c
3838
3939
#
40-
tar xzf openssl-1.0.1e.tar.gz
41-
cd openssl-1.0.1e
40+
tar xzf openssl-1.0.1g.tar.gz
41+
cd openssl-1.0.1g
4242
# need -fPIC to avoid relocation error in 64 bit builds
4343
./config no-shared no-zlib no-dso no-krb5 --openssldir=$STAGING -fPIC
4444
# need to build OpenSSL with faketime because a timestamp is embedded into cversion.o
@@ -95,4 +95,4 @@ script: |
9595
done
9696
#
9797
cd $STAGING
98-
find include lib bin host | sort | zip -X@ $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r3.zip
98+
find include lib bin host | sort | zip -X@ $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r4.zip

contrib/gitian-descriptors/deps-win.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
reference_datetime: "2011-01-30 00:00:00"
1515
remotes: []
1616
files:
17-
- "openssl-1.0.1e.tar.gz"
17+
- "openssl-1.0.1g.tar.gz"
1818
- "db-4.8.30.NC.tar.gz"
1919
- "miniupnpc-1.8.tar.gz"
2020
- "zlib-1.2.8.tar.gz"
@@ -28,7 +28,7 @@ script: |
2828
INDIR=$HOME/build
2929
TEMPDIR=$HOME/tmp
3030
# Input Integrity Check
31-
echo "f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 openssl-1.0.1e.tar.gz" | sha256sum -c
31+
echo "53cb818c3b90e507a8348f4f5eaedb05d8bfe5358aabb508b7263cc670c3e028 openssl-1.0.1g.tar.gz" | sha256sum -c
3232
echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c
3333
echo "bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c miniupnpc-1.8.tar.gz" | sha256sum -c
3434
echo "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d zlib-1.2.8.tar.gz" | sha256sum -c
@@ -48,8 +48,8 @@ script: |
4848
mkdir -p $INSTALLPREFIX $BUILDDIR
4949
cd $BUILDDIR
5050
#
51-
tar xzf $INDIR/openssl-1.0.1e.tar.gz
52-
cd openssl-1.0.1e
51+
tar xzf $INDIR/openssl-1.0.1g.tar.gz
52+
cd openssl-1.0.1g
5353
if [ "$BITS" == "32" ]; then
5454
OPENSSL_TGT=mingw
5555
else
@@ -124,5 +124,5 @@ script: |
124124
done
125125
#
126126
cd $INSTALLPREFIX
127-
find include lib | sort | zip -X@ $OUTDIR/bitcoin-deps-win$BITS-gitian-r10.zip
127+
find include lib | sort | zip -X@ $OUTDIR/bitcoin-deps-win$BITS-gitian-r11.zip
128128
done # for BITS in

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ remotes:
2121
- "url": "https://github.com/bitcoin/bitcoin.git"
2222
"dir": "bitcoin"
2323
files:
24-
- "bitcoin-deps-linux32-gitian-r3.zip"
25-
- "bitcoin-deps-linux64-gitian-r3.zip"
24+
- "bitcoin-deps-linux32-gitian-r4.zip"
25+
- "bitcoin-deps-linux64-gitian-r4.zip"
2626
- "boost-linux32-1.55.0-gitian-r1.zip"
2727
- "boost-linux64-1.55.0-gitian-r1.zip"
2828
script: |
@@ -36,7 +36,7 @@ script: |
3636
#
3737
mkdir -p $STAGING
3838
cd $STAGING
39-
unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r3.zip
39+
unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r4.zip
4040
unzip ../build/boost-linux${GBUILD_BITS}-1.55.0-gitian-r1.zip
4141
cd ../build
4242

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ files:
2626
- "qt-win64-5.2.0-gitian-r2.zip"
2727
- "boost-win32-1.55.0-gitian-r6.zip"
2828
- "boost-win64-1.55.0-gitian-r6.zip"
29-
- "bitcoin-deps-win32-gitian-r10.zip"
30-
- "bitcoin-deps-win64-gitian-r10.zip"
29+
- "bitcoin-deps-win32-gitian-r11.zip"
30+
- "bitcoin-deps-win64-gitian-r11.zip"
3131
- "protobuf-win32-2.5.0-gitian-r4.zip"
3232
- "protobuf-win64-2.5.0-gitian-r4.zip"
3333
script: |
@@ -61,7 +61,7 @@ script: |
6161
cd $STAGING
6262
unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r2.zip
6363
unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip
64-
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r10.zip
64+
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
6565
unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip
6666
if [ "$NEEDDIST" == "1" ]; then
6767
# Make source code archive which is architecture independent so it only needs to be done once

contrib/gitian-descriptors/qt-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ reference_datetime: "2011-01-30 00:00:00"
1515
remotes: []
1616
files:
1717
- "qt-everywhere-opensource-src-5.2.0.tar.gz"
18-
- "bitcoin-deps-win32-gitian-r10.zip"
19-
- "bitcoin-deps-win64-gitian-r10.zip"
18+
- "bitcoin-deps-win32-gitian-r11.zip"
19+
- "bitcoin-deps-win64-gitian-r11.zip"
2020
script: |
2121
# Defines
2222
export TZ=UTC
@@ -48,7 +48,7 @@ script: |
4848
#
4949
# Need mingw-compiled openssl from bitcoin-deps:
5050
cd $DEPSDIR
51-
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r10.zip
51+
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
5252
#
5353
cd $BUILDDIR
5454
#

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Release Process
4040

4141
mkdir -p inputs; cd inputs/
4242
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.8.tar.gz' -O miniupnpc-1.8.tar.gz
43-
wget 'https://www.openssl.org/source/openssl-1.0.1e.tar.gz'
43+
wget 'https://www.openssl.org/source/openssl-1.0.1g.tar.gz'
4444
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
4545
wget 'http://zlib.net/zlib-1.2.8.tar.gz'
4646
wget 'ftp://ftp.simplesystems.org/pub/png/src/history/libpng16/libpng-1.6.8.tar.gz'

0 commit comments

Comments
 (0)