Created attachment 235953 [details] go-ethereum-1.10.21.patch Upgrades go-ethereum to 1.10.21 Notable changes occurred in version 1.10.19: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.19 Most importantly, this upgrade prepares go-ethereum for the Merge which should happen in October 2022.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=64257a84aab333b152f439241453e7235f1fe633 commit 64257a84aab333b152f439241453e7235f1fe633 Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2022-08-18 13:16:02 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-08-18 13:18:18 +0000 net-p2p/go-ethereum: Update to 1.10.21 This upgrade prepares go-ethereum for the Merge which should happen in October 2022. Changes: https://github.com/ethereum/go-ethereum/releases PR: 265891 net-p2p/go-ethereum/Makefile | 67 +++++++++++++------------ net-p2p/go-ethereum/distinfo | 114 ++++++++++++++++++++++++------------------- 2 files changed, 98 insertions(+), 83 deletions(-)
A commit in branch 2022Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3a2547b5ef9785f98838d407ffe5fb26a353e35 commit a3a2547b5ef9785f98838d407ffe5fb26a353e35 Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2022-08-18 13:16:02 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-08-18 13:25:20 +0000 net-p2p/go-ethereum: Update to 1.10.21 This upgrade prepares go-ethereum for the Merge which should happen in October 2022. Changes: https://github.com/ethereum/go-ethereum/releases PR: 265891 (cherry picked from commit 64257a84aab333b152f439241453e7235f1fe633) net-p2p/go-ethereum/Makefile | 67 +++++++++++++------------ net-p2p/go-ethereum/distinfo | 114 ++++++++++++++++++++++++------------------- 2 files changed, 98 insertions(+), 83 deletions(-)
Committed, thanks!