Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12559 - main/trunk/bin
Date: Wed, 28 Jan 2009 22:25:54
Message-Id: E1LSIr1-0001vR-No@stork.gentoo.org
1 Author: solar
2 Date: 2009-01-28 22:25:51 +0000 (Wed, 28 Jan 2009)
3 New Revision: 12559
4
5 Modified:
6 main/trunk/bin/misc-functions.sh
7 Log:
8 - hardened gets way to many misfiled bugs related to qa-execstack. Make it clear that bugs go to the maintainers of the pkg and not hardened for fun and profit
9
10 Modified: main/trunk/bin/misc-functions.sh
11 ===================================================================
12 --- main/trunk/bin/misc-functions.sh 2009-01-28 18:39:48 UTC (rev 12558)
13 +++ main/trunk/bin/misc-functions.sh 2009-01-28 22:25:51 UTC (rev 12559)
14 @@ -152,6 +152,8 @@
15 eqawarn " at http://bugs.gentoo.org/ to make sure the file is fixed."
16 eqawarn " For more information, see http://hardened.gentoo.org/gnu-stack.xml"
17 eqawarn " Please include the following list of files in your report:"
18 + eqawarn " Note: Bugs should be filed for the respective maintainers"
19 + eqawarn " of the package in question and not hardened@"
20 eqawarn "${f}"
21 vecho -ne '\a\n'
22 die_msg="${die_msg} execstacks"