From owner-svn-ports-head@freebsd.org Mon Jul 6 03:09:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69EB598ED73; Mon, 6 Jul 2015 03:09:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF981194; Mon, 6 Jul 2015 03:09:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6639bAg046174; Mon, 6 Jul 2015 03:09:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6639aWu046172; Mon, 6 Jul 2015 03:09:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060309.t6639aWu046172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391383 - head/net-p2p/bitcoin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 03:09:37 -0000 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 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