diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2021-11-04 20:10:27 +0000 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-04 17:14:41 -0700 |
commit | deab2f8501132b2c6c6af1ab3dacf9abda75febf (patch) | |
tree | 112396fb75364137a59d6a4f9b577041e5ad5bc1 /profiles | |
parent | dev-libs/libvarlink: Bump to version 22 (diff) | |
download | gentoo-deab2f8501132b2c6c6af1ab3dacf9abda75febf.tar.gz gentoo-deab2f8501132b2c6c6af1ab3dacf9abda75febf.tar.bz2 gentoo-deab2f8501132b2c6c6af1ab3dacf9abda75febf.zip |
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@utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/22818
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 1cccccf26b03..cf4ed79b081f 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 <luke-jr+gentoobugs@utopios.org> (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 <polynomial-c@gentoo.org> (2021-07-10) # Masked for testing # bug #802186 |