Bug 269639 - net-p2p/go-ethereum upgrade to 1.11.1
Summary: net-p2p/go-ethereum upgrade to 1.11.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dries Michiels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-17 20:27 UTC by Enrique Fynn
Modified: 2023-02-19 12:28 UTC (History)
1 user (show)

See Also:


Attachments
go-ethereum-1.11.1.patch (33.13 KB, patch)
2023-02-17 20:27 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 2023-02-17 20:27:13 UTC
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
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2023-02-19 12:22:10 UTC
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!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-19 12:27:57 UTC
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(-)
Comment 3 Dries Michiels freebsd_committer freebsd_triage 2023-02-19 12:28:20 UTC
Committed, thanks!