summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-02-23 21:33:55 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-02-23 21:33:55 +0000
commit311fb6c5301ce18717420d1f8271e826ff42adf6 (patch)
tree65b49b3cfb812ab6f3c92744985511e787b53376 /sys-libs/glibc/glibc-2.3.2-r9.ebuild
parentforgot inherit gcc #42568 (diff)
downloadgentoo-2-311fb6c5301ce18717420d1f8271e826ff42adf6.tar.gz
gentoo-2-311fb6c5301ce18717420d1f8271e826ff42adf6.tar.bz2
gentoo-2-311fb6c5301ce18717420d1f8271e826ff42adf6.zip
Fix broken reverse resolving for IPv6 addresses, bug #42492. Research done by
Bernhard Schmidt <berni@birkenwald.de>.
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r9.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r9.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r9.ebuild b/sys-libs/glibc/glibc-2.3.2-r9.ebuild
index 04920758d4d0..d1153dd9345d 100644
--- a/sys-libs/glibc/glibc-2.3.2-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.15 2004/02/08 06:19:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.16 2004/02/23 21:33:55 azarah Exp $
IUSE="nls pic build nptl"
@@ -334,6 +334,9 @@ src_unpack() {
# write_output() as it causes issues with PaX.
cd ${S}; epatch ${FILESDIR}/${PV}/${P}-iconvconfig-name_insert.patch
+ # Fix broken reverse resolving for IPv6 addresses, bug #42492.
+ cd ${S}; epatch ${FILESDIR}/${PV}/${P}-ipv6-bytestring-fix.patch
+
# A few patches only for the MIPS platform. Descriptions of what they
# do can be found in the patch headers.
# <tuxus@gentoo.org> thx <dragon@gentoo.org> (11 Jan 2003)