Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 03:09:36 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391383 - head/net-p2p/bitcoin
Message-ID:  <201507060309.t6639aWu046172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Jul  6 03:09:35 2015
New Revision: 391383
URL: https://svnweb.freebsd.org/changeset/ports/391383

Log:
  Update to 0.10.2
  Resolves CVE-2015-3641
  
  https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures
  
  PR:		201224
  Approved by:	maintainer

Modified:
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/bitcoin/distinfo

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Mon Jul  6 01:16:21 2015	(r391382)
+++ head/net-p2p/bitcoin/Makefile	Mon Jul  6 03:09:35 2015	(r391383)
@@ -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>

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Mon Jul  6 01:16:21 2015	(r391382)
+++ head/net-p2p/bitcoin/distinfo	Mon Jul  6 03:09:35 2015	(r391383)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507060309.t6639aWu046172>