Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 20:37:49 +1000 (EST)
From:      Robert Backahus <robbak@robbak.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184655: [MAINTAINER] net-p2p/bitcoin: update to 0.8.6
Message-ID:  <201312101037.rBAAbn6o003552@boffin.lan>
Resent-Message-ID: <201312101050.rBAAo0wr010664@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184655
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/bitcoin: update to 0.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 10 10:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Robert Backahus
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD boffin 9.1-STABLE FreeBSD 9.1-STABLE #4 r246398: Thu Feb  7 02:57:27
>Description:
Update to 0.8.6

Remove patch--init_cpp, applied upstream.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- bitcoin-0.8.6.patch begins here ---
diff -ruN /usr/ports/net-p2p/bitcoin/Makefile ./Makefile
--- /usr/ports/net-p2p/bitcoin/Makefile	2013-11-22 22:55:11.000000000 +1000
+++ ./Makefile	2013-12-10 18:33:37.000000000 +1000
@@ -2,7 +2,7 @@
 # $FreeBSD: net-p2p/bitcoin/Makefile 334587 2013-11-22 12:55:11Z makc $
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.6
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~swills/ \
@@ -23,7 +23,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	8090e11
+GH_COMMIT=	15e2837
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes
diff -ruN /usr/ports/net-p2p/bitcoin/distinfo ./distinfo
--- /usr/ports/net-p2p/bitcoin/distinfo	2013-09-24 11:48:57.000000000 +1000
+++ ./distinfo	2013-12-10 18:25:00.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.5.tar.gz) = 0a60bda22fb198a2682a6a0b3c82b3da053f76efdd5930eae9af3792bdc4bffe
-SIZE (bitcoin-0.8.5.tar.gz) = 3181937
+SHA256 (bitcoin-0.8.6.tar.gz) = 0703ce3fce77b63bce11388790176f5626b521b7403d72db1ed452c692fdc55d
+SIZE (bitcoin-0.8.6.tar.gz) = 3194755
diff -ruN /usr/ports/net-p2p/bitcoin/files/patch-init_cpp ./files/patch-init_cpp
--- /usr/ports/net-p2p/bitcoin/files/patch-init_cpp	2013-05-30 21:28:53.000000000 +1000
+++ ./files/patch-init_cpp	1970-01-01 10:00:00.000000000 +1000
@@ -1,12 +0,0 @@
-diff -ur ../bitcoin-bitcoin-18c9239.orig/src/init.cpp ./src/init.cpp
---- ../bitcoin-bitcoin-18c9239.orig/src/init.cpp	2013-05-24 22:50:15.000000000 +1000
-+++ ./src/init.cpp	2013-05-24 22:53:20.000000000 +1000
-@@ -530,7 +530,7 @@
-     // Make sure enough file descriptors are available
-     int nBind = std::max((int)mapArgs.count("-bind"), 1);
-     nMaxConnections = GetArg("-maxconnections", 125);
--    nMaxConnections = std::max(std::min(nMaxConnections, FD_SETSIZE - nBind - MIN_CORE_FILEDESCRIPTORS), 0);
-+    nMaxConnections = std::max(std::min(nMaxConnections, (int)(FD_SETSIZE - nBind - MIN_CORE_FILEDESCRIPTORS)), 0);
-     int nFD = RaiseFileDescriptorLimit(nMaxConnections + MIN_CORE_FILEDESCRIPTORS);
-     if (nFD < MIN_CORE_FILEDESCRIPTORS)
-         return InitError(_("Not enough file descriptors available."));
--- bitcoin-0.8.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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