reword the qa execstack notice since it can be triggered by pt_load sections and...
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Mar 2009 06:16:26 +0000 (06:16 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 31 Mar 2009 06:16:26 +0000 (06:16 -0000)
svn path=/main/trunk/; revision=13257

bin/misc-functions.sh

index f3da112721e16369817270ac1bdbc00c6a64b8b5..9ffbe0eccf27971a90518e24fc7be27f51d856d7 100755 (executable)
@@ -151,14 +151,14 @@ install_qa_check() {
                        # One more pass to help devs track down the source
                        scanelf -qyRAF '%e %p' "${PORTAGE_BUILDDIR}"/ &> "${T}"/scanelf-execstack.log
                        vecho -ne '\a\n'
-                       eqawarn "QA Notice: The following files contain executable stacks"
-                       eqawarn " Files with executable stacks will not work properly (or at all!)"
-                       eqawarn " on some architectures/operating systems.  A bug should be filed"
-                       eqawarn " at http://bugs.gentoo.org/ to make sure the file is fixed."
+                       eqawarn "QA Notice: The following files contain writable and executable sections"
+                       eqawarn " Files with such sections will not work properly (or at all!) on some"
+                       eqawarn " architectures/operating systems.  A bug should be filed at"
+                       eqawarn " http://bugs.gentoo.org/ to make sure the issue is fixed."
                        eqawarn " For more information, see http://hardened.gentoo.org/gnu-stack.xml"
                        eqawarn " Please include the following list of files in your report:"
                        eqawarn " Note: Bugs should be filed for the respective maintainers"
-                       eqawarn " of the package in question and not hardened@"
+                       eqawarn " of the package in question and not hardened@g.o."
                        eqawarn "${f}"
                        vecho -ne '\a\n'
                        die_msg="${die_msg} execstacks"