diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-31 06:16:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-31 06:16:26 +0000 |
commit | cfad16b102584a58bf2f57f5e96a30b3d4777891 (patch) | |
tree | aeba107346e07a545016b4fd728d78eb4893d802 | |
parent | 40ccd9c85f187078d6e0f69ab664853ead31ba3d (diff) | |
download | portage-cfad16b102584a58bf2f57f5e96a30b3d4777891.tar.gz portage-cfad16b102584a58bf2f57f5e96a30b3d4777891.tar.bz2 portage-cfad16b102584a58bf2f57f5e96a30b3d4777891.zip |
reword the qa execstack notice since it can be triggered by pt_load sections and not stacks
svn path=/main/trunk/; revision=13257
-rwxr-xr-x | bin/misc-functions.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index f3da11272..9ffbe0ecc 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -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" |