Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13436 - main/branches/2.1.6/bin
Date: Thu, 30 Apr 2009 06:50:20
Message-Id: E1LzQ67-0004Zr-0b@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 06:50:18 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13436
4
5 Modified:
6 main/branches/2.1.6/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 (trunk r13257)
10
11 Modified: main/branches/2.1.6/bin/misc-functions.sh
12 ===================================================================
13 --- main/branches/2.1.6/bin/misc-functions.sh 2009-04-30 06:50:07 UTC (rev 13435)
14 +++ main/branches/2.1.6/bin/misc-functions.sh 2009-04-30 06:50:18 UTC (rev 13436)
15 @@ -151,14 +151,14 @@
16 # One more pass to help devs track down the source
17 scanelf -qyRAF '%e %p' "${PORTAGE_BUILDDIR}"/ &> "${T}"/scanelf-execstack.log
18 vecho -ne '\a\n'
19 - eqawarn "QA Notice: The following files contain executable stacks"
20 - eqawarn " Files with executable stacks will not work properly (or at all!)"
21 - eqawarn " on some architectures/operating systems. A bug should be filed"
22 - eqawarn " at http://bugs.gentoo.org/ to make sure the file is fixed."
23 + eqawarn "QA Notice: The following files contain writable and executable sections"
24 + eqawarn " Files with such sections will not work properly (or at all!) on some"
25 + eqawarn " architectures/operating systems. A bug should be filed at"
26 + eqawarn " http://bugs.gentoo.org/ to make sure the issue is fixed."
27 eqawarn " For more information, see http://hardened.gentoo.org/gnu-stack.xml"
28 eqawarn " Please include the following list of files in your report:"
29 eqawarn " Note: Bugs should be filed for the respective maintainers"
30 - eqawarn " of the package in question and not hardened@"
31 + eqawarn " of the package in question and not hardened@g.o."
32 eqawarn "${f}"
33 vecho -ne '\a\n'
34 die_msg="${die_msg} execstacks"