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

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



Author: aurel32
Date: 2007-12-18 18:06:11 +0000 (Tue, 18 Dec 2007)
New Revision: 2752

Added:
   glibc-package/trunk/debian/patches/any/submitted-rfc3484-labels.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * any/submitted-rfc3484-labels.diff: new patch to fix RFC 3484 default
    label ordering.  Closes: bug#456779.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-12-16 02:57:47 UTC (rev 2751)
+++ glibc-package/trunk/debian/changelog	2007-12-18 18:06:11 UTC (rev 2752)
@@ -14,6 +14,8 @@
     etch now have version 2007j-1etch1.  Closes: bug#455783.
   * debian/sysdeps/depflags.pl: suggests libc6-i686 on i386 architecture.
     Closes: bug#455603.
+  * any/submitted-rfc3484-labels.diff: new patch to fix RFC 3484 default
+    label ordering.  Closes: bug#456779.
 
   [ Petr Salinger]
   * kfreebsd/local-sysdeps.diff: update to revision 2082 (from glibc-bsd).
@@ -23,7 +25,7 @@
   * patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: update to also
     handle unsigned char/int/short/long and ssize_t.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 11 Dec 2007 23:16:30 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 18 Dec 2007 19:05:51 +0100
 
 glibc (2.7-4) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/submitted-rfc3484-labels.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-rfc3484-labels.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/submitted-rfc3484-labels.diff	2007-12-18 18:06:11 UTC (rev 2752)
@@ -0,0 +1,36 @@
+2007-12-18  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/posix/getaddrinfo.c (default_labels): order
+	the labels by value.
+
+Index: sysdeps/posix/getaddrinfo.c
+===================================================================
+RCS file: /cvs/glibc/libc/sysdeps/posix/getaddrinfo.c,v
+retrieving revision 1.121
+diff -u -d -p -r1.121 getaddrinfo.c
+--- sysdeps/posix/getaddrinfo.c	20 Nov 2007 00:40:41 -0000	1.121
++++ sysdeps/posix/getaddrinfo.c	18 Dec 2007 17:56:06 -0000
+@@ -1110,6 +1110,10 @@ static const struct prefixentry default_
+ 			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 } } },
+       128, 0 },
+     { { .in6_u
++	= { .u6_addr8 = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
++			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
++      0, 1 },
++    { { .in6_u
+ 	= { .u6_addr8 = { 0x20, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
+       16, 2 },
+@@ -1140,11 +1144,7 @@ static const struct prefixentry default_
+     { { .in6_u
+ 	= { .u6_addr8 = { 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
+-      32, 7 },
+-    { { .in6_u
+-	= { .u6_addr8 = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+-			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
+-      0, 1 }
++      32, 7 }
+   };
+ 
+ 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-12-16 02:57:47 UTC (rev 2751)
+++ glibc-package/trunk/debian/patches/series	2007-12-18 18:06:11 UTC (rev 2752)
@@ -170,6 +170,7 @@
 any/submitted-longdouble.diff -p0
 any/submitted-sched_h.diff -p0
 any/submitted-rfc3484-sortv4.diff -p0
+any/submitted-rfc3484-labels.diff -p0
 any/local-disable-nscd-host-caching.diff
 any/submitted-fileops-and-signals.diff
 any/local-missing-linux_types.h.diff


Reply to: