From fb92215a0924403c7e89ae34ef03aa45a9249792 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 12 Jan 2015 16:42:03 -1000 Subject: [PATCH] Litecoin: Upgrade to openssl-1.0.1k --- contrib/gitian-descriptors/deps-win32.yml | 10 +++++----- contrib/gitian-descriptors/gitian-win32.yml | 8 ++++---- contrib/gitian-descriptors/qt-win32.yml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/contrib/gitian-descriptors/deps-win32.yml b/contrib/gitian-descriptors/deps-win32.yml index 95b7cbd58..5f7538121 100644 --- a/contrib/gitian-descriptors/deps-win32.yml +++ b/contrib/gitian-descriptors/deps-win32.yml @@ -14,7 +14,7 @@ packages: reference_datetime: "2011-01-30 00:00:00" remotes: [] files: -- "openssl-1.0.1i.tar.gz" +- "openssl-1.0.1k.tar.gz" - "db-4.8.30.NC.tar.gz" - "miniupnpc-1.9.20140401.tar.gz" - "zlib-1.2.8.tar.gz" @@ -28,7 +28,7 @@ script: | export INSTALLPREFIX=$OUTDIR/staging/deps export HOST=i686-w64-mingw32 # Integrity Check - echo "3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7 openssl-1.0.1i.tar.gz" | sha256sum -c + echo "8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c openssl-1.0.1k.tar.gz" | sha256sum -c echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c echo "d02670112125300f7a3d61421714d99105edd90190bf12542d16785f16f017aa miniupnpc-1.9.20140401.tar.gz" | sha256sum -c echo "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d zlib-1.2.8.tar.gz" | sha256sum -c @@ -38,8 +38,8 @@ script: | # mkdir -p $INSTALLPREFIX - tar xzf openssl-1.0.1i.tar.gz - cd openssl-1.0.1i + tar xzf openssl-1.0.1k.tar.gz + cd openssl-1.0.1k ./Configure --cross-compile-prefix=$HOST- mingw --openssldir=$INSTALLPREFIX make make install_sw @@ -98,4 +98,4 @@ script: | cd .. # cd $INSTALLPREFIX - zip -r $OUTDIR/bitcoin08-deps-win32-gitian-r12.zip include lib + zip -r $OUTDIR/bitcoin08-deps-win32-gitian-r13.zip include lib diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index 1359e8a8c..6c444d813 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -16,9 +16,9 @@ remotes: - "url": "https://github.com/litecoin-project/litecoin.git" "dir": "litecoin" files: -- "qt-win32-4.8.5-gitian-r7.zip" +- "qt-win32-4.8.5-gitian-r8.zip" - "boost-win32-1.55.0-gitian-r6.zip" -- "bitcoin08-deps-win32-gitian-r12.zip" +- "bitcoin08-deps-win32-gitian-r13.zip" script: | # STAGING=$HOME/staging @@ -26,9 +26,9 @@ script: | # mkdir -p $STAGING cd $STAGING - unzip ../build/qt-win32-4.8.5-gitian-r7.zip + unzip ../build/qt-win32-4.8.5-gitian-r8.zip unzip ../build/boost-win32-1.55.0-gitian-r6.zip - unzip ../build/bitcoin08-deps-win32-gitian-r12.zip + unzip ../build/bitcoin08-deps-win32-gitian-r13.zip cd $HOME/build/ # cd litecoin diff --git a/contrib/gitian-descriptors/qt-win32.yml b/contrib/gitian-descriptors/qt-win32.yml index e46010bda..3348e52b3 100644 --- a/contrib/gitian-descriptors/qt-win32.yml +++ b/contrib/gitian-descriptors/qt-win32.yml @@ -14,7 +14,7 @@ reference_datetime: "2011-01-30 00:00:00" remotes: [] files: - "qt-everywhere-opensource-src-4.8.5.tar.gz" -- "bitcoin08-deps-win32-gitian-r12.zip" +- "bitcoin08-deps-win32-gitian-r13.zip" script: | # HOST=i686-w64-mingw32 @@ -26,7 +26,7 @@ script: | mkdir -p $INSTDIR/host/bin # # Need mingw-compiled openssl from bitcoin-deps: - unzip bitcoin08-deps-win32-gitian-r12.zip + unzip bitcoin08-deps-win32-gitian-r13.zip DEPSDIR=`pwd` # tar xzf qt-everywhere-opensource-src-4.8.5.tar.gz @@ -61,4 +61,4 @@ script: | # as zip stores file timestamps, use faketime to intercept stat calls to set dates for all files to reference date export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 - zip -r $OUTDIR/qt-win32-4.8.5-gitian-r7.zip * + zip -r $OUTDIR/qt-win32-4.8.5-gitian-r8.zip *