Skip to content

Commit

Permalink
Change urls for osslsigncode
Browse files Browse the repository at this point in the history
Change urls for osslsigncode v1.7.1 to use from sources from our repo, ref: ioncoincore#13
  • Loading branch information
cevap authored and ckti committed Mar 29, 2021
1 parent bb73047 commit d14150f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-win-signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ remotes:
- "url": "https://github.com/ioncoincore/ion-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode-1.7.1.tar.gz"
- "v1.7.1.tar.gz"
- "osslsigncode-Backports-to-1.7.1.patch"
- "ion-win-unsigned.tar.gz"
script: |
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
UNSIGNED_DIR=${BUILD_DIR}/unsigned
echo "f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 osslsigncode-1.7.1.tar.gz" | sha256sum -c
echo "f6ba53b8780a2362e91e450776eef1c16fe9a0f86abcdfdc90cf7f76e7fa4f63 v1.7.1.tar.gz" | sha256sum -c
echo "a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch" | sha256sum -c
mkdir -p ${UNSIGNED_DIR}
tar -C ${UNSIGNED_DIR} -xf ion-win-unsigned.tar.gz
tar xf osslsigncode-1.7.1.tar.gz
tar xf tar xf v1.7.1.tar.gz
cd osslsigncode-1.7.1
patch -p1 < ${BUILD_DIR}/osslsigncode-Backports-to-1.7.1.patch
Expand Down
5 changes: 3 additions & 2 deletions doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ Ensure gitian-builder is up-to-date:

pushd ./gitian-builder
mkdir -p inputs
wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
wget -P inputs https://github.com/cevap/osslsigncode/releases/download/v1.7.1/osslsigncode-Backports-to-1.7.1.patch
wget -P inputs https://github.com/cevap/osslsigncode/archive/v1.7.1.tar.gz
wget -P inputs https://github.com/cevap/MacOSX-SDKs/releases/download/MacOSX10.11.sdk-trusty/MacOSX10.11.sdk.tar.gz
popd

Create the OS X SDK tarball, see the [OS X readme](README_osx.md) for details, and copy it into the inputs directory.
Expand Down

0 comments on commit d14150f

Please sign in to comment.