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-libs/glibc: glibc-2.13.ebuild ChangeLog
Date: Sun, 06 Feb 2011 15:59:49
Message-Id: 20110206155939.2142E2004E@flycatcher.gentoo.org
1 zorry 11/02/06 15:59:39
2
3 Modified: glibc-2.13.ebuild ChangeLog
4 Log:
5 Fix bug #353811
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-libs/glibc/glibc-2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?r1=1.1&r2=1.2
15
16 Index: glibc-2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glibc-2.13.ebuild 5 Feb 2011 19:13:28 -0000 1.1
23 +++ glibc-2.13.ebuild 6 Feb 2011 15:59:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.1 2011/02/05 19:13:28 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.2 2011/02/06 15:59:39 zorry Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -207,9 +207,6 @@
33 epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-configure-picdefault.patch
34 epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-inittls-nosysenter.patch
35
36 - einfo "Patching Glibc to support older SSP __guard"
37 - epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-ssp-compat.patch
38 -
39 einfo "Installing Hardened Gentoo SSP and FORTIFY_SOURCE handler"
40 cp -f "${FILESDIR}"/2.6/glibc-2.6-gentoo-stack_chk_fail.c \
41 debug/stack_chk_fail.c || die
42
43
44
45 1.740 sys-libs/glibc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.740&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.740&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.739&r2=1.740
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
54 retrieving revision 1.739
55 retrieving revision 1.740
56 diff -u -r1.739 -r1.740
57 --- ChangeLog 5 Feb 2011 19:13:28 -0000 1.739
58 +++ ChangeLog 6 Feb 2011 15:59:39 -0000 1.740
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-libs/glibc
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.739 2011/02/05 19:13:28 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.740 2011/02/06 15:59:39 zorry Exp $
64 +
65 + 06 Feb 2011; Magnus Granberg <zorry@g.o> glibc-2.13.ebuild:
66 + We do not longer support old SSP for GCC 3.X and patch fail #353811
67
68 *glibc-2.13 (05 Feb 2011)