- 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)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!