diff options
author | feld <feld@FreeBSD.org> | 2015-07-06 11:09:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-06 11:09:35 +0800 |
commit | 97c1197bcef525f6eaf833d4b7a6689e23d945a9 (patch) | |
tree | d8d5cbbdfdf623b233907d97160109be9ccd0afb /net-p2p | |
parent | 45ba82ec5e01228cde6c14eb5dc5866de445125a (diff) | |
download | freebsd-ports-gnome-97c1197bcef525f6eaf833d4b7a6689e23d945a9.tar.gz freebsd-ports-gnome-97c1197bcef525f6eaf833d4b7a6689e23d945a9.tar.zst freebsd-ports-gnome-97c1197bcef525f6eaf833d4b7a6689e23d945a9.zip |
Update to 0.10.2
Resolves CVE-2015-3641
https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures
PR: 201224
Approved by: maintainer
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 16 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 4 |
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 |