diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-21 03:54:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-21 03:54:01 +0000 |
commit | bfb010e6eecacae132132968fd23080dbc16cac2 (patch) | |
tree | f70b752d6cc5a8c797db068c8334ac49589e532f /sys-libs | |
parent | Bump for #555280 (diff) | |
download | gentoo-2-bfb010e6eecacae132132968fd23080dbc16cac2.tar.gz gentoo-2-bfb010e6eecacae132132968fd23080dbc16cac2.tar.bz2 gentoo-2-bfb010e6eecacae132132968fd23080dbc16cac2.zip |
Version bump with fixes for #541246 #541542 #547296 #550836 and move into unstable.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.21-r1.ebuild (renamed from sys-libs/glibc/glibc-2.21.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 8dc8841f8fad..aff1593347d1 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1061 2015/07/21 02:41:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1062 2015/07/21 03:54:01 vapier Exp $ + +*glibc-2.21-r1 (21 Jul 2015) + + 21 Jul 2015; Mike Frysinger <vapier@gentoo.org> +glibc-2.21-r1.ebuild, + -glibc-2.21.ebuild: + Version bump with fixes for #541246 #541542 #547296 #550836 and move into + unstable. 21 Jul 2015; Mike Frysinger <vapier@gentoo.org> glibc-2.20-r2.ebuild: Fix sparc32 sigaction ABI breakage #550836. diff --git a/sys-libs/glibc/glibc-2.21.ebuild b/sys-libs/glibc/glibc-2.21-r1.ebuild index f25499b90400..af08badb1279 100644 --- a/sys-libs/glibc/glibc-2.21.ebuild +++ b/sys-libs/glibc/glibc-2.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.21.ebuild,v 1.5 2015/06/22 04:51:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.21-r1.ebuild,v 1.1 2015/07/21 03:54:01 vapier Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" 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" @@ -27,7 +27,7 @@ case ${PV} in ;; esac GCC_BOOTSTRAP_VER="4.7.3-r1" -PATCH_VER="2" # Gentoo patchset +PATCH_VER="3" # Gentoo patchset : ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only" |