Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13257 - main/trunk/bin
Date: Tue, 31 Mar 2009 06:16:29
Message-Id: E1LoXGt-0003B7-5e@stork.gentoo.org
1 Author: vapier
2 Date: 2009-03-31 06:16:26 +0000 (Tue, 31 Mar 2009)
3 New Revision: 13257
4
5 Modified:
6 main/trunk/bin/misc-functions.sh
7 Log:
8 reword the qa execstack notice since it can be triggered by pt_load sections and not stacks
9
10 Modified: main/trunk/bin/misc-functions.sh
11 ===================================================================
12 --- main/trunk/bin/misc-functions.sh 2009-03-31 05:50:15 UTC (rev 13256)
13 +++ main/trunk/bin/misc-functions.sh 2009-03-31 06:16:26 UTC (rev 13257)
14 @@ -151,14 +151,14 @@
15 # One more pass to help devs track down the source
16 scanelf -qyRAF '%e %p' "${PORTAGE_BUILDDIR}"/ &> "${T}"/scanelf-execstack.log
17 vecho -ne '\a\n'
18 - eqawarn "QA Notice: The following files contain executable stacks"
19 - eqawarn " Files with executable stacks will not work properly (or at all!)"
20 - eqawarn " on some architectures/operating systems. A bug should be filed"
21 - eqawarn " at http://bugs.gentoo.org/ to make sure the file is fixed."
22 + eqawarn "QA Notice: The following files contain writable and executable sections"
23 + eqawarn " Files with such sections will not work properly (or at all!) on some"
24 + eqawarn " architectures/operating systems. A bug should be filed at"
25 + eqawarn " http://bugs.gentoo.org/ to make sure the issue is fixed."
26 eqawarn " For more information, see http://hardened.gentoo.org/gnu-stack.xml"
27 eqawarn " Please include the following list of files in your report:"
28 eqawarn " Note: Bugs should be filed for the respective maintainers"
29 - eqawarn " of the package in question and not hardened@"
30 + eqawarn " of the package in question and not hardened@g.o."
31 eqawarn "${f}"
32 vecho -ne '\a\n'
33 die_msg="${die_msg} execstacks"