Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sun, 29 Sep 2019 02:55:33
Message-Id: 1569725667.8a58727b9a76a75299c88ce78a4ffa6a739d9a54.bman@gentoo
1 commit: 8a58727b9a76a75299c88ce78a4ffa6a739d9a54
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 02:54:27 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 02:54:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a58727b
7
8 profiles/package.mask: extend automake mask to 1.10
9
10 * This masks vulnerable versions of automake
11
12 Closes: https://bugs.gentoo.org/489450
13
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 profiles/package.mask | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index a1134f82845..a94750ec1a7 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -1405,6 +1405,7 @@ sys-devel/automake:1.6
24 sys-devel/automake:1.7
25 sys-devel/automake:1.8
26 sys-devel/automake:1.9
27 +sys-devel/automake:1.10
28
29 # Kent Fredric <kentnl@g.o> (2017-10-11)
30 # This package should now be provided entirely by dev-lang/perl,