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

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



Author: aurel32
Date: 2007-04-20 16:58:53 +0000 (Fri, 20 Apr 2007)
New Revision: 2102

Added:
   glibc-package/trunk/debian/patches/any/cvs-bits_in_h-ipv6.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/cvs-bits_in_h-ipv6.diff: new patch from CVS (defines
    IPV6_V6ONLY in bits/in.h).  Closes: #420188.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-20 16:50:14 UTC (rev 2101)
+++ glibc-package/trunk/debian/changelog	2007-04-20 16:58:53 UTC (rev 2102)
@@ -10,11 +10,11 @@
     inclusion guard in sysdeps/mips/ldsodefs.h) from CVS.
   * patches/any/cvs-printf_fp-c.diff: update patch from CVS (fix exponent
     -4 special case handling when wcp == wstartp + 1).  Closes: #419225.
+  * patches/any/cvs-bits_in_h-ipv6.diff: new patch from CVS (defines
+    IPV6_V6ONLY in bits/in.h).  Closes: #420188.
 
- 
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 20 Apr 2007 18:57:55 +0200
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 20 Apr 2007 18:49:30 +0200
-
 glibc (2.5-3) unstable; urgency=low
 
   [ Pierre Habouzit ]

Added: glibc-package/trunk/debian/patches/any/cvs-bits_in_h-ipv6.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-bits_in_h-ipv6.diff	2007-04-20 16:50:14 UTC (rev 2101)
+++ glibc-package/trunk/debian/patches/any/cvs-bits_in_h-ipv6.diff	2007-04-20 16:58:53 UTC (rev 2102)
@@ -0,0 +1,34 @@
+2007-04-19  Andreas Jaeger  <aj@suse.de>
+
+	[BZ #3905]
+	* bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
+	IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
+	Added.
+
+===================================================================
+RCS file: /cvs/glibc/libc/bits/in.h,v
+retrieving revision 1.8
+retrieving revision 1.9
+diff -u -r1.8 -r1.9
+--- libc/bits/in.h	2004/08/10 22:05:17	1.8
++++ libc/bits/in.h	2007/04/20 16:02:16	1.9
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 1997, 2000, 2004 Free Software Foundation, Inc.
++/* Copyright (C) 1997, 2000, 2004, 2007 Free Software Foundation, Inc.
+    This file is part of the GNU C Library.
+ 
+    The GNU C Library is free software; you can redistribute it and/or
+@@ -68,6 +68,13 @@
+ #define IPV6_MULTICAST_LOOP	19
+ #define IPV6_JOIN_GROUP		20
+ #define IPV6_LEAVE_GROUP	21
++#define IPV6_ROUTER_ALERT      22
++#define IPV6_MTU_DISCOVER      23
++#define IPV6_MTU               24
++#define IPV6_RECVERR           25
++#define IPV6_V6ONLY            26
++#define IPV6_JOIN_ANYCAST      27
++#define IPV6_LEAVE_ANYCAST     28
+ 
+ /* Obsolete synonyms for the above.  */
+ #define IPV6_ADD_MEMBERSHIP	IPV6_JOIN_GROUP


Property changes on: glibc-package/trunk/debian/patches/any/cvs-bits_in_h-ipv6.diff
___________________________________________________________________
Name: svn:executable
   + *

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-04-20 16:50:14 UTC (rev 2101)
+++ glibc-package/trunk/debian/patches/series	2007-04-20 16:58:53 UTC (rev 2102)
@@ -100,6 +100,7 @@
 any/cvs-pow.diff -p1
 any/cvs-printf_fp-c.diff -p1
 any/cvs-ftw-c.diff -p1
+any/cvs-bits_in_h-ipv6.diff -p1
 any/cvs-itoa-c.diff -p1
 any/cvs-lt-update.diff -p0
 any/cvs-zdump-64-bit.diff -p1



Reply to: