ports/177135: [PATCH] net-p2p/bitcoin: update to 0.8.1

Robert Backahus robbak at robbak.com
Wed Mar 20 10:10:01 UTC 2013


>Number:         177135
>Category:       ports
>Synopsis:       [PATCH] net-p2p/bitcoin: update to 0.8.1
>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:   Wed Mar 20 10:10: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.1

Background: An unknown bug in old version 0.7 was triggered by a valid block.
As this valid block was accepted by version 0.8, this lead to a fork of the block chain.
This was fixed by abandoning the chain created by 0.8 mining clients.

This update forces an artificial restriction on 0.8 series mining clients so as not to 
trigger the 0.7 bug, and sets a date (May 15) for this restriction to be removed.

This update is only essential for users using this port as part of a mining operation.

Port maintainer (robbak at robbak.com) is cc'd.

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

--- bitcoin-0.8.1.patch begins here ---
diff -ruN ../bitcoinCVS/Makefile ./Makefile
--- ../bitcoinCVS/Makefile	2013-03-20 19:45:50.000000000 +1000
+++ ./Makefile	2013-03-20 18:54:38.000000000 +1000
@@ -2,7 +2,7 @@
 # $FreeBSD: head/net-p2p/bitcoin/Makefile 312668 2013-02-20 20:27:32Z rm $
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	robbak at robbak.com
@@ -20,7 +20,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	f4d5f06
+GH_COMMIT=	38f8657
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes
diff -ruN ../bitcoinCVS/distinfo ./distinfo
--- ../bitcoinCVS/distinfo	2013-03-20 19:45:50.000000000 +1000
+++ ./distinfo	2013-03-20 18:52:17.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.0.tar.gz) = 436044ecad90a40c4b8b4186816ac9d2e3b99baf5252532ea35215d9d4ce065e
-SIZE (bitcoin-0.8.0.tar.gz) = 1965169
+SHA256 (bitcoin-0.8.1.tar.gz) = cd24be785f04872e8f74968a018b1d78afc0fd7689c3639cdaf340de000997b1
+SIZE (bitcoin-0.8.1.tar.gz) = 1965003
--- bitcoin-0.8.1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list