Versions
v0.21.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~x86-linux
- USE flags
- asm examples knots sqlite system-leveldb test upnp wallet zeromq
v0.20.1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- amd64 x86 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86-linux
- USE flags
- asm examples knots system-leveldb test upnp wallet zeromq
USE flags
General
- asm
- Enable assembly for optimization
- examples
- Install examples, usually source code
- knots
- Build enhanced Bitcoin Knots version, rather than Bitcoin Core
- sqlite
- Add support for sqlite - embedded sql database
- system-leveldb
- Use the system-wide dev-libs/leveldb instead of bundled
- system-leveldb
- Use the system-wide dev-libs/leveldb instead of bundled
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- upnp
- Enable Universal Plug and Play
- wallet
- Enable wallet support
- zeromq
- Report blocks and transactions via zeromq
Dependencies
acct-group / bitcoin : A group for users with access to system-wide Bitcoin services
acct-user / bitcoin : System-wide Bitcoin services user
dev-db / sqlite : SQL database engine
dev-libs / boost : Boost Libraries for C++
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / libsecp256k1 : Optimized C library for EC operations on curve secp256k1
dev-libs / univalue : C++ universal value object and JSON library
net-libs / miniupnpc : UPnP client library and a simple UPnP client
net-libs / zeromq : A brokerless kernel
sys-libs / db : Oracle Berkeley DB
virtual / bitcoin-leveldb : Virtual for LevelDB versions known to be compatible with Bitcoin Core 0.9+
Runtime Dependencies
acct-group / bitcoin : A group for users with access to system-wide Bitcoin services
acct-user / bitcoin : System-wide Bitcoin services user
dev-db / sqlite : SQL database engine
dev-libs / boost : Boost Libraries for C++
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / libsecp256k1 : Optimized C library for EC operations on curve secp256k1
dev-libs / univalue : C++ universal value object and JSON library
net-libs / miniupnpc : UPnP client library and a simple UPnP client
net-libs / zeromq : A brokerless kernel
sys-libs / db : Oracle Berkeley DB
virtual / bitcoin-leveldb : Virtual for LevelDB versions known to be compatible with Bitcoin Core 0.9+
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.21.0
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
net-p2p/bitcoind: security cleanup
Bug: https://bugs.gentoo.org/711198 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-p2p/bitcoind: x86 stable (bug #711198)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-p2p/bitcoind: Stabilize 0.20.1 amd64, #711198
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.20.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.20.0
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.19.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-p2p/bitcoind: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-p2p/bitcoind: Add patch for missing <deque> include
Closes: https://bugs.gentoo.org/703228 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoin{-qt,d}-0.16.3: Fix UnnecessarySlashStrip
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoind: Drop redundant versions
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoind-0.16.3: Migrate from user eclass to GLEP 81
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoin{-qt,d}-0.16.3: Drop bitcoin_policy_rbf USE flag
It is now always enabled at build time. Users who don't like it can turn it off at runtime. Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.18.0
Closes: https://bugs.gentoo.org/685912 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
net-p2p/bitcoind: Fix dodoc in case USE=examples
The referenced file 'contrib/tidy_datadir.sh' is no longer shipped by upstream. Closes: https://bugs.gentoo.org/675474 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.17.1
Closes: https://bugs.gentoo.org/672064 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Virgil Dupras · gentoo
net-p2p/bitcoind: remove old and vulnerable
Bug: https://bugs.gentoo.org/666669 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-p2p/bitcoind: x86 stable (bug #666669)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Virgil Dupras · gentoo
net-p2p/bitcoind: remove old
Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-p2p/bitcoind: amd64 stable wrt bug #666669
Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.16.3
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Bug: https://bugs.gentoo.org/666669 - Matt Turner · gentoo
net-p2p/bitcoind: dropped mips keywords - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.16.0 - Andreas Sturmlechner · gentoo
net-p2p/bitcoind: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Mikle Kolyada · gentoo
net-p2p/bitcoind: arm stable wrt bug #644940
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Agostino Sarubbo · gentoo
net-p2p/bitcoind: amd64 stable wrt bug #644940
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Francesco Turco · gentoo
net-p2p/bitcoind: use HTTPS instead of HTTP - Thomas Deutschmann · gentoo
net-p2p/bitcoind: x86 stable (bug #644940)
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Luke Dashjr · gentoo
net-p2p/bitcoind-0.15.1: Fix tests
Closes: https://github.com/gentoo/gentoo/pull/6934 Closes: https://bugs.gentoo.org/645250 - Andreas Sturmlechner · gentoo
net-p2p/bitcoind: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Luke Dashjr · gentoo
net-p2p/bitcoind: Bump to 0.15.1
Closes: https://bugs.gentoo.org/521366 Closes: https://bugs.gentoo.org/622370 - Anthony G. Basile · gentoo
net-p2p/bitcoind: add knots support
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Andreas Sturmlechner · gentoo
net-p2p/bitcoind: Drop old
Package-Manager: portage-2.3.0 - Luke Dashjr · gentoo
Bitcoin 0.13.2 - Agostino Sarubbo · gentoo
net-p2p/bitcoind: arm stable wrt bug #584982
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-p2p/bitcoind: x86 stable wrt bug #584982
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
net-p2p/bitcoind-0.13.1-r0: stable on amd64
Gentoo-Bug: 584982 - Luke Dashjr · gentoo
Bitcoin 0.13.1 - Luke Dashjr · gentoo
Bitcoin 0.13.0 - Luke Dashjr · gentoo
net-p2p/bitcoind: 0.12.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoind: 0.12.0+ have removed bitrpc example
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> - Luke Dashjr · gentoo
net-p2p/bitcoin*: bump all pkgs to 0.12.0 and update 9999 - Anthony G. Basile · gentoo
net-p2p/bitcoind: version bump to 0.11.2
Package-Manager: portage-2.2.20.1 - Julian Ospald · gentoo
Revert "bitcoincore: Bump to 0.11.1"
This reverts commit f0eac2dfbd1498bff1f03350c97d2d12e63e2711. - Julian Ospald · gentoo
Revert "bitcoincore 0.11.1 & 9999: hasufell's suggestions"
This reverts commit 5be824adbd39361d273f6d7c08a15a5574ceec24. - Luke Dashjr · gentoo
net-p2p/bitcoin{-qt,d}: Backport miniupnpc-14 support to older versions - Luke Dashjr · gentoo
bitcoincore 0.11.1 & 9999: hasufell's suggestions - Luke Dashjr · gentoo
bitcoincore 0.11.1 & 9999: hasufell's suggestions - Luke Dashjr · gentoo
bitcoincore: Bump to 0.11.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> - Luke Dashjr · gentoo
bitcoincore: Bump to 0.11.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed