From robbak@robbak.com  Wed Jun 26 05:22:06 2013
Return-Path: <robbak@robbak.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id B6469A3D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Jun 2013 05:22:06 +0000 (UTC)
	(envelope-from robbak@robbak.com)
Received: from spam.symbionetworks.com (smtp02.symbionetworks.com [125.213.165.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FC911E79
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Jun 2013 05:22:05 +0000 (UTC)
Received: from spam.symbionetworks.com (localhost.localdomain [127.0.0.1])
	by localhost (Email Security Appliance) with SMTP id 678B018BC3DA_1CA7473B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Jun 2013 04:56:19 +0000 (GMT)
Received: from boffin.lan (unknown [115.187.242.125])
	by spam.symbionetworks.com (Sophos Email Appliance) with ESMTP id D6D3918BC3B9_1CA7471F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Jun 2013 04:56:17 +0000 (GMT)
Received: (from robbak@localhost)
	by boffin.lan (8.14.6/8.14.6/Submit) id r5Q5GX58096067;
	Wed, 26 Jun 2013 15:16:33 +1000 (EST)
	(envelope-from robbak)
Message-Id: <201306260516.r5Q5GX58096067@boffin.lan>
Date: Wed, 26 Jun 2013 15:16:33 +1000 (EST)
From: Robert Backahus <robbak@robbak.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179995
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 26 05:30:00 UTC 2013
>Closed-Date:    Sun Jun 30 12:58:05 UTC 2013
>Last-Modified:  Sun Jun 30 13:00:00 UTC 2013
>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.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)
>How-To-Repeat:
>Fix:

--- bitcoin-0.8.3.patch begins here ---
diff -ruN /usr/ports/net-p2p/bitcoin/Makefile ./Makefile
--- /usr/ports/net-p2p/bitcoin/Makefile	2013-06-10 04:32:16.000000000 +1000
+++ ./Makefile	2013-06-26 12:05:32.000000000 +1000
@@ -2,7 +2,7 @@
 # $FreeBSD: net-p2p/bitcoin/Makefile 320373 2013-06-09 18:32:16Z rakuco $
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	robbak@robbak.com
@@ -20,7 +20,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	bitcoin
 GH_PROJECT=	bitcoin
-GH_COMMIT=	94933c3
+GH_COMMIT=	6a0ba5c
 GH_TAGNAME=	v${PORTVERSION}
 
 USE_GMAKE=	yes
diff -ruN /usr/ports/net-p2p/bitcoin/distinfo ./distinfo
--- /usr/ports/net-p2p/bitcoin/distinfo	2013-06-10 04:32:16.000000000 +1000
+++ ./distinfo	2013-06-26 12:03:28.000000000 +1000
@@ -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
--- bitcoin-0.8.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 26 05:30:08 UTC 2013 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179995 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Jun 30 12:58:04 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179995 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179995: commit references a PR
Date: Sun, 30 Jun 2013 12:57:55 +0000 (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"
 
>Unformatted:
