Bug 177135 - [PATCH] net-p2p/bitcoin: update to 0.8.1
Summary: [PATCH] net-p2p/bitcoin: update to 0.8.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 10:10 UTC by robbak
Modified: 2013-03-24 12:30 UTC (History)
1 user (show)

See Also:


Attachments
bitcoin-0.8.1.patch (984 bytes, patch)
2013-03-20 10:10 UTC, robbak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description robbak 2013-03-20 10:10:00 UTC
- 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@robbak.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-20 10:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-24 12:25:26 UTC
Author: swills
Date: Sun Mar 24 12:25:14 2013
New Revision: 315113
URL: http://svnweb.freebsd.org/changeset/ports/315113

Log:
  - Update to 0.8.1
  
  PR:		ports/177135
  Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)

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

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Sun Mar 24 12:12:31 2013	(r315112)
+++ head/net-p2p/bitcoin/Makefile	Sun Mar 24 12:25:14 2013	(r315113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	robbak@robbak.com
@@ -20,7 +20,7 @@ QRCODES_DESC=	Build with QR code display
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	f4d5f06
+GH_COMMIT=	38f8657
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Sun Mar 24 12:12:31 2013	(r315112)
+++ head/net-p2p/bitcoin/distinfo	Sun Mar 24 12:25:14 2013	(r315113)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-03-24 12:25:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!