Author: aurel32
Date: 2009-11-23 08:45:36 +0000 (Mon, 23 Nov 2009)
New Revision: 4003

Removed:
   glibc-package/trunk/debian/patches/any/cvs-getaddrinfo-nss-notfound.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
- remove patches/any/cvs-getaddrinfo-nss-notfound.diff (merged).


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-11-23 06:01:17 UTC (rev 
4002)
+++ glibc-package/trunk/debian/changelog        2009-11-23 08:45:36 UTC (rev 
4003)
@@ -7,6 +7,7 @@
     - remove patches/powerpc/cvs-readahead.diff (merged).
     - remove patches/any/submitted-libgcc_s.so.diff (merged).
     - remove patches/any/cvs-preadv-pwritev.diff (merged).
+    - remove patches/any/cvs-getaddrinfo-nss-notfound.diff (merged).
   * patches/ia64/cvs-memchr.diff: new patch from upstream replacing
     patches/ia64/submitted-memchr.diff.
   * patches/any/cvs-malloc-check.diff: new patch from upstream to fix bugs
@@ -35,7 +36,7 @@
   * kfreebsd/local-sysdeps.diff: update to revision 2859 (from glibc-bsd).
     Closes: #557248.
 
- -- Aurelien Jarno <[email protected]>  Mon, 23 Nov 2009 06:43:55 +0100
+ -- Aurelien Jarno <[email protected]>  Mon, 23 Nov 2009 09:44:36 +0100
 
 eglibc (2.10.1-7) unstable; urgency=low
 

Deleted: 
glibc-package/trunk/debian/patches/any/cvs-getaddrinfo-nss-notfound.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-getaddrinfo-nss-notfound.diff    
2009-11-23 06:01:17 UTC (rev 4002)
+++ glibc-package/trunk/debian/patches/any/cvs-getaddrinfo-nss-notfound.diff    
2009-11-23 08:45:36 UTC (rev 4003)
@@ -1,21 +0,0 @@
- 2009-07-25  Ulrich Drepper  <[email protected]>
- 
-       [BZ #10448]
-       * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
-       callback we must touch the status to avoid using stale value.
-
----
- sysdeps/posix/getaddrinfo.c |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/sysdeps/posix/getaddrinfo.c
-+++ b/sysdeps/posix/getaddrinfo.c
-@@ -833,6 +833,8 @@
-                              && inet6_status != NSS_STATUS_UNAVAIL)
-                       status = inet6_status;
-                   }
-+                else
-+                  status = NSS_STATUS_UNAVAIL;
-               }
- 
-             if (nss_next_action (nip, status) == NSS_ACTION_RETURN)

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2009-11-23 06:01:17 UTC (rev 
4002)
+++ glibc-package/trunk/debian/patches/series   2009-11-23 08:45:36 UTC (rev 
4003)
@@ -202,7 +202,6 @@
 any/cvs-nptl-init.diff
 any/submitted-accept4-hidden.diff
 any/submitted-getent-gshadow.diff
-any/cvs-getaddrinfo-nss-notfound.diff
 any/submitted-missing-etc-hosts.diff
 any/submitted-etc-resolv.conf.diff
 any/submitted-localedef-mmap.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to