* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2012-12-28 19:25 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2012-12-28 19:25 UTC (permalink / raw
To: gentoo-commits
vapier 12/12/28 19:25:42
Modified: glibc-2.17.ebuild ChangeLog
Log:
Update hardened patch by Alphat-PC #448876.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.2 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.1&r2=1.2
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glibc-2.17.ebuild 25 Dec 2012 21:48:13 -0000 1.1
+++ glibc-2.17.ebuild 28 Dec 2012 19:25:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.1 2012/12/25 21:48:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.2 2012/12/28 19:25:42 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -155,7 +155,7 @@
if use hardened ; then
cd "${S}"
einfo "Patching to get working PIE binaries on PIE (hardened) platforms"
- gcc-specs-pie && epatch "${FILESDIR}"/2.16/glibc-2.16-hardened-pie.patch
+ gcc-specs-pie && epatch "${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch
epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-configure-picdefault.patch
epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-inittls-nosysenter.patch
1.913 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.913&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.913&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.912&r2=1.913
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -r1.912 -r1.913
--- ChangeLog 28 Dec 2012 19:20:37 -0000 1.912
+++ ChangeLog 28 Dec 2012 19:25:42 -0000 1.913
@@ -1,5 +1,9 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.912 2012/12/28 19:20:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.913 2012/12/28 19:25:42 vapier Exp $
+
+ 28 Dec 2012; Mike Frysinger <vapier@gentoo.org>
+ +files/2.17/glibc-2.17-hardened-pie.patch, glibc-2.17.ebuild:
+ Update hardened patch by Alphat-PC #448876.
28 Dec 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.16.0.ebuild:
Fix building w/sed-4.2.2+ #448224 by Viacheslav Gagara. Fix use of gcc-4.2
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-01-08 12:16 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-08 12:16 UTC (permalink / raw
To: gentoo-commits
vapier 13/01/08 12:16:22
Modified: glibc-2.17.ebuild ChangeLog
Log:
Add hppa/fpu fix from Guy Martin #450676 by Jeroen Roovers.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.5 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.4&r2=1.5
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glibc-2.17.ebuild 2 Jan 2013 00:51:16 -0000 1.4
+++ glibc-2.17.ebuild 8 Jan 2013 12:16:21 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.4 2013/01/02 00:51:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.5 2013/01/08 12:16:21 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -24,7 +24,7 @@
RELEASE_VER=${PV}
;;
esac
-PATCH_VER="1" # Gentoo patchset
+PATCH_VER="2" # Gentoo patchset
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
IUSE="debug gd hardened multilib nscd selinux systemtap profile vanilla crosscompile_opts_headers-only"
1.916 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.916&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.916&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.915&r2=1.916
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -r1.915 -r1.916
--- ChangeLog 2 Jan 2013 00:51:16 -0000 1.915
+++ ChangeLog 8 Jan 2013 12:16:21 -0000 1.916
@@ -1,5 +1,8 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.915 2013/01/02 00:51:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.916 2013/01/08 12:16:21 vapier Exp $
+
+ 08 Jan 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Add hppa/fpu fix from Guy Martin #450676 by Jeroen Roovers.
02 Jan 2013; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_compile.eblit, glibc-2.17.ebuild, glibc-9999.ebuild,
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-01-23 5:21 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-23 5:21 UTC (permalink / raw
To: gentoo-commits
vapier 13/01/23 05:21:59
Modified: glibc-2.17.ebuild ChangeLog
Log:
Push out hppa fixes from upstream #452184 by Guy Martin.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.6 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.5&r2=1.6
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glibc-2.17.ebuild 8 Jan 2013 12:16:21 -0000 1.5
+++ glibc-2.17.ebuild 23 Jan 2013 05:21:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.5 2013/01/08 12:16:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.6 2013/01/23 05:21:59 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -24,7 +24,7 @@
RELEASE_VER=${PV}
;;
esac
-PATCH_VER="2" # Gentoo patchset
+PATCH_VER="3" # Gentoo patchset
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
IUSE="debug gd hardened multilib nscd selinux systemtap profile vanilla crosscompile_opts_headers-only"
1.918 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.918&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.918&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.917&r2=1.918
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.917
retrieving revision 1.918
diff -u -r1.917 -r1.918
--- ChangeLog 12 Jan 2013 08:03:06 -0000 1.917
+++ ChangeLog 23 Jan 2013 05:21:59 -0000 1.918
@@ -1,5 +1,8 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.917 2013/01/12 08:03:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.918 2013/01/23 05:21:59 vapier Exp $
+
+ 23 Jan 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Push out hppa fixes from upstream #452184 by Guy Martin.
12 Jan 2013; Raúl Porcel <armin76@gentoo.org> glibc-2.16.0.ebuild:
2.16.0 breaks some packages on alpha, 2.17 works fine
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-03-28 5:03 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-28 5:03 UTC (permalink / raw
To: gentoo-commits
vapier 13/03/28 05:03:58
Modified: glibc-2.17.ebuild ChangeLog
Log:
Move to ~arch.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.9 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.8&r2=1.9
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glibc-2.17.ebuild 9 Feb 2013 04:42:17 -0000 1.8
+++ glibc-2.17.ebuild 28 Mar 2013 05:03:58 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.8 2013/02/09 04:42:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.9 2013/03/28 05:03:58 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-#KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.927 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.927&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.927&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.926&r2=1.927
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -r1.926 -r1.927
--- ChangeLog 28 Mar 2013 05:03:16 -0000 1.926
+++ ChangeLog 28 Mar 2013 05:03:58 -0000 1.927
@@ -1,5 +1,8 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.926 2013/03/28 05:03:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.927 2013/03/28 05:03:58 vapier Exp $
+
+ 28 Mar 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Move to ~arch.
28 Mar 2013; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_install.eblit:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-04-28 4:00 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-28 4:00 UTC (permalink / raw
To: gentoo-commits
vapier 13/04/28 04:00:36
Modified: glibc-2.17.ebuild ChangeLog
Log:
Add fix from upstream for arm ld.so.cache lib tags #454200.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.13 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.12&r2=1.13
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- glibc-2.17.ebuild 10 Apr 2013 16:40:27 -0000 1.12
+++ glibc-2.17.ebuild 28 Apr 2013 04:00:36 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.12 2013/04/10 16:40:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.13 2013/04/28 04:00:36 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -24,7 +24,7 @@
RELEASE_VER=${PV}
;;
esac
-PATCH_VER="4" # Gentoo patchset
+PATCH_VER="5" # Gentoo patchset
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"
1.937 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.937&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.937&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.936&r2=1.937
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -r1.936 -r1.937
--- ChangeLog 11 Apr 2013 20:42:56 -0000 1.936
+++ ChangeLog 28 Apr 2013 04:00:36 -0000 1.937
@@ -1,5 +1,8 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.936 2013/04/11 20:42:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.937 2013/04/28 04:00:36 vapier Exp $
+
+ 28 Apr 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Add fix from upstream for arm ld.so.cache lib tags #454200.
11 Apr 2013; Mike Frysinger <vapier@gentoo.org> files/eblits/src_test.eblit:
Fix return code checking in src_test for both multilib & non-multilib builds
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-06-26 16:49 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-06-26 16:49 UTC (permalink / raw
To: gentoo-commits
vapier 13/06/26 16:49:32
Modified: glibc-2.17.ebuild ChangeLog
Log:
Fix from upstream for localedef behavior on arches where MAP_FIXED requires SHMLBA alignment #471020 by Jeroen Roovers.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.15 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.14&r2=1.15
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- glibc-2.17.ebuild 23 Jun 2013 05:03:42 -0000 1.14
+++ glibc-2.17.ebuild 26 Jun 2013 16:49:32 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.14 2013/06/23 05:03:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.15 2013/06/26 16:49:32 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -24,7 +24,7 @@
RELEASE_VER=${PV}
;;
esac
-PATCH_VER="6" # Gentoo patchset
+PATCH_VER="7" # Gentoo patchset
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires
IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"
1.942 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.942&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.942&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.941&r2=1.942
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.941
retrieving revision 1.942
diff -u -r1.941 -r1.942
--- ChangeLog 23 Jun 2013 05:03:42 -0000 1.941
+++ ChangeLog 26 Jun 2013 16:49:32 -0000 1.942
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.941 2013/06/23 05:03:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.942 2013/06/26 16:49:32 vapier Exp $
+
+ 26 Jun 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Fix from upstream for localedef behavior on arches where MAP_FIXED requires
+ SHMLBA alignment #471020 by Jeroen Roovers.
23 Jun 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.16.0.ebuild,
glibc-2.17.ebuild:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2013-08-16 21:30 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-08-16 21:30 UTC (permalink / raw
To: gentoo-commits
vapier 13/08/16 21:30:26
Modified: glibc-2.17.ebuild ChangeLog
Log:
Mark as -alpha so that we know it missing is expected.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.18 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.17&r2=1.18
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- glibc-2.17.ebuild 12 Aug 2013 14:56:24 -0000 1.17
+++ glibc-2.17.ebuild 16 Aug 2013 21:30:26 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.17 2013/08/12 14:56:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.18 2013/08/16 21:30:26 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="-alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.946 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.946&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.946&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.945&r2=1.946
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -r1.945 -r1.946
--- ChangeLog 12 Aug 2013 14:56:24 -0000 1.945
+++ ChangeLog 16 Aug 2013 21:30:26 -0000 1.946
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.945 2013/08/12 14:56:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.946 2013/08/16 21:30:26 vapier Exp $
+
+ 16 Aug 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Mark as -alpha so that we know it missing is expected.
12 Aug 2013; Tobias Klausmann <klausman@gentoo.org> glibc-2.17.ebuild:
De-keyword glibc-2.17 on alpha due to bug 480740
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-03 1:53 Matt Turner (mattst88)
0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner (mattst88) @ 2014-01-03 1:53 UTC (permalink / raw
To: gentoo-commits
mattst88 14/01/03 01:53:40
Modified: glibc-2.17.ebuild ChangeLog
Log:
alpha stable, bug 496752.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path
1.22 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.21&r2=1.22
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- glibc-2.17.ebuild 16 Dec 2013 12:31:26 -0000 1.21
+++ glibc-2.17.ebuild 3 Jan 2014 01:53:40 -0000 1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.21 2013/12/16 12:31:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.22 2014/01/03 01:53:40 mattst88 Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.963 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.963&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.963&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.962&r2=1.963
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -r1.962 -r1.963
--- ChangeLog 24 Dec 2013 16:21:46 -0000 1.962
+++ ChangeLog 3 Jan 2014 01:53:40 -0000 1.963
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.962 2013/12/24 16:21:46 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.963 2014/01/03 01:53:40 mattst88 Exp $
+
+ 03 Jan 2014; Matt Turner <mattst88@gentoo.org> glibc-2.17.ebuild:
+ alpha stable, bug 496752.
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> glibc-2.16.0.ebuild:
Stable for ppc64, wrt bug #467256
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-03 19:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-03 19:51 UTC (permalink / raw
To: gentoo-commits
ago 14/01/03 19:51:00
Modified: glibc-2.17.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #496752
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.23 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.22&r2=1.23
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- glibc-2.17.ebuild 3 Jan 2014 01:53:40 -0000 1.22
+++ glibc-2.17.ebuild 3 Jan 2014 19:51:00 -0000 1.23
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.22 2014/01/03 01:53:40 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.23 2014/01/03 19:51:00 ago Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.964 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.964&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.964&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.963&r2=1.964
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.963
retrieving revision 1.964
diff -u -r1.963 -r1.964
--- ChangeLog 3 Jan 2014 01:53:40 -0000 1.963
+++ ChangeLog 3 Jan 2014 19:51:00 -0000 1.964
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.963 2014/01/03 01:53:40 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.964 2014/01/03 19:51:00 ago Exp $
+
+ 03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
+ Stable for amd64, wrt bug #496752
03 Jan 2014; Matt Turner <mattst88@gentoo.org> glibc-2.17.ebuild:
alpha stable, bug 496752.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-03 19:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-03 19:51 UTC (permalink / raw
To: gentoo-commits
ago 14/01/03 19:51:17
Modified: glibc-2.17.ebuild ChangeLog
Log:
Stable for x86, wrt bug #496752
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.24 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.23&r2=1.24
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- glibc-2.17.ebuild 3 Jan 2014 19:51:00 -0000 1.23
+++ glibc-2.17.ebuild 3 Jan 2014 19:51:17 -0000 1.24
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.23 2014/01/03 19:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.24 2014/01/03 19:51:17 ago Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.965 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.965&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.965&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.964&r2=1.965
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.964
retrieving revision 1.965
diff -u -r1.964 -r1.965
--- ChangeLog 3 Jan 2014 19:51:00 -0000 1.964
+++ ChangeLog 3 Jan 2014 19:51:17 -0000 1.965
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.964 2014/01/03 19:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.965 2014/01/03 19:51:17 ago Exp $
+
+ 03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
+ Stable for x86, wrt bug #496752
03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
Stable for amd64, wrt bug #496752
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-05 9:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-05 9:57 UTC (permalink / raw
To: gentoo-commits
ago 14/01/05 09:57:26
Modified: glibc-2.17.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #496752
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.25 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.24&r2=1.25
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- glibc-2.17.ebuild 3 Jan 2014 19:51:17 -0000 1.24
+++ glibc-2.17.ebuild 5 Jan 2014 09:57:26 -0000 1.25
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.24 2014/01/03 19:51:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.25 2014/01/05 09:57:26 ago Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.967 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.967&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.967&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.966&r2=1.967
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.966
retrieving revision 1.967
diff -u -r1.966 -r1.967
--- ChangeLog 5 Jan 2014 03:11:14 -0000 1.966
+++ ChangeLog 5 Jan 2014 09:57:26 -0000 1.967
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.966 2014/01/05 03:11:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.967 2014/01/05 09:57:26 ago Exp $
+
+ 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
+ Stable for ppc, wrt bug #496752
05 Jan 2014; Mike Gilbert <floppym@gentoo.org> files/eblits/common.eblit:
Filter -frecord-gcc-switches, bug 492892.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-05 9:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-05 9:57 UTC (permalink / raw
To: gentoo-commits
ago 14/01/05 09:57:55
Modified: glibc-2.17.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #496752
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.26 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.25&r2=1.26
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- glibc-2.17.ebuild 5 Jan 2014 09:57:26 -0000 1.25
+++ glibc-2.17.ebuild 5 Jan 2014 09:57:55 -0000 1.26
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.25 2014/01/05 09:57:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.26 2014/01/05 09:57:55 ago Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.968 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.968&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.968&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.967&r2=1.968
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.967
retrieving revision 1.968
diff -u -r1.967 -r1.968
--- ChangeLog 5 Jan 2014 09:57:26 -0000 1.967
+++ ChangeLog 5 Jan 2014 09:57:55 -0000 1.968
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.967 2014/01/05 09:57:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.968 2014/01/05 09:57:55 ago Exp $
+
+ 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
+ Stable for ppc64, wrt bug #496752
05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
Stable for ppc, wrt bug #496752
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-16 7:46 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-16 7:46 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/16 07:46:43
Modified: glibc-2.17.ebuild ChangeLog
Log:
Mark ia64/s390 stable #496752.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.28 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.27&r2=1.28
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- glibc-2.17.ebuild 12 Jan 2014 19:57:27 -0000 1.27
+++ glibc-2.17.ebuild 16 Jan 2014 07:46:43 -0000 1.28
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.27 2014/01/12 19:57:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.28 2014/01/16 07:46:43 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.972 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.972&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.972&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.971&r2=1.972
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.971
retrieving revision 1.972
diff -u -r1.971 -r1.972
--- ChangeLog 12 Jan 2014 19:57:27 -0000 1.971
+++ ChangeLog 16 Jan 2014 07:46:43 -0000 1.972
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.971 2014/01/12 19:57:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.972 2014/01/16 07:46:43 vapier Exp $
+
+ 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Mark ia64/s390 stable #496752.
12 Jan 2014; Markus Meier <maekke@gentoo.org> glibc-2.17.ebuild:
arm stable, bug #496752
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-01-31 18:22 Mike Frysinger (vapier)
0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-31 18:22 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/31 18:22:06
Modified: glibc-2.17.ebuild ChangeLog
Log:
Mark sh stable.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.31 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.30&r2=1.31
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- glibc-2.17.ebuild 22 Jan 2014 20:06:30 -0000 1.30
+++ glibc-2.17.ebuild 31 Jan 2014 18:22:06 -0000 1.31
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.30 2014/01/22 20:06:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.31 2014/01/31 18:22:06 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.980 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.980&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.980&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.979&r2=1.980
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.979
retrieving revision 1.980
diff -u -r1.979 -r1.980
--- ChangeLog 25 Jan 2014 22:06:39 -0000 1.979
+++ ChangeLog 31 Jan 2014 18:22:06 -0000 1.980
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.979 2014/01/25 22:06:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.980 2014/01/31 18:22:06 vapier Exp $
+
+ 31 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Mark sh stable.
25 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.18-r1.ebuild:
Add fix for armv4 (non thumb) and for alpha/tls code from upstream.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
@ 2014-03-20 13:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-20 13:38 UTC (permalink / raw
To: gentoo-commits
ago 14/03/20 13:38:22
Modified: glibc-2.17.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #496752
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.32 sys-libs/glibc/glibc-2.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.31&r2=1.32
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- glibc-2.17.ebuild 31 Jan 2014 18:22:06 -0000 1.31
+++ glibc-2.17.ebuild 20 Mar 2014 13:38:22 -0000 1.32
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.31 2014/01/31 18:22:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.32 2014/03/20 13:38:22 ago Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
1.987 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.987&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.987&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.986&r2=1.987
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.986
retrieving revision 1.987
diff -u -r1.986 -r1.987
--- ChangeLog 14 Mar 2014 09:11:35 -0000 1.986
+++ ChangeLog 20 Mar 2014 13:38:22 -0000 1.987
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.986 2014/03/14 09:11:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.987 2014/03/20 13:38:22 ago Exp $
+
+ 20 Mar 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
+ Stable for sparc, wrt bug #496752
14 Mar 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1-r1.ebuild,
glibc-2.11.3.ebuild, glibc-2.12.1-r3.ebuild, glibc-2.12.2.ebuild,
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-03-20 13:38 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 12:16 [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2014-03-20 13:38 Agostino Sarubbo (ago)
2014-01-31 18:22 Mike Frysinger (vapier)
2014-01-16 7:46 Mike Frysinger (vapier)
2014-01-05 9:57 Agostino Sarubbo (ago)
2014-01-05 9:57 Agostino Sarubbo (ago)
2014-01-03 19:51 Agostino Sarubbo (ago)
2014-01-03 19:51 Agostino Sarubbo (ago)
2014-01-03 1:53 Matt Turner (mattst88)
2013-08-16 21:30 Mike Frysinger (vapier)
2013-06-26 16:49 Mike Frysinger (vapier)
2013-04-28 4:00 Mike Frysinger (vapier)
2013-03-28 5:03 Mike Frysinger (vapier)
2013-01-23 5:21 Mike Frysinger (vapier)
2012-12-28 19:25 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox