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 35D7F138334 for ; Wed, 24 Oct 2018 21:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28977E094F; Wed, 24 Oct 2018 21:41:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DBDDDE094F for ; Wed, 24 Oct 2018 21:41:52 +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 36BF5335CC8 for ; Wed, 24 Oct 2018 21:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A33449 for ; Wed, 24 Oct 2018 21:41:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1540417299.cbda286a2f7c63bf8075cb999e64c26835530c68.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.19-r2.ebuild sys-libs/glibc/glibc-2.26-r7.ebuild sys-libs/glibc/glibc-2.27-r6.ebuild sys-libs/glibc/glibc-2.28-r1.ebuild sys-libs/glibc/glibc-2.28.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cbda286a2f7c63bf8075cb999e64c26835530c68 X-VCS-Branch: master Date: Wed, 24 Oct 2018 21:41:47 +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: 782ef881-c1be-47ff-94c8-1645f7fa57be X-Archives-Hash: 83d80663194876cb915aaf58bb455e71 commit: cbda286a2f7c63bf8075cb999e64c26835530c68 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 24 21:41:26 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 24 21:41:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbda286a sys-libs/glibc: drop PIE ewarn The ewarn lacks ' gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-libs/glibc/glibc-2.19-r2.ebuild | 5 +---- sys-libs/glibc/glibc-2.26-r7.ebuild | 5 +---- sys-libs/glibc/glibc-2.27-r6.ebuild | 3 --- sys-libs/glibc/glibc-2.28-r1.ebuild | 3 --- sys-libs/glibc/glibc-2.28.ebuild | 5 +---- sys-libs/glibc/glibc-9999.ebuild | 3 --- 6 files changed, 3 insertions(+), 21 deletions(-) diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index 3ff1fb95b99..496ac4d5a31 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -628,9 +628,6 @@ sanity_prechecks() { ewarn "hypervisor, which is probably not what you want." fi - use hardened && ! tc-enables-pie && \ - ewarn "PIE hardening not applied, as your compiler doesn't default to PIE" - # Check for sanity of /etc/nsswitch.conf if [[ -e ${EROOT}/etc/nsswitch.conf ]] ; then local entry diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild index f912fc41765..75c16e8a73b 100644 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -164,9 +164,6 @@ pkg_pretend() { ewarn "hypervisor, which is probably not what you want." fi - use hardened && ! tc-enables-pie && \ - ewarn "PIE hardening not applied, as your compiler doesn't default to PIE" - # Make sure host system is up to date #394453 if has_version '