Date: Tue, 14 Mar 2023 16:27:50 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6c0af0260675 - main - net-p2p/go-ethereum: upgrade to 1.11.4 Message-ID: <202303141627.32EGRokl057698@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c0af0260675e214c64f01ca87053934ee6f666e commit 6c0af0260675e214c64f01ca87053934ee6f666e Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2023-03-13 17:51:56 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-03-14 16:23:15 +0000 net-p2p/go-ethereum: upgrade to 1.11.4 ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.4 * TxPool validation rules have been tightened to defend against certain DoS attacks. The new checks are based on research by @dwn1998, @wangyibo0308, cooperation! * EIP-712 signing in Clef now recognizes all primitive types of Solidity. * EF bootstrap nodes on MS Azure have been removed because they will be decommissioned soon. * The core.Message type has been changed from interface to struct and types.Message API change in core/types. We believe the removal should not cause additional disruption for downstream projects because types.Messages had no meaningful use outside of package core. * core.BlockGen has a new Timestamp method. PR: 270119 Reported by: me@enriquefynn.com (maintainer) --- net-p2p/go-ethereum/Makefile | 3 +-- net-p2p/go-ethereum/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 36aa9ce50729..912f719f9584 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.11.2 -PORTREVISION= 6 +DISTVERSION= 1.11.4 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 3509ec25fb23..50085153a5e5 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1677172799 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.2/v1.11.2.mod) = 99040b6397167e099643aa758382fec36709fb8a87beb8d03d4466d83f2daef4 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.2/v1.11.2.mod) = 5939 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.2/v1.11.2.zip) = 83761189221bc1a6653ddf84da673e673a9502f71b19c4a23408d6caedeb2c43 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.2/v1.11.2.zip) = 14225468 +TIMESTAMP = 1678555588 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.mod) = 7be76fdce2ed0f2972e1ece2bec6e8861a47f96b085f725c5586f9c112fbaa91 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.mod) = 5864 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.zip) = 45758481fa1fddc0c11904825600e7fe0df427deec582cf0ca7880deab7e0785 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.zip) = 14349842
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303141627.32EGRokl057698>