notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
go-ethereum Go implementation of the Ethereum y/w paper
1.17.2_2 net-p2p on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.17.2_2Version of this port present on the latest quarterly branch.
Maintainer: me@enriquefynn.com search for ports maintained by this maintainer
Port Added: 2016-04-30 18:38:01
Last Update: 2026-06-03 17:54:22
Commit Hash: dd8dc2a
License: GPLv3
WWW:
https://github.com/ethereum/go-ethereum
Description:
Ethereum is a community-driven project aiming to decentralize the internet and return it to its democratic roots. It is a platform for building and running applications which do not need to rely on trust and cannot be controlled by any central authority. This is the Go implementation of Ethereum y/w paper
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/go-ethereum-1.17.2_2/catalog.mk
  2. /usr/local/share/licenses/go-ethereum-1.17.2_2/LICENSE
  3. /usr/local/share/licenses/go-ethereum-1.17.2_2/GPLv3
  4. @comment bin/abigen
  5. @comment bin/blsync
  6. @comment bin/clef
  7. @comment bin/era
  8. @comment bin/ethkey
  9. @comment bin/evm
  10. bin/geth
  11. @comment bin/rlpdump
  12. @owner
  13. @group
  14. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • go-ethereum>0:net-p2p/go-ethereum
To install the port:
cd /usr/ports/net-p2p/go-ethereum/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/go-ethereum
  • pkg install go-ethereum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: go-ethereum
Flavors: there is no flavor information for this port.
distinfo:
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

Expand this list (2 items)

Collapse this list.

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

Collapse this list.


Packages (timestamps in pop-ups are UTC):
go-ethereum
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.17.21.17.2--1.17.2n/an/an/a
FreeBSD:13:quarterly1.17.21.17.2--1.17.2n/an/an/a
FreeBSD:14:latest1.17.2_21.17.2_2--1.17.2_2---
FreeBSD:14:quarterly1.17.2_21.17.2_2--1.17.2_2---
FreeBSD:15:latest1.17.2_21.17.2_2n/a-n/an/a--
FreeBSD:15:quarterly1.17.2_21.17.2_2n/a-n/an/a--
FreeBSD:16:latest1.17.2_21.17.2_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Library dependencies:
  1. libhidapi.so : comms/hidapi
  2. libiconv.so : converters/libiconv
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for go-ethereum-1.17.2_2: DEVTOOLS=off: Ethereum developer tools ===> Use 'make config' to modify these settings
Options name:
net-p2p_go-ethereum
USES:
cpe go:modules zip
pkg-message:
If upgrading from < 1.9.0:
* It's recommended to make a backup as the v1.9.0 release contains database schema changes, meaning it's not possible to downgrade once updated! * It's also recommended to do a fresh fast sync as it can drastically reduce the database size.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/ethereum/go-ethereum/@v/
Collapse this list.

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.12
23 Sep 2016 18:28:42
Revision:422690Original commit files touched by this commit This port version is marked as vulnerable.
jrm search for other commits by this committer
Upgrade to version 1.4.12

PR:		212917
Submitted by:	enriquefynn@gmail.com (maintainer)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8014
1.4.10
04 Aug 2016 19:29:35
Revision:419654Original commit files touched by this commit This port version is marked as vulnerable.
pawel search for other commits by this committer
- Update to version 1.4.10 [1]
- Move variables declarations before options block
- Use option helpers for install target

PR:		211560 [1]
Submitted by:	maintainer [1]
1.4.7
18 Jun 2016 22:17:12
Revision:417094Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
net-p2p/go-ethereum: update to 1.4.7

- drop dependency upon libgmp

PR:		210318
Submitted by:	Fynn <enriquefynn@gmail.com> (maintainer)
1.4.3
28 May 2016 14:15:02
Revision:415994Original commit files touched by this commit This port version is marked as vulnerable.
gerald search for other commits by this committer
Replace USE_GCC=4.8+ by the more general USE_GCC=yes.
1.4.3
11 May 2016 15:51:02
Revision:415012Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Update to 1.4.3

PR:		209455
Submitted by:	maintainer
1.3.6
30 Apr 2016 18:37:52
Revision:414354Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
New port: net-p2p/go-ethereum

Ethereum is a community-driven project aiming to decentralize the internet and
return it to its democratic roots. It is a platform for building and running
applications which do not need to rely on trust and cannot be controlled by
any central authority.

This is the Go implementation of Ethereum y/w paper

WWW: https://github.com/ethereum/go-ethereum

PR:		201954
Submitted by:	enriquefynn@gmail.com

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2