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.17.ebuild glibc-2.16.0.ebuild ChangeLog
Date: Sat, 23 Nov 2013 05:21:49
Message-Id: 20131123052141.3DC342004B@flycatcher.gentoo.org
1 vapier 13/11/23 05:21:41
2
3 Modified: glibc-2.17.ebuild glibc-2.16.0.ebuild ChangeLog
4 Log:
5 Fix crash on alpha #480740. Fix crash on hppa/ia64 w/gcc-4.7 #486618 #486974. Add missing fanotify_mark on hppa #480268. Fix building w/make-4 #487906.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.20 sys-libs/glibc/glibc-2.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.19&r2=1.20
15
16 Index: glibc-2.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- glibc-2.17.ebuild 6 Oct 2013 08:51:11 -0000 1.19
23 +++ glibc-2.17.ebuild 23 Nov 2013 05:21:41 -0000 1.20
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.17.ebuild,v 1.19 2013/10/06 08:51:11 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.20 2013/11/23 05:21:41 vapier Exp $
29
30 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
31
32 @@ -24,7 +24,7 @@
33 RELEASE_VER=${PV}
34 ;;
35 esac
36 -PATCH_VER="7" # Gentoo patchset
37 +PATCH_VER="8" # Gentoo patchset
38 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
39
40 IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"
41
42
43
44 1.26 sys-libs/glibc/glibc-2.16.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild?r1=1.25&r2=1.26
49
50 Index: glibc-2.16.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- glibc-2.16.0.ebuild 6 Oct 2013 08:51:11 -0000 1.25
57 +++ glibc-2.16.0.ebuild 23 Nov 2013 05:21:41 -0000 1.26
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.25 2013/10/06 08:51:11 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.26 2013/11/23 05:21:41 vapier Exp $
63
64 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
65
66 @@ -31,7 +31,7 @@
67 ;;
68 esac
69 LIBIDN_VER="" # it's integrated into the main tarball now
70 -PATCH_VER="11" # Gentoo patchset
71 +PATCH_VER="12" # Gentoo patchset
72 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
73 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
74
75
76
77
78 1.954 sys-libs/glibc/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.954&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.954&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.953&r2=1.954
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
87 retrieving revision 1.953
88 retrieving revision 1.954
89 diff -u -r1.953 -r1.954
90 --- ChangeLog 30 Oct 2013 17:04:34 -0000 1.953
91 +++ ChangeLog 23 Nov 2013 05:21:41 -0000 1.954
92 @@ -1,6 +1,11 @@
93 # ChangeLog for sys-libs/glibc
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.953 2013/10/30 17:04:34 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.954 2013/11/23 05:21:41 vapier Exp $
97 +
98 + 23 Nov 2013; Mike Frysinger <vapier@g.o> glibc-2.16.0.ebuild,
99 + glibc-2.17.ebuild:
100 + Fix crash on alpha #480740. Fix crash on hppa/ia64 w/gcc-4.7 #486618 #486974.
101 + Add missing fanotify_mark on hppa #480268. Fix building w/make-4 #487906.
102
103 30 Oct 2013; Mike Frysinger <vapier@g.o> files/eblits/common.eblit:
104 Add ifunc checks for arm/hppa/ppc/s390.