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: ChangeLog glibc-2.18.ebuild
Date: Sun, 24 Nov 2013 17:46:19
Message-Id: 20131124174611.D1AF62004B@flycatcher.gentoo.org
1 vapier 13/11/24 17:46:11
2
3 Modified: ChangeLog glibc-2.18.ebuild
4 Log:
5 push out fixes for glibc-2.18 too
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.955 sys-libs/glibc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.955&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.955&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.954&r2=1.955
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
19 retrieving revision 1.954
20 retrieving revision 1.955
21 diff -u -r1.954 -r1.955
22 --- ChangeLog 23 Nov 2013 05:21:41 -0000 1.954
23 +++ ChangeLog 24 Nov 2013 17:46:11 -0000 1.955
24 @@ -1,9 +1,9 @@
25 # ChangeLog for sys-libs/glibc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.954 2013/11/23 05:21:41 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.955 2013/11/24 17:46:11 vapier Exp $
29
30 23 Nov 2013; Mike Frysinger <vapier@g.o> glibc-2.16.0.ebuild,
31 - glibc-2.17.ebuild:
32 + glibc-2.17.ebuild, glibc-2.18.ebuild:
33 Fix crash on alpha #480740. Fix crash on hppa/ia64 w/gcc-4.7 #486618 #486974.
34 Add missing fanotify_mark on hppa #480268. Fix building w/make-4 #487906.
35
36
37
38
39 1.5 sys-libs/glibc/glibc-2.18.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild?r1=1.4&r2=1.5
44
45 Index: glibc-2.18.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- glibc-2.18.ebuild 6 Oct 2013 08:51:11 -0000 1.4
52 +++ glibc-2.18.ebuild 24 Nov 2013 17:46:11 -0000 1.5
53 @@ -1,6 +1,6 @@
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-libs/glibc/glibc-2.18.ebuild,v 1.4 2013/10/06 08:51:11 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v 1.5 2013/11/24 17:46:11 vapier Exp $
58
59 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
60
61 @@ -24,7 +24,7 @@
62 RELEASE_VER=${PV}
63 ;;
64 esac
65 -PATCH_VER="1" # Gentoo patchset
66 +PATCH_VER="2" # Gentoo patchset
67 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
68
69 IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"