Created attachment 240752 [details] go-ethereum-1.11.4.patch Upgrades go-ethereum to 1.11.4 This is a security release of Geth, improving resilience of the transaction pool against certain kinds of DoS attacks. These attacks have recently been observed in testnets. More at: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.4
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Q/A: PORTREVISION should be removed. No need to update a new patch. Thanks!
A commit in branch main references this bug: 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(-)
Committed, Thanks!