summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-06 16:55:06 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-06 16:55:06 +0000
commitf997d8fd404c9ce337bd34565503c7512a77a5c1 (patch)
tree163c27f0a21f522326f9ac69d0beec27e70edee7 /sys-libs/glibc
parentNew snapshots for old and new llvm versions. (diff)
downloadgentoo-2-f997d8fd404c9ce337bd34565503c7512a77a5c1.tar.gz
gentoo-2-f997d8fd404c9ce337bd34565503c7512a77a5c1.tar.bz2
gentoo-2-f997d8fd404c9ce337bd34565503c7512a77a5c1.zip
Add a bunch of random fixes from upstream which also fix ptrace headers #480218 and #482752.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/glibc-2.18.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index e0efc668ae69..883a8516eef1 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# 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.968 2014/01/05 09:57:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.969 2014/01/06 16:55:06 vapier Exp $
+
+ 06 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.18.ebuild:
+ Add a bunch of random fixes from upstream which also fix ptrace headers
+ #480218 and #482752.
05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
Stable for ppc64, wrt bug #496752
diff --git a/sys-libs/glibc/glibc-2.18.ebuild b/sys-libs/glibc/glibc-2.18.ebuild
index 6f781c5c886d..e596a9a24719 100644
--- a/sys-libs/glibc/glibc-2.18.ebuild
+++ b/sys-libs/glibc/glibc-2.18.ebuild
@@ -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.18.ebuild,v 1.5 2013/11/24 17:46:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v 1.6 2014/01/06 16:55:06 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -24,7 +24,7 @@ case ${PV} in
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 suid vanilla crosscompile_opts_headers-only"