~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/bitcoin: update to 0.11.0

Details
Message ID
<1442528686-20380-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1442528686
DKIM signature
missing
Download raw message
Patch: +9 -27
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.11.0.md
---
 testing/bitcoin/APKBUILD                           | 25 ++++++++--------------
 .../bitcoin/boost-STATIC_ASSERTION_FAILURE.patch   | 11 ----------
 2 files changed, 9 insertions(+), 27 deletions(-)
 delete mode 100644 testing/bitcoin/boost-STATIC_ASSERTION_FAILURE.patch

diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD
index 4e9ed5b..4636920 100644
--- a/testing/bitcoin/APKBUILD
+++ b/testing/bitcoin/APKBUILD
@@ -1,25 +1,21 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=bitcoin
pkgver=0.10.1
pkgver=0.11.0
_ver=${pkgver/_/}
pkgrel=0
pkgdesc="decentralized P2P electronic cash system"
url="http://www.bitcoin.org/"
arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends="$depends_dev boost-dev openssl-dev db-dev miniupnpc-dev
	qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev
	autoconf automake libtool"
depends_dev="boost-dev openssl-dev db-dev miniupnpc-dev qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev"
makedepends="$depends_dev autoconf automake libtool"
install="$pkgname.post-install $pkgname.pre-install"
subpackages="$pkgname-qt $pkgname-cli"
source="$pkgname-$_ver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v${_ver}.tar.gz
	ssize_t.patch
	$pkgname.initd
	$pkgname.conf
	boost-STATIC_ASSERTION_FAILURE.patch
	"

_builddir="$srcdir"/bitcoin-$_ver
@@ -70,18 +66,15 @@ cli() {
	mv "$pkgdir"/usr/bin/bitcoin-cli "$subpkgdir"/usr/bin/ || return 1
}

md5sums="210667b037b2b2c7ed13a499ceb93945  bitcoin-0.10.1.tar.gz
md5sums="7463ff45ad2ece6fad1b673bb2c2afbb  bitcoin-0.11.0.tar.gz
716a88e668729e89d3eb929da86f7f04  ssize_t.patch
70a29202a5fa77e50e92083b014909c9  bitcoin.initd
3e9b4a37bb46e6cd83b6824870c58484  bitcoin.conf
999b641737df8691e472d170e48137a3  boost-STATIC_ASSERTION_FAILURE.patch"
sha256sums="d83e2872de37a17c60b7f5d86a5d9cfe2e7e706bf270ea59d7cd846d2fbf8102  bitcoin-0.10.1.tar.gz
3e9b4a37bb46e6cd83b6824870c58484  bitcoin.conf"
sha256sums="2bcd61a4c288e5cc5d7fbe724606c610a20037332b06f7a9e99c1153eef73aef  bitcoin-0.11.0.tar.gz
f0a094c7b374338ad153ee06b7dd2369dad6b97b1f1bb0252da12c9aaace5321  ssize_t.patch
432b769f9e7cc2e728d72dd38c20ef54132da4a36134988e3401c8451f31bc42  bitcoin.initd
b7a31bf251f1011ab6584b610acac8494612c2012e9771985228c36c08a315ac  bitcoin.conf
5bdab73812d88824e7644d853288b674f995f38a4c57578d27a8b38dc52cf394  boost-STATIC_ASSERTION_FAILURE.patch"
sha512sums="3aaa2fc33a21023484074584e02d01a5ae686d4326c5a1de5e3a578e14059d60d44631f42ec54322bea6a12a6b119276b45bade590e54d6d5d51a38b0eed006c  bitcoin-0.10.1.tar.gz
b7a31bf251f1011ab6584b610acac8494612c2012e9771985228c36c08a315ac  bitcoin.conf"
sha512sums="d3f033eaa7eba0956d4ba08b0773bcfc6fc4a85711b8d615fac7e63c9117a6df65c0d50d62559250bee910f7e692fcd00dea3cce615d828e2903887c321804a9  bitcoin-0.11.0.tar.gz
98aa5ad81bdb4ae961b791bc978c39117cdf2d83c2181f92bebbb0db107d9b6e86eda265fb3f93ff8a5ca8a7754d7148818b98095d57201dff9363d60b97e7dd  ssize_t.patch
cb2454c353014213bd25fbb938affe79639aa82542c560eaa910e4d9fc01d1cbfec6d8ff004aab9a123ca62e26ed2ebeb264b052a36d3d7154758061065664ab  bitcoin.initd
48abce0f0a5b088c957aa5cb2bcf9bb520593caa7a20019bdf785e43f7d2459968240d4529dfa30be2fca92891bf50c1253a513530511e99d8ee471d9ff6bd95  bitcoin.conf
de0ee15ca5f74b53dd9d6bc912c65f269063d27ff28682fbd20334e7e232163afd8454cdbcb8b0ae3a088e1dbf5d898a4725e17e050b5f4071412c151431f795  boost-STATIC_ASSERTION_FAILURE.patch"
48abce0f0a5b088c957aa5cb2bcf9bb520593caa7a20019bdf785e43f7d2459968240d4529dfa30be2fca92891bf50c1253a513530511e99d8ee471d9ff6bd95  bitcoin.conf"
diff --git a/testing/bitcoin/boost-STATIC_ASSERTION_FAILURE.patch b/testing/bitcoin/boost-STATIC_ASSERTION_FAILURE.patch
deleted file mode 100644
index 07589c7..0000000
--- a/testing/bitcoin/boost-STATIC_ASSERTION_FAILURE.patch
@@ -1,11 +0,0 @@
--- bitcoin-0.10.1/src/rpcrawtransaction.cpp
+++ bitcoin-0.10.1/src/rpcrawtransaction.cpp.new
@@ -287,7 +287,7 @@
         if (pk.IsPayToScriptHash()) {
             CTxDestination address;
             if (ExtractDestination(pk, address)) {
-                const CScriptID& hash = boost::get<const CScriptID&>(address);
+		 const CScriptID& hash = boost::get<CScriptID>(address);
                 CScript redeemScript;
                 if (pwalletMain->GetCScript(hash, redeemScript))
                     entry.push_back(Pair("redeemScript", HexStr(redeemScript.begin(), redeemScript.end())));
-- 
2.5.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)