diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-18 18:38:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-18 18:38:22 +0000 |
commit | 49be6f91864978b1df37c8f504c16577cf4177ce (patch) | |
tree | a43899db26e3513f7435c94a3b4a40e32a5e4db7 /sys-libs | |
parent | Fix underlink. Bug #369467 (diff) | |
download | gentoo-2-49be6f91864978b1df37c8f504c16577cf4177ce.tar.gz gentoo-2-49be6f91864978b1df37c8f504c16577cf4177ce.tar.bz2 gentoo-2-49be6f91864978b1df37c8f504c16577cf4177ce.zip |
Hopefully fix crash in resolver #371617 by Daniel Kluev.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 48a3d9a57eb4..9e6169617119 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.775 2011/06/11 15:55:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.776 2011/06/18 18:38:22 vapier Exp $ + + 18 Jun 2011; Mike Frysinger <vapier@gentoo.org> glibc-2.14.ebuild: + Hopefully fix crash in resolver #371617 by Daniel Kluev. 11 Jun 2011; Raúl Porcel <armin76@gentoo.org> glibc-2.12.2.ebuild: ia64/sparc stable wrt #356913 diff --git a/sys-libs/glibc/glibc-2.14.ebuild b/sys-libs/glibc/glibc-2.14.ebuild index 656c7ccaae63..d02a2726b7ef 100644 --- a/sys-libs/glibc/glibc-2.14.ebuild +++ b/sys-libs/glibc/glibc-2.14.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.14.ebuild,v 1.2 2011/06/06 20:16:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.3 2011/06/18 18:38:22 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="" # 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 |