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

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



Author: aurel32
Date: 2009-03-15 09:50:58 +0000 (Sun, 15 Mar 2009)
New Revision: 3377

Added:
   glibc-package/trunk/debian/patches/any/local-disable-gethostbyname4.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * any/local-disable-gethostbyname4.diff: disable unified lookup for 
    getaddrinfo(). While unified lookup fix the problem of DNS servers simply 
    dropping AAAA requests, it breaks lookup with even more broken DNS servers
    only returning a broken AAAA answer. As it seems the second type of broken
    DNS concerns more users, let's revert to the old behaviour.  Closes: 
    #516218.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-03-14 10:15:50 UTC (rev 3376)
+++ glibc-package/trunk/debian/changelog	2009-03-15 09:50:58 UTC (rev 3377)
@@ -6,8 +6,14 @@
   [ Aurelien Jarno ]
   * debian/po/de.po: fix German translation.  Closes: bug#519612.
   * Update French debconf translation, by Christian Perrier.  Closes: #519662.
+  * any/local-disable-gethostbyname4.diff: disable unified lookup for 
+    getaddrinfo(). While unified lookup fix the problem of DNS servers simply 
+    dropping AAAA requests, it breaks lookup with even more broken DNS servers
+    only returning a broken AAAA answer. As it seems the second type of broken
+    DNS concerns more users, let's revert to the old behaviour.  Closes: 
+    #516218.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 Mar 2009 09:52:07 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 15 Mar 2009 10:29:05 +0100
 
 glibc (2.9-5) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/local-disable-gethostbyname4.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-disable-gethostbyname4.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/local-disable-gethostbyname4.diff	2009-03-15 09:50:58 UTC (rev 3377)
@@ -0,0 +1,13 @@
+https://bugzilla.redhat.com/show_bug.cgi?id=459756
+
+--- a/resolv/Versions
++++ b/resolv/Versions
+@@ -102,7 +102,7 @@
+     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
+     _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r;
+     _nss_dns_gethostbyaddr2_r;
+-    _nss_dns_gethostbyname4_r;
++#    _nss_dns_gethostbyname4_r;
+   }
+ }
+ 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-03-14 10:15:50 UTC (rev 3376)
+++ glibc-package/trunk/debian/patches/series	2009-03-15 09:50:58 UTC (rev 3377)
@@ -191,3 +191,4 @@
 any/local-bashisms.diff
 any/submitted-futex_robust_pi.diff
 any/cvs-bz7058-nss_nss-nis.diff
+any/local-disable-gethostbyname4.diff


Reply to: