aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/go-ethereum
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* net-p2p/go-ethereum: Update to 1.10.16Enrique Fynn2022-02-222-16/+16
| | | | | | Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 PR: 262110
* net-p2p/go-ethereum: Update to 1.10.14Enrique Fynn2021-12-252-4/+4
| | | | | | Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.14 PR: 260666
* net-p2p/go-ethereum: Update to 1.10.12Olivier Certner2021-11-122-49/+76
| | | | | | | | | | ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.12 While here, pet linters PR: 259741 Reported by: olivier.freebsd@free.fr Approved by: me@enriquefynn.com (maintainer)
* net-p2p/go-ethereum: Add CPE informationStefan Eßer2021-10-231-1/+3
| | | | Approved by: portmgr (blanket)
* net-p2p/go-ethereum: Update to 1.10.7Enrique Fynn2021-08-252-10/+16
| | | | | | ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.7 PR: 257833
* net-p2p/go-ethereum: Update to 1.10.6Enrique Fynn2021-08-082-61/+85
| | | | PR: 257644
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/go-ethereum: Update to 1.10.0Neel Chauhan2021-03-052-71/+65
| | | | | | | | | | Changes: https://blog.ethereum.org/2021/03/03/geth-v1-10-0/ PR: 254032 Submitted by: Enrique Fynn <me AT enriquefynn DOT com> (maintainer) Notes: svn path=/head/; revision=567407
* net-p2p/go-ethereum: Update to 1.9.25Dmitri Goutnik2021-01-102-103/+113
| | | | | | | | | Changes: https://github.com/ethereum/go-ethereum/releases/tag/v1.9.25 PR: 251831 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=561059
* Clean up net-p2p/go-ethereum a littleTobias Kortkamp2020-03-311-13/+0
| | | | | | | Reported by: portscan (GH_TARGET) Notes: svn path=/head/; revision=529951
* net-p2p/go-ethereum: Update 1.9.7 -> 1.9.12Yuri Victorovich2020-03-312-15/+225
| | | | | | | | | PR: 245155 Submitted by: freebsd@vertalo.com Approved by: me@enriquefynn.com (maintainer) Notes: svn path=/head/; revision=529927
* net-p2p/go-ethereum: Update to 1.9.7Dmitri Goutnik2019-11-082-4/+4
| | | | | | | | | | | Changes: https://github.com/ethereum/go-ethereum/releases/tag/v1.9.7 PR: 241800 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Approved by: tz (mentor, implicit) Notes: svn path=/head/; revision=517053
* net-p2p/go-ethereum: upgrade to 1.9.5Steve Wills2019-09-232-4/+4
| | | | | | | | PR: 240772 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=512637
* net-p2p/go-ethereum: upgrade to 1.9.3Steve Wills2019-09-132-4/+4
| | | | | | | | PR: 240468 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=511968
* net-p2p/go-ethereum: Update to 1.9.2Kai Knoblich2019-08-152-4/+4
| | | | | | | | | | | | | Changelogs since 1.9.0: https://github.com/ethereum/go-ethereum/releases/tag/v1.9.2 https://github.com/ethereum/go-ethereum/releases/tag/v1.9.1 PR: 239838 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=509061
* net-p2p/go-ethereum: Update to 1.9.0Kai Knoblich2019-07-225-17/+19
| | | | | | | | | | | | | | | | | | * Remove no longer required patch "fdlimit_freebsd.go" as those changes have been merged by upstream. * Add a pkg-message to give users some advice when upgrading from releases lower than 1.9.0. [1] Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.9.0 PR: 239111 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Approved by: Enrique Fynn (maintainer) [1] Notes: svn path=/head/; revision=507138
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* net-p2/go-ethereum: Update to 1.8.27Koichiro Iwao2019-06-032-4/+4
| | | | | | | | PR: 238166 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=503387
* net-p2p/go-ethereum: upgrade to 1.8.24Steve Wills2019-04-103-4/+15
| | | | | | | | PR: 237150 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=498594
* net-p2p/go-ethereum: upgrade to 1.8.22Steve Wills2019-03-092-4/+4
| | | | | | | | PR: 235426 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=495094
* Update to 1.8.21Jochen Neumeister2019-01-242-4/+4
| | | | | | | | | | | Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.8.21 PR: 234999 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=491095
* net-p2p/go-ethereum: update to 1.8.20Steve Wills2018-12-262-4/+4
| | | | | | | | PR: 233937 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=488472
* net-p2p/go-ethereum upgrade to 1.8.18Steve Wills2018-11-233-8/+6
| | | | | | | | PR: 233241 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=485676
* net-p2p/go-ethereum: Update to v1.8.16.Mateusz Piotrowski2018-09-252-4/+4
| | | | | | | | | | PR: 231707 Submitted by: Enrique Fynn <me@enriquefynn.com> Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17310 Notes: svn path=/head/; revision=480697
* net-p2p/go-ethereum Upgrade to 1.8.14Steve Wills2018-08-222-4/+4
| | | | | | | | PR: 230815 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=477821
* - Update to 1.8.12Wen Heping2018-07-063-6/+4
| | | | | | | | PR: 229541 Submitted by: me@enriquefynn.com(maintainer) Notes: svn path=/head/; revision=474012
* net-p2p/go-ethereum: Update to 1.8.9Jochen Neumeister2018-05-302-4/+4
| | | | | | | | PR: 228590 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=471138
* Update net-p2p/go-ethereum to 1.8.5Fernando Apesteguía2018-04-262-4/+4
| | | | | | | | | | PR: 227711 Reported by: me@enriquefynn.com (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15188 Notes: svn path=/head/; revision=468356
* - Update to 1.8.4Wen Heping2018-04-222-4/+4
| | | | | | | | PR: 227604 Submitted by: me@enriquefynn.com(maintainer) Notes: svn path=/head/; revision=467916
* net-p2p/go-ethereum: Update 1.8.2 -> 1.8.3Yuri Victorovich2018-03-282-4/+4
| | | | | | | | PR: 227025 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=465852
* net-p2p/go-ethereum: Update to 1.8.2Yuri Victorovich2018-03-072-4/+4
| | | | | | | | | | | | | | Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.8.2 Also changed to DISTVERSION PR: 226417 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463838
* net-p2p/go-ethereum: Update to version 1.8.1Joseph Mingrone2018-02-232-5/+5
| | | | | | | | | | | Upstream changes: https://github.com/ethereum/go-ethereum/releases/tag/v1.8.1 PR: 226140 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Notes: svn path=/head/; revision=462707
* Update net-p2p/go-ethereum to 1.8.0Niclas Zeising2018-02-152-5/+5
| | | | | | | | | | | | | | | | | | | | Requires go version >= 1.9.2 Reliable light client Reliable fast sync Custom tracing scripts Native events using abigen Breaking changes: Trie pruning is enabled on all --syncmode variations (including --syncmode=full). If running an archive node, to retain historic data, disable pruning with `--gcmode=archive` PR: 225916 Submitted by: Enrique Fynn (maintainer) Notes: svn path=/head/; revision=461949
* Update to upstream version 1.7.3Thomas Zander2017-12-022-4/+4
| | | | | | | | PR: 224013 Submitted by: me@enriquefynn.com (maintainer) Notes: svn path=/head/; revision=455345
* * Updated to 1.7.2Richard Gallamore2017-10-152-4/+4
| | | | | | | | | | | - [High severity] Upgrade to 1.7.2 to fix a DOS vulnerability in the EVM. PR: 223013 Submitted by: Enrique Fynn (maintainer) MFH: 2017Q4 Notes: svn path=/head/; revision=452165
* Update to upstream version 1.7.1, build fix with /tmp mounted noexecThomas Zander2017-10-082-5/+6
| | | | | | | | | | | | | | | | Details: - Update to upstream version 1.7.1 - go puts temporary build artefacts into TMPDIR. This caused build issues when the port is built on a system where /tmp is mounted noexec. Now the port uses TMPDIR=WRKDIR - Update maintainer's e-mail address to me@enriquefynn.com PR: 221913 Submitted by: peter@icebear.net, enriquefynn@gmail.com (maintainer) MFH: 2017Q4 Notes: svn path=/head/; revision=451519
* net-p2p/go-ethereum: Update 1.6.5 -> 1.6.7.Boris Samorodov2017-07-202-4/+4
| | | | | | | | | | | | Based on [*]. The patch was regenerated (original patch had been based on non-current port version). Size and checksum of new distro are the same as at the PR. PR: 220700 [*] Submitted by: enriquefynn@gmail.com (maintainer) Notes: svn path=/head/; revision=446256
* - Upgrade to 1.6.5 [1]Dmitry Marakasov2017-06-052-4/+7
| | | | | | | | | | - While here, add OPTIONS_FINE and use options helpers PR: 219769 [1] Submitted by: enriquefynn@gmail.com (maintainer) [1] Notes: svn path=/head/; revision=442613
* Update to upstream version 1.6.2, simplifyThomas Zander2017-06-033-31/+19
| | | | | | | | | | | | | Details: - Update to upstream version 1.6.2 - Retire existing OPTIONs in favour of the new DEVTOOLS, which installs all developer tools PR: 218689 Submitted by: enriquefynn@gmail.com (maintainer) Notes: svn path=/head/; revision=442466
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update net-p2p/go-ethereum to 1.5.8Kirill Ponomarev2017-02-032-4/+4
| | | | | | | | | | PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216728 Submitted by: enriquefynn@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9418 Notes: svn path=/head/; revision=433195
* Updates to version 1.5.7.Raphael Kubo da Costa2017-01-212-4/+4
| | | | | | | | | | | Version 1.5.6 contains a known regression in the RPC interface that can lead to wrong ether balance responses. PR: 216333 Submitted by: Fyn <enriquefynn@gmail.com> (maintainer) Notes: svn path=/head/; revision=432032
* Update to 1.5.6Olivier Cochard2017-01-132-4/+4
| | | | | | | | PR: 216028 Submitted by: enriquefynn@gmail.com (maintainer) Notes: svn path=/head/; revision=431425
* Update to upstream version 1.5.4Thomas Zander2016-12-042-5/+4
| | | | | | | | | | PR: 215046 Submitted by: mnd999@gmail.com Approved by: enriquefynn@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D8711 Notes: svn path=/head/; revision=427793
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566