r2727 - in glibc-package/trunk/debian: . patches/any
Author: aurel32
Date: 2007-12-06 20:50:47 +0000 (Thu, 06 Dec 2007)
New Revision: 2727
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff
Log:
* debian/patches/any/submitted-rfc3484-sortv4.diff: default to NOT
sorting IPv4 addresses. Closes: bug#438179.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2007-12-03 15:24:27 UTC (rev 2726)
+++ glibc-package/trunk/debian/changelog 2007-12-06 20:50:47 UTC (rev 2727)
@@ -6,6 +6,8 @@
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.
-- Aurelien Jarno <aurel32@debian.org> Mon, 03 Dec 2007 15:37:36 +0100
Modified: glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff 2007-12-03 15:24:27 UTC (rev 2726)
+++ glibc-package/trunk/debian/patches/any/submitted-rfc3484-sortv4.diff 2007-12-06 20:50:47 UTC (rev 2727)
@@ -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 yes. Setting this option to
-+# no breaks conformance to RFC 3484.
++# section 6 in RFC 3484. The default is no, which 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 = 1;
++static int gaiconf_sortv4_flag = 0;
+
+/* Last modification time. */
+static struct timespec gaiconf_mtime;
Reply to: