Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.8.1.ebuild
Date: Sat, 31 Aug 2013 11:45:53
Message-Id: 20130831114541.DD5FB2004B@flycatcher.gentoo.org
1 zorry 13/08/31 11:45:41
2
3 Modified: ChangeLog gcc-4.8.1.ebuild
4 Log:
5 Bump piepatch and new gcc-spec-env for gcc 4.8.1
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key FD79807F)
8
9 Revision Changes Path
10 1.960 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.960&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.960&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.959&r2=1.960
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.959
20 retrieving revision 1.960
21 diff -u -r1.959 -r1.960
22 --- ChangeLog 27 Aug 2013 04:48:17 -0000 1.959
23 +++ ChangeLog 31 Aug 2013 11:45:41 -0000 1.960
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.959 2013/08/27 04:48:17 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.960 2013/08/31 11:45:41 zorry Exp $
29 +
30 + 31 Aug 2013; Magnus Granberg <zorry@g.o> gcc-4.8.1.ebuild,
31 + +files/gcc-spec-env-r1.patch:
32 + Bump piepatch and add new version of gcc-spec-env for gcc 4.8.1
33
34 27 Aug 2013; Ryan Hill <dirtyepic@g.o> gcc-4.8.1.ebuild:
35 4.8.1 p1.1: Fixes bug #475350 (add --disable-werror to libatomic and libitm)
36
37
38
39 1.3 sys-devel/gcc/gcc-4.8.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild?r1=1.2&r2=1.3
44
45 Index: gcc-4.8.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gcc-4.8.1.ebuild 27 Aug 2013 04:48:17 -0000 1.2
52 +++ gcc-4.8.1.ebuild 31 Aug 2013 11:45:41 -0000 1.3
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild,v 1.2 2013/08/27 04:48:17 dirtyepic Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1.ebuild,v 1.3 2013/08/31 11:45:41 zorry Exp $
58
59 PATCH_VER="1.1"
60 UCLIBC_VER="1.0"
61
62 # Hardened gcc 4 stuff
63 -PIE_VER="0.5.6"
64 +PIE_VER="0.5.7"
65 SPECS_VER="0.2.0"
66 SPECS_GCC_VER="4.4.3"
67 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
68 @@ -45,8 +45,8 @@
69 toolchain_src_unpack
70
71 use vanilla && return 0
72 -
73 - [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
74 + #Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs.
75 + [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch
76 }
77
78 pkg_setup() {