Date: Thu, 16 Apr 2026 14:59:38 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Enrique Fynn <me@enriquefynn.com> Subject: git: abbfe437e46c - main - net-p2p/go-ethereum: Update 1.16.8 => 1.17.2 Message-ID: <69e0f95a.1c6a7.4ddce2eb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=abbfe437e46c2fde7b7ea759f93df8c8e71ebe9b commit abbfe437e46c2fde7b7ea759f93df8c8e71ebe9b Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2026-04-11 20:43:56 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-16 14:58:42 +0000 net-p2p/go-ethereum: Update 1.16.8 => 1.17.2 Changelogs: * https://github.com/ethereum/go-ethereum/releases/tag/v1.16.9 * https://github.com/ethereum/go-ethereum/releases/tag/v1.17.0 * https://github.com/ethereum/go-ethereum/releases/tag/v1.17.1 * https://github.com/ethereum/go-ethereum/releases/tag/v1.17.2 Port changes: * Sort pkg-plist. * Drop backported patch since it's in upstream now PR: 293829 Reported by: Enrique Fynn <me@enriquefynn.com> (maintainer) Approved by: vvd (co-mentor) MFH: 2026Q2 Security: CVE-2026-26313 Security: CVE-2026-26314 Security: CVE-2026-26315 --- net-p2p/go-ethereum/Makefile | 11 +++++------ net-p2p/go-ethereum/distinfo | 10 +++++----- ...-vendor_github.com_karalabe_hid_hid__enabled.go | 23 ---------------------- net-p2p/go-ethereum/pkg-plist | 7 +++++-- 4 files changed, 15 insertions(+), 36 deletions(-) diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 847ac5afa4c0..9467e6086dcb 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.16.8 -PORTREVISION= 3 +DISTVERSION= 1.17.2 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com @@ -11,8 +10,8 @@ WWW= https://github.com/ethereum/go-ethereum LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libiconv.so:converters/libiconv \ - libhidapi.so:comms/hidapi +LIB_DEPENDS= libhidapi.so:comms/hidapi \ + libiconv.so:converters/libiconv USES= cpe go:modules CPE_VENDOR= ethereum @@ -22,13 +21,13 @@ GO_MODULE= github.com/ethereum/go-ethereum CGO_LDFLAGS= -liconv -TMPDIR= ${WRKDIR} +TMPDIR= ${WRKDIR} OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Ethereum developer tools -DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef" +DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef ./cmd/ethkey ./cmd/blsync ./cmd/era" DEVTOOLS_VARS_OFF= GO_TARGET=./cmd/geth .include <bsd.port.mk> diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index db8c145512f5..fa4c17926446 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1770233730 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 1d074633a25a2488327fb9a629d35118e472d6d4fd7903a4ec25877ca403f0b1 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 7139 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = aefb8134bf81b4332e5c3a82e81bd8a920adc4a786b91c91f85f25dd2a4c442a -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = 22906212 +TIMESTAMP = 1775931555 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.mod) = 82ed3bdb0efc7392f913361c306af3cd11089fa9c9815815ee6dbcc99966fe06 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.mod) = 7891 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.zip) = c5f5c0a1bd98e174cea63bc88634dc9ef9f4d582fcb4f063873d4904df994916 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.zip) = 23590148 diff --git a/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go b/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go deleted file mode 100644 index 1274c8e490e7..000000000000 --- a/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go +++ /dev/null @@ -1,23 +0,0 @@ ---- vendor/github.com/karalabe/hid/hid_enabled.go.orig 2026-02-04 22:48:45 UTC -+++ vendor/github.com/karalabe/hid/hid_enabled.go -@@ -31,7 +31,7 @@ specifically for the linux platform, below. - #cgo windows LDFLAGS: -lsetupapi - - #cgo freebsd CFLAGS: -DOS_FREEBSD --#cgo freebsd LDFLAGS: -lusb -+#cgo freebsd LDFLAGS: -lhidapi -lusb - - #cgo openbsd CFLAGS: -DOS_OPENBSD - -@@ -64,8 +64,9 @@ specifically for the linux platform, below. - #elif OS_WINDOWS - #include "hidapi/windows/hid.c" - #elif OS_FREEBSD -- #include <libusb.h> -- #include "hidapi/libusb/hid.c" -+ #include <stdlib.h> -+ #include <wchar.h> -+ #include <hidapi/hidapi.h> - #elif DOS_OPENBSD - #include "hidapi/libusb/hid.c" - #endif diff --git a/net-p2p/go-ethereum/pkg-plist b/net-p2p/go-ethereum/pkg-plist index 2a0d45e37b4b..7fc4d5cb6508 100644 --- a/net-p2p/go-ethereum/pkg-plist +++ b/net-p2p/go-ethereum/pkg-plist @@ -1,5 +1,8 @@ -bin/geth %%DEVTOOLS%%bin/abigen +%%DEVTOOLS%%bin/blsync +%%DEVTOOLS%%bin/clef +%%DEVTOOLS%%bin/era +%%DEVTOOLS%%bin/ethkey %%DEVTOOLS%%bin/evm +bin/geth %%DEVTOOLS%%bin/rlpdump -%%DEVTOOLS%%bin/clefhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e0f95a.1c6a7.4ddce2eb>
