Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.11.ebuild
Date: Mon, 09 Nov 2009 19:17:50
Message-Id: E1N7ZkJ-0006Xg-R1@stork.gentoo.org
1 vapier 09/11/09 19:17:47
2
3 Modified: glibc-2.11.ebuild
4 Log:
5 fix hardened epatch typo pointed out by Kerin Millar
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sys-libs/glibc/glibc-2.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?r1=1.5&r2=1.6
14
15 Index: glibc-2.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- glibc-2.11.ebuild 9 Nov 2009 13:02:57 -0000 1.5
22 +++ glibc-2.11.ebuild 9 Nov 2009 19:17:47 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.5 2009/11/09 13:02:57 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.6 2009/11/09 19:17:47 vapier Exp $
28
29 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
30
31 @@ -187,7 +187,7 @@
32 if use hardened ; then
33 cd "${S}"
34 einfo "Patching to get working PIE binaries on PIE (hardened) platforms"
35 - gcc-specs-pie && epatch "${FILESDIR}"/2.11/glibc-2.5-hardened-pie.patch
36 + gcc-specs-pie && epatch "${FILESDIR}"/2.11/glibc-2.11-hardened-pie.patch
37 epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-configure-picdefault.patch
38 epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-inittls-nosysenter.patch