svn commit: r432032 - head/net-p2p/go-ethereum

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jan 21 13:13:33 UTC 2017


Author: rakuco
Date: Sat Jan 21 13:13:31 2017
New Revision: 432032
URL: https://svnweb.freebsd.org/changeset/ports/432032

Log:
  Updates to version 1.5.7.
  
  Version 1.5.6 contains a known regression in the RPC interface that can lead to
  wrong ether balance responses.
  
  PR:		216333
  Submitted by:	Fyn <enriquefynn at gmail.com> (maintainer)

Modified:
  head/net-p2p/go-ethereum/Makefile
  head/net-p2p/go-ethereum/distinfo

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Sat Jan 21 13:10:31 2017	(r432031)
+++ head/net-p2p/go-ethereum/Makefile	Sat Jan 21 13:13:31 2017	(r432032)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-ethereum
-PORTVERSION=	1.5.6
+PORTVERSION=	1.5.7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-p2p
 

Modified: head/net-p2p/go-ethereum/distinfo
==============================================================================
--- head/net-p2p/go-ethereum/distinfo	Sat Jan 21 13:10:31 2017	(r432031)
+++ head/net-p2p/go-ethereum/distinfo	Sat Jan 21 13:13:31 2017	(r432032)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484341496
-SHA256 (ethereum-go-ethereum-v1.5.6_GH0.tar.gz) = c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac
-SIZE (ethereum-go-ethereum-v1.5.6_GH0.tar.gz) = 14950086
+TIMESTAMP = 1485004384
+SHA256 (ethereum-go-ethereum-v1.5.7_GH0.tar.gz) = 758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369
+SIZE (ethereum-go-ethereum-v1.5.7_GH0.tar.gz) = 15212742


More information about the svn-ports-all mailing list