summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-31 06:16:26 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-31 06:16:26 +0000
commitcfad16b102584a58bf2f57f5e96a30b3d4777891 (patch)
treeaeba107346e07a545016b4fd728d78eb4893d802
parentAdd a "consumer" keyword parameter to the MetadataRegen constructor which (diff)
downloadportage-idfetch-cfad16b102584a58bf2f57f5e96a30b3d4777891.tar.gz
portage-idfetch-cfad16b102584a58bf2f57f5e96a30b3d4777891.tar.bz2
portage-idfetch-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-xbin/misc-functions.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index f3da1127..9ffbe0ec 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"