Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-devel/gcc/
Date: Fri, 06 Apr 2012 19:40:04
Message-Id: 1333741177.c104a5cc32ffdd07592093b1545adc55980e8e62.zorry@gentoo
1 commit: c104a5cc32ffdd07592093b1545adc55980e8e62
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 19:39:37 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 19:39:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=c104a5cc
7
8 New version of gcc
9
10 ---
11 sys-devel/gcc/gcc-4.6.3.ebuild | 2 +-
12 ...4.7.0_alpha20120121.ebuild => gcc-4.7.0.ebuild} | 9 +++++----
13 2 files changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebuild
16 index 54bb333..d569e11 100644
17 --- a/sys-devel/gcc/gcc-4.6.3.ebuild
18 +++ b/sys-devel/gcc/gcc-4.6.3.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $
22
23 -PATCH_VER="1.0"
24 +PATCH_VER="1.1"
25 UCLIBC_VER="1.0"
26
27 # Hardened gcc 4 stuff
28
29 diff --git a/sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild
30 similarity index 92%
31 rename from sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild
32 rename to sys-devel/gcc/gcc-4.7.0.ebuild
33 index 33cfbc6..00d3b77 100644
34 --- a/sys-devel/gcc/gcc-4.7.0_alpha20120121.ebuild
35 +++ b/sys-devel/gcc/gcc-4.7.0.ebuild
36 @@ -2,11 +2,11 @@
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.0 2012/01/17 19:02:25 zorry Exp $
39
40 -PATCH_VER="1.0"
41 -#UCLIBC_VER="1.0"
42 +PATCH_VER="1.1"
43 +UCLIBC_VER="1.0"
44
45 # Hardened gcc 4 stuff
46 -PIE_VER="0.5.2"
47 +PIE_VER="0.5.3"
48 SPECS_VER="0.2.0"
49 SPECS_GCC_VER="4.4.3"
50 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
51 @@ -14,7 +14,8 @@ PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
52 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
53 SSP_STABLE="amd64 x86 ppc ppc64 arm"
54 # uclibc need tls and nptl support for SSP support
55 -SSP_UCLIBC_STABLE=""
56 +# uclibc 0.9.32 or newer.
57 +SSP_UCLIBC_STABLE="x86 amd64 ppc pcc64"
58 #end Hardened stuff
59
60 inherit toolchain