[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4821 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2011-07-25 23:05:36 +0000 (Mon, 25 Jul 2011)
New Revision: 4821

Removed:
   glibc-package/trunk/debian/patches/any/submitted-resolv-ipv6-rotate.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Revert the previous commit, it doesn't work in some corner cases


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-07-25 21:55:29 UTC (rev 4820)
+++ glibc-package/trunk/debian/changelog	2011-07-25 23:05:36 UTC (rev 4821)
@@ -19,8 +19,6 @@
   * Add support for s390x.
   * Fix debhelper.in/libc.NEWS with the right option to pass to gcc. Closes: 
     #629819.
-  * Add patches/any/submitted-resolv-ipv6-rotate.diff to fix the rotate option
-    with IPv6 nameservers. Closes: #627531.
 
   [ Jeremie Koenig ]
   * Add debian/libc0.3.symbols.hurd-i386.

Deleted: glibc-package/trunk/debian/patches/any/submitted-resolv-ipv6-rotate.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-resolv-ipv6-rotate.diff	2011-07-25 21:55:29 UTC (rev 4820)
+++ glibc-package/trunk/debian/patches/any/submitted-resolv-ipv6-rotate.diff	2011-07-25 23:05:36 UTC (rev 4821)
@@ -1,21 +0,0 @@
-2011-07-25  Aurelien Jarno  <aurelien@aurel32.net>
-
-	* res_send.c(__libc_res_nsend): Don't initialize maps for IPv6 
-	nameservers.
-
-diff --git a/resolv/res_send.c b/resolv/res_send.c
-index a001c1e..43ff082 100644
---- a/resolv/res_send.c
-+++ b/resolv/res_send.c
-@@ -422,9 +422,9 @@ __libc_res_nsend(res_state statp, const u_char *buf, int buflen,
- 			}
- 		}
- 		n = statp->nscount;
--		if (statp->nscount > EXT(statp).nscount)
-+		if (statp->nscount > EXT(statp).nscount + EXT(statp).nscount6)
- 			for (n = EXT(statp).nscount, ns = 0;
--			     n < statp->nscount; n++) {
-+			     n < statp->nscount - EXT(statp).nscount6; n++) {
- 				while (ns < MAXNS
- 				       && EXT(statp).nsmap[ns] != MAXNS)
- 					ns++;

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2011-07-25 21:55:29 UTC (rev 4820)
+++ glibc-package/trunk/debian/patches/series	2011-07-25 23:05:36 UTC (rev 4821)
@@ -274,4 +274,3 @@
 any/submitted-resolv-assert.diff
 any/cvs-fnmatch.diff
 any/cvs-ifunc.diff
-any/submitted-resolv-ipv6-rotate.diff


Reply to: