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

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



Author: schizo
Date: 2007-12-07 03:01:04 +0000 (Fri, 07 Dec 2007)
New Revision: 2733

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff
Log:
revert r2727, since the tech-ctte decision was invalid


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-12-06 23:49:45 UTC (rev 2732)
+++ glibc-package/trunk/debian/changelog	2007-12-07 03:01:04 UTC (rev 2733)
@@ -6,8 +6,6 @@
     Closes: bug#453515.
   * debian/debhelper.in/locales.README: rename into locales.README.Debian.
   * debian/debhelper/in/locales.NEWS: fix a typo.  Closes: bug#453613.
-  * debian/patches/any/submitted-rfc3484-sortv4.diff: default to NOT
-    sorting IPv4 addresses.  Closes: bug#438179.
   * Update any/submitted-sched_h.diff: allow compilation of <sched.h> with
     -pedantic.  Closes: bug#453687.
   * Fix a typo in debian/sysdeps/alpha.mk.  Closes: bug#452890.

Modified: glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff	2007-12-06 23:49:45 UTC (rev 2732)
+++ glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff	2007-12-07 03:01:04 UTC (rev 2733)
@@ -19,8 +19,8 @@
  #
 +# sortv4  <yes|no>
 +#    If set to no, getaddrinfo(3) will ignore IPv4 adresses in rule 9.  See
-+#    section 6 in RFC 3484.  The default is no, which breaks conformance
-+#    to RFC 3484.
++#    section 6 in RFC 3484.  The default is yes.  Setting this option to
++#    no breaks conformance to RFC 3484.
 +#
  # label   <mask>   <value>
  #    Add another rule to the RFC 3484 label table.  See section 2.1 in
@@ -36,7 +36,7 @@
 +static int gaiconf_reload_flag;
 +
 +/* Zero if we are supposed to ignore rule 9 for IPv4 addresses */
-+static int gaiconf_sortv4_flag = 0;
++static int gaiconf_sortv4_flag = 1;
 +
 +/* Last modification time.  */
 +static struct timespec gaiconf_mtime;



Reply to: