Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Fri, 22 May 2020 23:02:14
Message-Id: 1590188522.4a112963b02b7aa30c6b0f9e87b81c763805e986.slyfox@gentoo
1 commit: 4a112963b02b7aa30c6b0f9e87b81c763805e986
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 23:00:41 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 23:02:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a112963
7
8 profiles/package.mask: mask fresh binutils-config and gcc-config
9
10 Let's mask them until we make sure things work for cross-compilers as well.
11
12 Reported-by: Ionen Wolkens
13 Bug: https://bugs.gentoo.org/724454
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 profiles/package.mask | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 45390ab3a28..0d71d7db5b8 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -32,6 +32,11 @@
24
25 #--- END OF EXAMPLES ---
26
27 +# Sergei Trofimovich <slyfox@g.o> (2020-05-21)
28 +# Mask for initial testing. Symlink removal might be too aggressive: #724454#c20
29 +>=sys-devel/binutils-config-5.3
30 +>=sys-devel/gcc-config-2.3
31 +
32 # Christoph Junghans <junghans@g.o> (2020-05-19)
33 # multiple vulnerabilities (CVE-2019-{3463,3464,1000018})
34 # bug #699842. Masked for removal in 30 days.