From a3ca0a06afa25a240edf0291821d87341722a9d8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Nov 2009 02:04:41 +0000 Subject: add sparc/mmap fix and keyword #289615, and fix building on x86 with missing __NR_fallocate #274269 (Portage version: 2.2_rc49/cvs/Linux x86_64) --- sys-libs/glibc/ChangeLog | 10 +++++++++- sys-libs/glibc/glibc-2.10.1.ebuild | 6 +++--- sys-libs/glibc/glibc-2.11.ebuild | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 99c2a3eed670..4f9f22629872 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.657 2009/11/09 13:02:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.658 2009/11/10 02:04:41 vapier Exp $ + + 10 Nov 2009; Mike Frysinger glibc-2.10.1.ebuild, + glibc-2.11.ebuild: + Fix building on x86 with older linux headers missing __NR_fallocate + #274269 by Mikael Magnusson. + + 10 Nov 2009; Mike Frysinger glibc-2.10.1.ebuild: + Add sparc lovin #289615. 09 Nov 2009; Mike Frysinger glibc-2.11.ebuild, +files/2.11/glibc-2.11-hardened-pie.patch: diff --git a/sys-libs/glibc/glibc-2.10.1.ebuild b/sys-libs/glibc/glibc-2.10.1.ebuild index 2bd51d08a5d3..91f65075a40c 100644 --- a/sys-libs/glibc/glibc-2.10.1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1.ebuild,v 1.13 2009/11/08 17:26:27 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1.ebuild,v 1.14 2009/11/10 02:04:41 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc s390 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc s390 ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" @@ -26,7 +26,7 @@ LIBIDN_VER=${RELEASE_VER} fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages -PATCH_VER="4" # Gentoo patchset +PATCH_VER="5" # Gentoo patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon LT_VER="" # version of linuxthreads addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires diff --git a/sys-libs/glibc/glibc-2.11.ebuild b/sys-libs/glibc/glibc-2.11.ebuild index a00478ed717b..d134d7ad5f59 100644 --- a/sys-libs/glibc/glibc-2.11.ebuild +++ b/sys-libs/glibc/glibc-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.6 2009/11/09 19:17:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.7 2009/11/10 02:04:41 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -25,7 +25,7 @@ fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages LIBIDN_VER="" # it's integrated into the main tarball now -PATCH_VER="2" # Gentoo patchset +PATCH_VER="3" # Gentoo patchset PORTS_VER= #${RELEASE_VER} # version of glibc ports addon LT_VER="" # version of linuxthreads addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires -- cgit v1.2.3-65-gdbad