Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 15:16:33 +1000 (EST)
From:      Robert Backahus <robbak@robbak.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179995: [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
Message-ID:  <201306260516.r5Q5GX58096067@boffin.lan>
Resent-Message-ID: <201306260530.r5Q5U0Ae028192@freefall.freebsd.org>

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

>Number:         179995
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/bitcoin: update to 0.8.3
>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 Jun 26 05:30: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.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:
>Unformatted:



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