Created attachment 240222 [details] go-ethereum-1.11.1.patch Upgrades go-ethereum to 1.11.1. Changelog at: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.1
I'll commit this as is, but I would suggest you take a look at the following commit: https://cgit.freebsd.org/ports/commit/net/rclone?id=d8c92679514ee5eeceab1bc1bb1f90d40967cd70 This converts a go port to a new Makefile variable making the port way easier to maintain. Feel free to submit a patch for this and tag me!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6b49ef5bf56a336d3a34e388cc7652ac3e747a commit 6e6b49ef5bf56a336d3a34e388cc7652ac3e747a Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2023-02-19 12:19:10 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-02-19 12:19:10 +0000 net-p2p/go-ethereum: update to 1.11.1 Changes: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.1 PR: 269639 net-p2p/go-ethereum/Makefile | 81 +++++++++++++-------- net-p2p/go-ethereum/distinfo | 160 ++++++++++++++++++++++++++---------------- net-p2p/go-ethereum/pkg-plist | 1 - 3 files changed, 149 insertions(+), 93 deletions(-)
Committed, thanks!