summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-13 06:15:52 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-13 06:15:52 +0000
commit75d7cf0e5cc697a887dfcfa1f2f56a32258fbfbc (patch)
tree797fed26c6d1d2112a058bd193d0517fd7ec66d1 /sys-libs
parentPrepare for gst-plugins-bad-0.10.22 (diff)
downloadgentoo-2-75d7cf0e5cc697a887dfcfa1f2f56a32258fbfbc.tar.gz
gentoo-2-75d7cf0e5cc697a887dfcfa1f2f56a32258fbfbc.tar.bz2
gentoo-2-75d7cf0e5cc697a887dfcfa1f2f56a32258fbfbc.zip
Add fix from upstream for other half of ldso breakage #374107 by Juergen Rose.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog9
-rw-r--r--sys-libs/glibc/glibc-2.13-r4.ebuild (renamed from sys-libs/glibc/glibc-2.13-r3.ebuild)4
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 69920addc2de..871c55ce21a5 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.781 2011/07/13 06:04:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.782 2011/07/13 06:15:52 vapier Exp $
+
+*glibc-2.13-r4 (13 Jul 2011)
+
+ 13 Jul 2011; Mike Frysinger <vapier@gentoo.org> -glibc-2.13-r3.ebuild,
+ +glibc-2.13-r4.ebuild:
+ Add fix from upstream for other half of ldso breakage #374107 by Juergen
+ Rose.
13 Jul 2011; Mike Frysinger <vapier@gentoo.org> glibc-2.14.ebuild:
Add fix for dlclose weirdness #364077.
diff --git a/sys-libs/glibc/glibc-2.13-r3.ebuild b/sys-libs/glibc/glibc-2.13-r4.ebuild
index 397fca7f59ef..7428146de23f 100644
--- a/sys-libs/glibc/glibc-2.13-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.13-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r3.ebuild,v 1.1 2011/07/05 06:00:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.1 2011/07/13 06:15:52 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="7" # Gentoo patchset
+PATCH_VER="8" # Gentoo patchset
PORTS_VER="2.13" # 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