* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.17.ebuild
@ 2013-04-04 17:04 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-04 17:04 UTC (permalink / raw
To: gentoo-commits
jer 13/04/04 17:04:47
Modified: ChangeLog glibc-2.17.ebuild
Log:
Marked ~hppa too.
(Portage version: 2.2.0_alpha171/cvs/Linux i686, signed Manifest commit with key A792A613)
Revision Changes Path
1.929 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.929&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.929&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.928&r2=1.929
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.928
retrieving revision 1.929
diff -u -r1.928 -r1.929
--- ChangeLog 1 Apr 2013 04:22:55 -0000 1.928
+++ ChangeLog 4 Apr 2013 17:04:47 -0000 1.929
@@ -1,5 +1,8 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.928 2013/04/01 04:22:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.929 2013/04/04 17:04:47 jer Exp $
+
+ 04 Apr 2013; Jeroen Roovers <jer@gentoo.org> glibc-2.17.ebuild:
+ Marked ~hppa too.
01 Apr 2013; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_install.eblit:
1.10 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.9&r2=1.10
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glibc-2.17.ebuild 28 Mar 2013 05:03:58 -0000 1.9
+++ glibc-2.17.ebuild 4 Apr 2013 17:04:47 -0000 1.10
@@ -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.9 2013/03/28 05:03:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.10 2013/04/04 17:04:47 jer 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"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.17.ebuild
@ 2013-04-05 18:23 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-05 18:23 UTC (permalink / raw
To: gentoo-commits
vapier 13/04/05 18:23:27
Modified: ChangeLog glibc-2.17.ebuild
Log:
Disable mips librt patch as it no longer applies -- lets see if people complain about ABI compat #456912 by Manuel Lauss.
Revision Changes Path
1.932 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.932&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.932&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.931&r2=1.932
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.931
retrieving revision 1.932
diff -u -r1.931 -r1.932
--- ChangeLog 5 Apr 2013 00:33:24 -0000 1.931
+++ ChangeLog 5 Apr 2013 18:23:27 -0000 1.932
@@ -1,5 +1,9 @@
# ChangeLog for sys-libs/glibc
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.931 2013/04/05 00:33:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.932 2013/04/05 18:23:27 vapier Exp $
+
+ 05 Apr 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
+ Disable mips librt patch as it no longer applies -- lets see if people
+ complain about ABI compat #456912 by Manuel Lauss.
05 Apr 2013; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_compile.eblit:
1.11 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.10&r2=1.11
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glibc-2.17.ebuild 4 Apr 2013 17:04:47 -0000 1.10
+++ glibc-2.17.ebuild 5 Apr 2013 18:23:27 -0000 1.11
@@ -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.10 2013/04/04 17:04:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.11 2013/04/05 18:23:27 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
@@ -151,6 +151,10 @@
fi
done
+eblit-src_unpack-pre() {
+ GLIBC_PATCH_EXCLUDE+=" 6600_mips_librt-mips.patch" #456912
+}
+
eblit-src_unpack-post() {
if use hardened ; then
cd "${S}"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.17.ebuild
@ 2013-06-27 12:19 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-27 12:19 UTC (permalink / raw
To: gentoo-commits
jer 13/06/27 12:19:41
Modified: ChangeLog glibc-2.17.ebuild
Log:
Stable for HPPA too.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.943 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.943&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.943&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.942&r2=1.943
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.942
retrieving revision 1.943
diff -u -r1.942 -r1.943
--- ChangeLog 26 Jun 2013 16:49:32 -0000 1.942
+++ ChangeLog 27 Jun 2013 12:19:41 -0000 1.943
@@ -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.942 2013/06/26 16:49:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.943 2013/06/27 12:19:41 jer Exp $
+
+ 27 Jun 2013; Jeroen Roovers <jer@gentoo.org> glibc-2.17.ebuild:
+ Stable for HPPA too.
26 Jun 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild:
Fix from upstream for localedef behavior on arches where MAP_FIXED requires
1.16 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.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.15&r2=1.16
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- glibc-2.17.ebuild 26 Jun 2013 16:49:32 -0000 1.15
+++ glibc-2.17.ebuild 27 Jun 2013 12:19:41 -0000 1.16
@@ -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.15 2013/06/26 16:49:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.16 2013/06/27 12:19:41 jer 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"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.17.ebuild
@ 2014-01-12 19:57 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2014-01-12 19:57 UTC (permalink / raw
To: gentoo-commits
maekke 14/01/12 19:57:27
Modified: ChangeLog glibc-2.17.ebuild
Log:
arm stable, bug #496752
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.971 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.971&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.971&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.970&r2=1.971
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.970
retrieving revision 1.971
diff -u -r1.970 -r1.971
--- ChangeLog 10 Jan 2014 15:18:18 -0000 1.970
+++ ChangeLog 12 Jan 2014 19:57:27 -0000 1.971
@@ -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.970 2014/01/10 15:18:18 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.971 2014/01/12 19:57:27 maekke Exp $
+
+ 12 Jan 2014; Markus Meier <maekke@gentoo.org> glibc-2.17.ebuild:
+ arm stable, bug #496752
10 Jan 2014; Magnus Granberg <zorry@gentoo.org> files/eblits/common.eblit:
Remove the hardened check on ssp #484714
1.27 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.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.26&r2=1.27
Index: glibc-2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- glibc-2.17.ebuild 5 Jan 2014 09:57:55 -0000 1.26
+++ glibc-2.17.ebuild 12 Jan 2014 19:57:27 -0000 1.27
@@ -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.26 2014/01/05 09:57:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.27 2014/01/12 19:57:27 maekke 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"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-12 19:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 12:19 [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.17.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-01-12 19:57 Markus Meier (maekke)
2013-04-05 18:23 Mike Frysinger (vapier)
2013-04-04 17:04 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox