commit: deab2f8501132b2c6c6af1ab3dacf9abda75febf Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org> AuthorDate: Thu Nov 4 20:10:27 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Nov 5 00:14:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deab2f85
package.mask: re-mask bitcoin >=0.21.1 Without a mask, automatic upgrades would trigger, which is unethical (at least at this time). This reverts commit ae7251a476e1ea18a429bf012dcdf45ec59662a6. Closes: https://bugs.gentoo.org/821709 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org> Closes: https://github.com/gentoo/gentoo/pull/22818 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/package.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 1cccccf26b0..cf4ed79b081 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -636,6 +636,18 @@ net-libs/libsoup:3.0 # breaks if not all at least many revdeps. #805011 for tracker bug. >=net-libs/mbedtls-3.0.0 +# Luke Dashjr <[email protected]> (2021-11-04) +# This release adds enforcement of the Taproot protocol change to the Bitcoin +# rules, beginning in November. Protocol changes require user consent to be +# effective, and if enforced inconsistently within the community may compromise +# your security or others! If you do not know what you are doing, learn more +# before November. (You must make a decision either way - simply not upgrading +# is insecure in all scenarios.) +# To learn more, see https://bitcointaproot.cc +>=net-p2p/bitcoind-0.21.1 +>=net-p2p/bitcoin-qt-0.21.1 +>=net-libs/libbitcoinconsensus-0.21.1 + # Lars Wendler <[email protected]> (2021-07-10) # Masked for testing # bug #802186
