Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Fri, 05 Nov 2021 00:16:03
Message-Id: 1636071281.deab2f8501132b2c6c6af1ab3dacf9abda75febf.gyakovlev@gentoo
1 commit: deab2f8501132b2c6c6af1ab3dacf9abda75febf
2 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
3 AuthorDate: Thu Nov 4 20:10:27 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 00:14:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deab2f85
7
8 package.mask: re-mask bitcoin >=0.21.1
9
10 Without a mask, automatic upgrades would trigger, which is unethical (at least at this time).
11
12 This reverts commit ae7251a476e1ea18a429bf012dcdf45ec59662a6.
13
14 Closes: https://bugs.gentoo.org/821709
15 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org>
16 Closes: https://github.com/gentoo/gentoo/pull/22818
17 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
18
19 profiles/package.mask | 12 ++++++++++++
20 1 file changed, 12 insertions(+)
21
22 diff --git a/profiles/package.mask b/profiles/package.mask
23 index 1cccccf26b0..cf4ed79b081 100644
24 --- a/profiles/package.mask
25 +++ b/profiles/package.mask
26 @@ -636,6 +636,18 @@ net-libs/libsoup:3.0
27 # breaks if not all at least many revdeps. #805011 for tracker bug.
28 >=net-libs/mbedtls-3.0.0
29
30 +# Luke Dashjr <luke-jr+gentoobugs@×××××××.org> (2021-11-04)
31 +# This release adds enforcement of the Taproot protocol change to the Bitcoin
32 +# rules, beginning in November. Protocol changes require user consent to be
33 +# effective, and if enforced inconsistently within the community may compromise
34 +# your security or others! If you do not know what you are doing, learn more
35 +# before November. (You must make a decision either way - simply not upgrading
36 +# is insecure in all scenarios.)
37 +# To learn more, see https://bitcointaproot.cc
38 +>=net-p2p/bitcoind-0.21.1
39 +>=net-p2p/bitcoin-qt-0.21.1
40 +>=net-libs/libbitcoinconsensus-0.21.1
41 +
42 # Lars Wendler <polynomial-c@g.o> (2021-07-10)
43 # Masked for testing
44 # bug #802186