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 1SGF0u-0003wV-27 for garchives@archives.gentoo.org; Fri, 06 Apr 2012 19:40:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B7D3E0D1A; Fri, 6 Apr 2012 19:39:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 28FD8E0D1A for ; Fri, 6 Apr 2012 19:39:57 +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 9000B1B4051 for ; Fri, 6 Apr 2012 19:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 280CFE5403 for ; Fri, 6 Apr 2012 19:39:55 +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: <1333741177.c104a5cc32ffdd07592093b1545adc55980e8e62.zorry@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-devel/gcc/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-devel/gcc/gcc-4.6.3.ebuild sys-devel/gcc/gcc-4.7.0.ebuild sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: c104a5cc32ffdd07592093b1545adc55980e8e62 X-VCS-Branch: master Date: Fri, 6 Apr 2012 19:39:55 +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: eac652d0-1447-4241-8d45-9c4b0f0bbc94 X-Archives-Hash: 6f6f6ca2f1e324f18469a0a45044ee7f commit: c104a5cc32ffdd07592093b1545adc55980e8e62 Author: Magnus Granberg gentoo org> AuthorDate: Fri Apr 6 19:39:37 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Apr 6 19:39:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Dc104a5cc New version of gcc --- sys-devel/gcc/gcc-4.6.3.ebuild | 2 +- ...4.7.0_alpha20120121.ebuild =3D> gcc-4.7.0.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebu= ild index 54bb333..d569e11 100644 --- a/sys-devel/gcc/gcc-4.6.3.ebuild +++ b/sys-devel/gcc/gcc-4.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 = 2012/03/15 20:21:44 vapier Exp $ =20 -PATCH_VER=3D"1.0" +PATCH_VER=3D"1.1" UCLIBC_VER=3D"1.0" =20 # Hardened gcc 4 stuff diff --git a/sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild b/sys-devel/gcc= /gcc-4.7.0.ebuild similarity index 92% rename from sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild rename to sys-devel/gcc/gcc-4.7.0.ebuild index 33cfbc6..00d3b77 100644 --- a/sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild +++ b/sys-devel/gcc/gcc-4.7.0.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.0 = 2012/01/17 19:02:25 zorry Exp $ =20 -PATCH_VER=3D"1.0" -#UCLIBC_VER=3D"1.0" +PATCH_VER=3D"1.1" +UCLIBC_VER=3D"1.0" =20 # Hardened gcc 4 stuff -PIE_VER=3D"0.5.2" +PIE_VER=3D"0.5.3" SPECS_VER=3D"0.2.0" SPECS_GCC_VER=3D"4.4.3" # arch/libc configurations known to be stable with {PIE,SSP}-by-default @@ -14,7 +14,8 @@ PIE_GLIBC_STABLE=3D"x86 amd64 ppc ppc64 arm ia64" PIE_UCLIBC_STABLE=3D"x86 arm amd64 ppc ppc64" SSP_STABLE=3D"amd64 x86 ppc ppc64 arm" # uclibc need tls and nptl support for SSP support -SSP_UCLIBC_STABLE=3D"" +# uclibc 0.9.32 or newer. +SSP_UCLIBC_STABLE=3D"x86 amd64 ppc pcc64" #end Hardened stuff =20 inherit toolchain