From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 164FF138334 for ; Sat, 4 Aug 2018 19:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5650E0809; Sat, 4 Aug 2018 19:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76F2AE0809 for ; Sat, 4 Aug 2018 19:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9644E335CCB for ; Sat, 4 Aug 2018 19:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9349380 for ; Sat, 4 Aug 2018 19:36:16 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1533411291.12aa832c91a6f2c2faee5a2e839b7f1ed5a0ee6e.zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 12aa832c91a6f2c2faee5a2e839b7f1ed5a0ee6e X-VCS-Branch: master Date: Sat, 4 Aug 2018 19:36:16 +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: abc3f404-62a0-4e71-a1e4-ae175e7eb965 X-Archives-Hash: d3faffb6d26f635caebd6ccc5d792ba0 commit: 12aa832c91a6f2c2faee5a2e839b7f1ed5a0ee6e Author: Francesco Turco fastmail fm> AuthorDate: Sat Aug 4 18:47:40 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Aug 4 19:34:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=12aa832c install-qa-check.d: fix hardened g.o e-mail address Closes: https://github.com/gentoo/portage/pull/350 bin/install-qa-check.d/10executable-issues | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-qa-check.d/10executable-issues b/bin/install-qa-check.d/10executable-issues index 8a2c8e875..6b33d281d 100644 --- a/bin/install-qa-check.d/10executable-issues +++ b/bin/install-qa-check.d/10executable-issues @@ -128,7 +128,7 @@ elf_check() { 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." + eqawarn " of the package in question and not hardened@gentoo.org." eqawarn "${f}" __vecho -ne '\n' die_msg="${die_msg} execstacks"