Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 03:10:52 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r391384 - branches/2015Q3/net-p2p/bitcoin
Message-ID:  <201507060310.t663Aqam049104@repo.freebsd.org>

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

Log:
  MFH: r391383
  
  Update to 0.10.2
  Resolves CVE-2015-3641
  
  https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures
  
  PR:		201224
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/net-p2p/bitcoin/Makefile
  branches/2015Q3/net-p2p/bitcoin/distinfo
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net-p2p/bitcoin/Makefile
==============================================================================
--- branches/2015Q3/net-p2p/bitcoin/Makefile	Mon Jul  6 03:09:35 2015	(r391383)
+++ branches/2015Q3/net-p2p/bitcoin/Makefile	Mon Jul  6 03:10:51 2015	(r391384)
@@ -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: branches/2015Q3/net-p2p/bitcoin/distinfo
==============================================================================
--- branches/2015Q3/net-p2p/bitcoin/distinfo	Mon Jul  6 03:09:35 2015	(r391383)
+++ branches/2015Q3/net-p2p/bitcoin/distinfo	Mon Jul  6 03:10:51 2015	(r391384)
@@ -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?201507060310.t663Aqam049104>