summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-02-17 15:38:58 -0800
committerZac Medico <zmedico@gentoo.org>2013-02-17 15:38:58 -0800
commitb352174d5ceed68e69bfa9ed2c0724ddac0e8f97 (patch)
tree6dfdda008d2a0afa02943ffabdcff295f8d19ecf
parentportageq: fix 'Unicode equal comparison failed' (diff)
downloadportage-b352174d5ceed68e69bfa9ed2c0724ddac0e8f97.tar.gz
portage-b352174d5ceed68e69bfa9ed2c0724ddac0e8f97.tar.bz2
portage-b352174d5ceed68e69bfa9ed2c0724ddac0e8f97.zip
Update GNU-stack URLs.
-rwxr-xr-xbin/misc-functions.sh2
-rw-r--r--doc/qa.docbook2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index b2b9e3578..ba4fb0f0c 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -355,7 +355,7 @@ install_qa_check() {
*-linux-gnu*)
# Check for files with executable stacks, but only on arches which
# are supported at the moment. Keep this list in sync with
- # http://hardened.gentoo.org/gnu-stack.xml (Arch Status)
+ # http://www.gentoo.org/proj/en/hardened/gnu-stack.xml (Arch Status)
case ${CTARGET:-${CHOST}} in
arm*|i?86*|ia64*|m68k*|s390*|sh*|x86_64*)
# Allow devs to mark things as ignorable ... e.g. things
diff --git a/doc/qa.docbook b/doc/qa.docbook
index b9ec375ec..d0986e2d3 100644
--- a/doc/qa.docbook
+++ b/doc/qa.docbook
@@ -70,7 +70,7 @@
</programlisting>
</para>
<para>
- Please see the Gentoo Hardened <ulink url="http://hardened.gentoo.org/gnu-stack.xml">GNU Stack Guide</ulink>.
+ Please see the Gentoo Hardened <ulink url="http://www.gentoo.org/proj/en/hardened/gnu-stack.xml">GNU Stack Guide</ulink>.
</para>
</sect1>