From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SGrjQ-00046k-SB for garchives@archives.gentoo.org; Sun, 08 Apr 2012 13:00:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16AF2E0748; Sun, 8 Apr 2012 13:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DCC85E0748 for ; Sun, 8 Apr 2012 13:00:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C1351B40A0 for ; Sun, 8 Apr 2012 13:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 09C7CE5402 for ; Sun, 8 Apr 2012 13:00:26 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1333890005.a44df2af465660e2c3cd05328d4b855b50dc8e8e.zorry@gentoo> Subject: [gentoo-commits] proj/hardened-gccpatchset:master commit in: upstream/ X-VCS-Repository: proj/hardened-gccpatchset X-VCS-Files: upstream/config.in.patch X-VCS-Directories: upstream/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: a44df2af465660e2c3cd05328d4b855b50dc8e8e X-VCS-Branch: master Date: Sun, 8 Apr 2012 13:00:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 57b31eed-ea68-4640-8f74-cfae524a8e1e X-Archives-Hash: 71a5099100d2564433deb9541cff2ba5 commit: a44df2af465660e2c3cd05328d4b855b50dc8e8e Author: Magnus Granberg gentoo org> AuthorDate: Sun Apr 8 13:00:05 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sun Apr 8 13:00:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-gccp= atchset.git;a=3Dcommit;h=3Da44df2af Updated config.in patch for upstream --- upstream/config.in.patch | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/upstream/config.in.patch b/upstream/config.in.patch index 89f5ec4..7bd846e 100644 --- a/upstream/config.in.patch +++ b/upstream/config.in.patch @@ -1,12 +1,11 @@ -2010-06-24 Magnus Granberg +2012-04-08 Magnus Granberg =20 - * gcc/config.in Add ENABLE_ESPF, ENABLE_ESPF_FORTIFY - ENABLE_ESPF_NOW, ENABLE_ESPF_PIE, ENABLE_ESPF_RELRO - and ENABLE_ESPF_SSP + * gcc/config.in Add ENABLE_ESPF, ENABLE_ESPF_FORTIFY, + ENABLE_ESPF_PIE and ENABLE_ESPF_SSP =20 --- a/gcc/config.in 2011-04-24 00:36:52.000000000 +0200 +++ b/gcc/config.in 2011-06-24 14:17:05.166236726 +0200 -@@ -77,6 +77,41 @@ +@@ -77,6 +77,29 @@ #endif =20 =20 @@ -22,24 +21,12 @@ +#endif + + -+/* Define to 1 to enable espf with -z now when linking. */ -+#ifndef USED_FOR_TARGET -+#undef ENABLE_ESPF_NOW -+#endif -+ -+ +/* Define to 1 to enable espf with -fPIE -pie. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_ESPF_PIE +#endif + + -+/* Define to 1 to enable espf with -z relro when linking. */ -+#ifndef USED_FOR_TARGET -+#undef ENABLE_ESPF_RELRO -+#endif -+ -+ +/* Define to 1 to enable espf with -fstack-protector. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_ESPF_SSP