From 1e735791ddc00f22744152f47e7713700f0ca6f5 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Thu, 15 Feb 2018 21:04:19 +0000 Subject: Update net-p2p/go-ethereum to 1.8.0 Requires go version >= 1.9.2 Reliable light client Reliable fast sync Custom tracing scripts Native events using abigen Breaking changes: Trie pruning is enabled on all --syncmode variations (including --syncmode=full). If running an archive node, to retain historic data, disable pruning with `--gcmode=archive` PR: 225916 Submitted by: Enrique Fynn (maintainer) --- net-p2p/go-ethereum/Makefile | 4 ++-- net-p2p/go-ethereum/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-p2p/go-ethereum') diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index ec1dac6b695b..e3e5b7df4816 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.7.3 +PORTVERSION= 1.8.0 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -11,7 +11,7 @@ COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= go:lang/go +BUILD_DEPENDS= go>=1.9.2:lang/go USE_GITHUB= yes GH_ACCOUNT= ethereum diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 89883c3ee970..17ff3cf71575 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512115437 -SHA256 (ethereum-go-ethereum-v1.7.3_GH0.tar.gz) = 64a9f19eeccb3c094e7f9d2d936cd2d48aee3a2cc03148b980e0462c7579a73a -SIZE (ethereum-go-ethereum-v1.7.3_GH0.tar.gz) = 8188445 +TIMESTAMP = 1518697918 +SHA256 (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 4e7ea90940b6f34f393c2158ac866f512590962f5d46c21b2f4d523dcf8b9f48 +SIZE (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 9035082 -- cgit v1.2.3