Bug 179995 - [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
Summary: [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
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-06-26 06:30 UTC by robbak
Modified: 2013-06-30 14:00 UTC (History)
0 users

See Also:


Attachments
bitcoin-0.8.3.patch (1.01 KB, patch)
2013-06-26 06:30 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-06-26 06:30:00 UTC
- Update to 0.8.3
 This is a maintenance release to fix a denial-of-service attack that
can cause nodes to crash.

Truncate over-size messages to prevent a memory exhaustion attack.

Fix a regression that causes excessive re-writing of the 'peers.dat' file.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-26 06:30:08 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-06-30 13:57:55 UTC
Author: swills
Date: Sun Jun 30 12:57:41 2013
New Revision: 322080
URL: http://svnweb.freebsd.org/changeset/ports/322080

Log:
  - Update to 0.8.3
  
  PR:		ports/179995
  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 Jun 30 12:50:38 2013	(r322079)
+++ head/net-p2p/bitcoin/Makefile	Sun Jun 30 12:57:41 2013	(r322080)
@@ -2,8 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	net-p2p finance
+MASTER_SITES=	${MASTER_SITE_LOCAL} \
+		http://people.freebsd.org/~swills/ \
+		GH
 
 MAINTAINER=	robbak@robbak.com
 COMMENT=	Virtual Peer-to-Peer Currency Client
@@ -20,7 +23,7 @@ QRCODES_DESC=	Build with QR code display
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	94933c3
+GH_COMMIT=	6a0ba5c
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Sun Jun 30 12:50:38 2013	(r322079)
+++ head/net-p2p/bitcoin/distinfo	Sun Jun 30 12:57:41 2013	(r322080)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.2.tar.gz) = 545a10f95146161ce8f39eee5cd24720ea6c5b745638634a60e8dd7e2801f173
-SIZE (bitcoin-0.8.2.tar.gz) = 3181543
+SHA256 (bitcoin-0.8.3.tar.gz) = c1082573e66cb711bbd989d4f0863354e4fe4dbc6d859b9d51f3eb06c749a052
+SIZE (bitcoin-0.8.3.tar.gz) = 3181606
_______________________________________________
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-06-30 13:58:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!