FreeBSD Bugzilla – Attachment 269641 Details for
Bug 293829
net-p2p/go-ethereum: Upgrade to 1.17.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
go-ethereum-1.17.2.patch
go-ethereum-1.17.2.diff (text/plain), 3.50 KB, created by
Enrique Fynn
on 2026-04-11 18:39:51 UTC
(
hide
)
Description:
go-ethereum-1.17.2.patch
Filename:
MIME Type:
Creator:
Enrique Fynn
Created:
2026-04-11 18:39:51 UTC
Size:
3.50 KB
patch
obsolete
>diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile >index 847ac5afa..c5fbe1c1d 100644 >--- a/net-p2p/go-ethereum/Makefile >+++ b/net-p2p/go-ethereum/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= go-ethereum > DISTVERSIONPREFIX= v >-DISTVERSION= 1.16.8 >+DISTVERSION= 1.17.2 > PORTREVISION= 3 > CATEGORIES= net-p2p > >@@ -11,8 +11,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 +22,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 db8c14551..fa4c17926 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 1274c8e49..000000000 >--- 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 2a0d45e37..b0d9faf54 100644 >--- a/net-p2p/go-ethereum/pkg-plist >+++ b/net-p2p/go-ethereum/pkg-plist >@@ -3,3 +3,6 @@ bin/geth > %%DEVTOOLS%%bin/evm > %%DEVTOOLS%%bin/rlpdump > %%DEVTOOLS%%bin/clef >+%%DEVTOOLS%%bin/ethkey >+%%DEVTOOLS%%bin/blsync >+%%DEVTOOLS%%bin/era
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
me
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 293829
:
268817
| 269641 |
269653
|
269654
|
269665
|
269719