Bug 270119 - net-p2p/go-ethereum upgrade to 1.11.4
Summary: net-p2p/go-ethereum upgrade to 1.11.4
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: Fernando Apesteguía
URL: https://github.com/ethereum/go-ethere...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-11 17:39 UTC by Enrique Fynn
Modified: 2023-03-14 16:50 UTC (History)
1 user (show)

See Also:


Attachments
go-ethereum-1.11.4.patch (1.36 KB, patch)
2023-03-11 17:39 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-03-11 17:39:40 UTC
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
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-13 17:57:13 UTC
^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!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-14 16:28:38 UTC
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(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-14 16:50:02 UTC
Committed,

Thanks!