Version: 0.20.1, Package name: bitcoin-0.20.1 |
Maintained by: Rafael Sadowski |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin is also the name of the open source software which enables the use of this currency. Available flavors: no_x11: Built daemon and CLI tools only, no Qt5 GUI tools |
Filesize: 6818.157 KB |
Version History (View Complete History) |
|
2020-08-14 05:12:12 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Updat bitcoin to 0.20.1 https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.1.md |
2020-06-08 14:32:55 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Update bitcoin to 0.20.0 Release notes: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.0.md |
2020-03-20 12:42:33 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Unbreak no_x11, missing archivers/zstd dependency, spotted by espie, thanks |
2020-03-20 00:24:00 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Update bitcoin to 0.19.1 |
2020-01-13 12:59:26 by Rafael Sadowski | Files touched by this commit (6) |
Log message: Update bitcoin to 0.19.0.1 - Add no_x11 documentation and remove unnecessary debug flavor. - Changelog: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.19.0.1.md |
2020-01-03 08:46:23 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Mark BROKEN-sparc64. Broken in the exact same manner as net/litecoin is. |
2019-08-24 01:27:20 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Update bitcion to 0.18.1 Release notes: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.1.md |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-24 14:56:46 by Stuart Henderson | Files touched by this commit (24) |
Log message: bump REVISION for ports using x11/qt5 MODULES and containing .la files in their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp to x11/qt5/qtbase/patches which adds a missing newline. |
2019-05-19 22:47:02 by Christian Weisgerber | Files touched by this commit (25) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-05-12 05:59:49 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Update bitcoin to 0.18.0. Upstream changlog: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md Notable port changes: - Disable BIP70, form changlog: "A new --disable-bip70 option may be passed to ./configure to prevent Bitcoin-Qt from being built with support for the BIP70 payment protocol or from linking libssl. As the payment protocol has exposed Bitcoin Core to libssl vulnerabilities in the past, builders who don't need BIP70 support are encouraged to use this option to reduce their exposure to future vulnerabilities." - Major lib bump: libbitcoinconsensus - WANTLIB png clean up - devel/protobuf is not more needed with disabled BIP70 |
2019-03-10 22:11:57 by Bjorn Ketelaars | Files touched by this commit (10) |
Log message: Bump REVISION due to pkgpath change in net/miniupnp/miniupnpc. |
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message: qt5.port.mk: change COMPILER Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@ |
2018-12-27 03:32:06 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Bugfix update to Bitcoin Core version 0.17.1 Release informations: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.1.md |
2018-12-13 12:53:24 by Stuart Henderson | Files touched by this commit (64) |
Log message: bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages |
2018-11-28 13:29:26 by Rafael Sadowski | Files touched by this commit (1) |
Log message: use INSTALL_SCRIPT to install rpcauth.py Note from jca@ Thanks! |
2018-11-09 23:38:45 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Bugfix update bitcoin-0.17.0.1 |
2018-10-23 09:26:42 by Rafael Sadowski | Files touched by this commit (2) |
Log message: unbreak lld Do not set "-fPIE -pie" flags by AX_CHECK_LINK_FLAG(). "looks fine" neddy@ |
2018-10-09 01:08:17 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Update bitcoin 0.17.0 release notes: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md |
2018-09-20 10:21:20 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Bugfix and security update to bitcoin 0.16.3 - denial-of-service vulnerability (CVE-2018-17144) |
2018-09-10 05:11:29 by Anthony J. Bentley | Files touched by this commit (2) |
Log message: Give the _bitcoind user the correct home directory. Previous versions of the package give _bitcoind a nonexistent home directory, causing errors when using the rc script in certain situations. This can't be fixed by updating the package alone. N.B.: if you've EVER installed bitcoin, wait for the package mirrors to update with bitcoin-0.16.2p1, and then run the following: # pkg_delete bitcoin # userdel _bitcoind After doing so, you can safely re-add the package. noticed by tb@ |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-07-29 14:02:32 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Bugfix update bitcoin-0.16.2 Changelog: https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/2018-July/000057.html |
2018-07-15 16:03:50 by Anthony J. Bentley | Files touched by this commit (2) |
Log message: Use ksh, not sh, in rc script. ok rsadowski@ (maintainer) |