aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-07-06 03:09:35 +0000
committerMark Felder <feld@FreeBSD.org>2015-07-06 03:09:35 +0000
commit7154dfbc8823f7864615c2e0b6aa614faace8709 (patch)
treed8d5cbbdfdf623b233907d97160109be9ccd0afb /net-p2p/bitcoin
parentf7f42efc01ea83f447921eb0a29b675a0215ce2d (diff)
downloadports-7154dfbc8823f7864615c2e0b6aa614faace8709.tar.gz
ports-7154dfbc8823f7864615c2e0b6aa614faace8709.zip
Update to 0.10.2
Resolves CVE-2015-3641 https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures PR: 201224 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=391383
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r--net-p2p/bitcoin/Makefile16
-rw-r--r--net-p2p/bitcoin/distinfo4
2 files changed, 12 insertions, 8 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 7357c97f652f..408047714f31 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bitcoin
-PORTVERSION= 0.10.1
+PORTVERSION= 0.10.2
DISTVERSIONPREFIX= v
CATEGORIES= net-p2p finance
@@ -13,7 +13,8 @@ LICENSE= MIT
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
-USES= autoreconf compiler:c++0x gmake libtool pkgconfig
+USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix
+SHEBANG_FILES= src/test/*.py
USE_GITHUB= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
@@ -70,11 +71,11 @@ WALLET_USE= BDB=48
GH_ACCOUNT= bitcoin
-CONFIGURE_ARGS?= --without-daemon \
+CONFIGURE_ARGS?= --without-libs \
+ --disable-reduce-exports \
--with-gui \
- --without-libs \
- --without-utils \
- --disable-reduce-exports
+ --without-daemon \
+ --without-utils
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl"
@@ -96,6 +97,9 @@ post-install:
.endif
regression-test: build
+ # To use this sucessfully, remove --without-daemon and --without-utils
+ # from CONFIGURE_ARGS above.
+
@cd ${WRKSRC} && ${GMAKE} check
.include <bsd.port.mk>
diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo
index cbe945836a96..2daedd1a4a22 100644
--- a/net-p2p/bitcoin/distinfo
+++ b/net-p2p/bitcoin/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = d83e2872de37a17c60b7f5d86a5d9cfe2e7e706bf270ea59d7cd846d2fbf8102
-SIZE (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = 5049043
+SHA256 (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 48c82a35369e54b613f738adf2a3420f8a25636182d272635202a5f99bb1fb9b
+SIZE (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 5075202