Author: schizo
Date: 2010-04-22 19:56:10 +0000 (Thu, 22 Apr 2010)
New Revision: 4254
Added:
glibc-package/branches/eglibc-2.11/debian/patches/any/local-gai-rfc1918-scope-global.patch
Modified:
glibc-package/branches/eglibc-2.11/debian/changelog
glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
Add any/local-gai-rfc1918-scope-global.patch. closes: #468801.
Conflicts:
debian/changelog
Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog 2010-04-22 19:56:01 UTC
(rev 4253)
+++ glibc-package/branches/eglibc-2.11/debian/changelog 2010-04-22 19:56:10 UTC
(rev 4254)
@@ -84,7 +84,7 @@
-- Clint Adams <[email protected]> Sun, 28 Feb 2010 13:58:17 -0500
-eglibc (2.10.2-7) UNRELEASED; urgency=low
+eglibc (2.10.2-7) unstable; urgency=low
[ Samuel Thibault ]
* patches/hurd-i386/local-pthread.diff: Refresh patch.
@@ -119,11 +119,14 @@
[ Petr Salinger]
* kfreebsd/local-sysdeps.diff: update to revision 3034 (from glibc-bsd).
- * any/local-linuxthreads-stacksize.diff: New patch to restrict
+ * any/local-linuxthreads-stacksize.diff: New patch to restrict
max stack size in threads
- -- Aurelien Jarno <[email protected]> Sun, 28 Feb 2010 11:27:56 +0100
+ [ Clint Adams ]
+ * Add any/local-gai-rfc1918-scope-global.patch. closes: #468801.
+ -- Clint Adams <[email protected]> Thu, 22 Apr 2010 09:38:27 -0400
+
eglibc (2.10.2-6) unstable; urgency=low
[ Aurelien Jarno ]
Added:
glibc-package/branches/eglibc-2.11/debian/patches/any/local-gai-rfc1918-scope-global.patch
===================================================================
---
glibc-package/branches/eglibc-2.11/debian/patches/any/local-gai-rfc1918-scope-global.patch
(rev 0)
+++
glibc-package/branches/eglibc-2.11/debian/patches/any/local-gai-rfc1918-scope-global.patch
2010-04-22 19:56:10 UTC (rev 4254)
@@ -0,0 +1,23 @@
+--- a/sysdeps/posix/getaddrinfo.c
++++ b/sysdeps/posix/getaddrinfo.c
+@@ -1100,10 +1100,6 @@
+ /* Link-local addresses: scope 2. */
+ { { { 169, 254, 0, 0 } }, htonl_c (0xffff0000), 2 },
+ { { { 127, 0, 0, 0 } }, htonl_c (0xff000000), 2 },
+- /* Site-local addresses: scope 5. */
+- { { { 10, 0, 0, 0 } }, htonl_c (0xff000000), 5 },
+- { { { 172, 16, 0, 0 } }, htonl_c (0xfff00000), 5 },
+- { { { 192, 168, 0, 0 } }, htonl_c (0xffff0000), 5 },
+ /* Default: scope 14. */
+ { { { 0, 0, 0, 0 } }, htonl_c (0x00000000), 14 }
+ };
+--- a/posix/gai.conf
++++ b/posix/gai.conf
+@@ -62,7 +62,4 @@
+ #
+ #scopev4 ::ffff:169.254.0.0/112 2
+ #scopev4 ::ffff:127.0.0.0/104 2
+-#scopev4 ::ffff:10.0.0.0/104 5
+-#scopev4 ::ffff:172.16.0.0/108 5
+-#scopev4 ::ffff:192.168.0.0/112 5
+ #scopev4 ::ffff:0.0.0.0/96 14
Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series 2010-04-22
19:56:01 UTC (rev 4253)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series 2010-04-22
19:56:10 UTC (rev 4254)
@@ -230,3 +230,4 @@
any/submitted-stat-issock.diff
any/cvs-remove.diff
any/submitted-nptl-invalid-td.patch
+any/local-gai-rfc1918-scope-global.patch
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]