Skip to content

Commit 5c72e3d

Browse files
committed
Merge pull request #3501
56fce1f Upgrade gitian win32 to boost-1.55. (Warren Togami)
2 parents 6b06e4f + 56fce1f commit 5c72e3d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

contrib/gitian-descriptors/boost-win32.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ packages:
1212
reference_datetime: "2011-01-30 00:00:00"
1313
remotes: []
1414
files:
15-
- "boost_1_54_0.tar.bz2"
15+
- "boost_1_55_0.tar.bz2"
1616
- "boost-mingw-gas-cross-compile-2013-03-03.patch"
1717
script: |
1818
# Defines
1919
INSTALLPREFIX="$OUTDIR/staging/boost"
2020
HOST=i686-w64-mingw32
2121
# Input Integrity Check
22-
echo "047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d boost_1_54_0.tar.bz2" | shasum -c
22+
echo "fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 boost_1_55_0.tar.bz2" | shasum -c
2323
echo "d2b7f6a1d7051faef3c9cf41a92fa3671d905ef1e1da920d07651a43299f6268 boost-mingw-gas-cross-compile-2013-03-03.patch" | shasum -c
2424
2525
mkdir -p "$INSTALLPREFIX"
26-
tar xjf boost_1_54_0.tar.bz2
27-
cd boost_1_54_0
26+
tar xjf boost_1_55_0.tar.bz2
27+
cd boost_1_55_0
2828
GCCVERSION=$($HOST-g++ -E -dM $(mktemp --suffix=.h) | grep __VERSION__ | cut -d ' ' -f 3 | cut -d '"' -f 2)
2929
echo "using gcc : $GCCVERSION : $HOST-g++
3030
:
@@ -48,7 +48,7 @@ script: |
4848
# Patch Mirror: http://rose.makesad.us/~paulproteus/mirrors/boost-mingw-gas-cross-compile-2013-03-03.patch
4949
patch -p0 < ../boost-mingw-gas-cross-compile-2013-03-03.patch
5050
51-
# Bug Workaround: boost-1.54.0 broke the ability to disable zlib
51+
# Bug Workaround: boost-1.54.0 broke the ability to disable zlib, still broken in 1.55
5252
# https://svn.boost.org/trac/boost/ticket/9156
5353
sed -i 's^\[ ac.check-library /zlib//zlib : <library>/zlib//zlib^^' libs/iostreams/build/Jamfile.v2
5454
sed -i 's^<source>zlib.cpp <source>gzip.cpp \]^^' libs/iostreams/build/Jamfile.v2
@@ -62,5 +62,5 @@ script: |
6262
cd "$INSTALLPREFIX"
6363
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
6464
export FAKETIME=$REFERENCE_DATETIME
65-
zip -r boost-win32-1.54.0-gitian-r6.zip *
66-
cp boost-win32-1.54.0-gitian-r6.zip $OUTDIR
65+
zip -r boost-win32-1.55.0-gitian-r6.zip *
66+
cp boost-win32-1.55.0-gitian-r6.zip $OUTDIR

contrib/gitian-descriptors/gitian-win32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ remotes:
2323
"dir": "bitcoin"
2424
files:
2525
- "qt-win32-4.8.3-gitian-r4.zip"
26-
- "boost-win32-1.54.0-gitian-r6.zip"
26+
- "boost-win32-1.55.0-gitian-r6.zip"
2727
- "bitcoin-deps-win32-gitian-r9.zip"
2828
- "protobuf-win32-2.5.0-gitian-r3.zip"
2929
script: |
@@ -35,7 +35,7 @@ script: |
3535
mkdir -p $STAGING
3636
cd $STAGING
3737
unzip ../build/qt-win32-4.8.3-gitian-r4.zip
38-
unzip ../build/boost-win32-1.54.0-gitian-r6.zip
38+
unzip ../build/boost-win32-1.55.0-gitian-r6.zip
3939
unzip ../build/bitcoin-deps-win32-gitian-r9.zip
4040
unzip ../build/protobuf-win32-2.5.0-gitian-r3.zip
4141
cd $HOME/build/

0 commit comments

Comments
 (0)