Bug 265891 - net-p2p/go-ethereum upgrade to 1.10.21
Summary: net-p2p/go-ethereum upgrade to 1.10.21
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-16 22:09 UTC by Enrique Fynn
Modified: 2022-08-18 13:36 UTC (History)
1 user (show)

See Also:


Attachments
go-ethereum-1.10.21.patch (28.53 KB, patch)
2022-08-16 22:09 UTC, Enrique Fynn
me: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Fynn 2022-08-16 22:09:02 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-18 13:19:46 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-18 13:35:50 UTC
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(-)
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2022-08-18 13:36:17 UTC
Committed, thanks!