From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 200F4138CA2 for ; Mon, 20 Apr 2015 05:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D04BE07D3; Mon, 20 Apr 2015 05:36:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E81EE07D3 for ; Mon, 20 Apr 2015 05:36:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D35E3340C08 for ; Mon, 20 Apr 2015 05:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 433EE16502 for ; Mon, 20 Apr 2015 05:36:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1429508162.0946bbe9a216513679d74c682d9f82b4aacc93a9.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/ X-VCS-Repository: proj/portage X-VCS-Files: bin/install-qa-check.d/10executable-issues X-VCS-Directories: bin/install-qa-check.d/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0946bbe9a216513679d74c682d9f82b4aacc93a9 X-VCS-Branch: master Date: Mon, 20 Apr 2015 05:36:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d03bc1ba-a721-48f8-9412-0160be3165d5 X-Archives-Hash: 822ac3313aeac53448edc60c35baa5a7 commit: 0946bbe9a216513679d74c682d9f82b4aacc93a9 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 20 05:36:02 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 20 05:36:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0946bbe9 Update URLs in Hardened QA checks bin/install-qa-check.d/10executable-issues | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/install-qa-check.d/10executable-issues b/bin/install-qa-check.d/10executable-issues index f765749..5c80660 100644 --- a/bin/install-qa-check.d/10executable-issues +++ b/bin/install-qa-check.d/10executable-issues @@ -72,7 +72,10 @@ elf_check() { eqawarn " work at startup, waste system resources, and may pose a security" eqawarn " risk. On some architectures, the code may not even function" eqawarn " properly, if at all." - eqawarn " For more information, see http://hardened.gentoo.org/pic-fix-guide.xml" + eqawarn " For more information, see:" + eqawarn + eqawarn " https://wiki.gentoo.org/wiki/Hardened/HOWTO_locate_and_fix_textrels" + eqawarn eqawarn " Please include the following list of files in your report:" eqawarn "${f}" __vecho -ne '\n' @@ -86,7 +89,7 @@ elf_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://www.gentoo.org/proj/en/hardened/gnu-stack.xml (Arch Status) + # https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart#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 @@ -116,7 +119,10 @@ elf_check() { 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 " For more information, see:" + eqawarn + eqawarn " https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart" + eqawarn 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@g.o."