Author: aurel32
Date: 2015-10-20 22:33:38 +0000 (Tue, 20 Oct 2015)
New Revision: 6668

Added:
   
glibc-package/branches/glibc-2.21/debian/patches/any/cvs-rfc3542-advanced-api.diff
Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/series
Log:
patches/any/cvs-rfc3542-advanced-api.diff: new patch from usptream to
add missing Advanced API (RFC3542) (1) defines.  Closes: #753909.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog  2015-10-20 22:16:53 UTC 
(rev 6667)
+++ glibc-package/branches/glibc-2.21/debian/changelog  2015-10-20 22:33:38 UTC 
(rev 6668)
@@ -19,6 +19,8 @@
     - Define SOCK_CLOEXEC and SOCK_NONBLOCK.
     - Wire-up accept4.  Closes: #722885.
   * patches/kfreebsd/local-nscd-no-sockcloexec.diff: Drop.
+  * patches/any/cvs-rfc3542-advanced-api.diff: new patch from usptream to
+    add missing Advanced API (RFC3542) (1) defines.  Closes: #753909.
 
  -- Aurelien Jarno <[email protected]>  Mon, 19 Oct 2015 07:05:23 +0200
 

Added: 
glibc-package/branches/glibc-2.21/debian/patches/any/cvs-rfc3542-advanced-api.diff
===================================================================
--- 
glibc-package/branches/glibc-2.21/debian/patches/any/cvs-rfc3542-advanced-api.diff
                          (rev 0)
+++ 
glibc-package/branches/glibc-2.21/debian/patches/any/cvs-rfc3542-advanced-api.diff
  2015-10-20 22:33:38 UTC (rev 6668)
@@ -0,0 +1,28 @@
+2015-07-08  Carlos O'Donell  <[email protected]>
+
+       [BZ #18643]
+       * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
+       IPV6_PATHMTU, and IPV6_DONTFRAG.
+
+--- a/sysdeps/unix/sysv/linux/bits/in.h
++++ b/sysdeps/unix/sysv/linux/bits/in.h
+@@ -184,6 +184,7 @@ struct in_pktinfo
+ #define IPV6_IPSEC_POLICY     34
+ #define IPV6_XFRM_POLICY      35
+ 
++/* Advanced API (RFC3542) (1).  */
+ #define IPV6_RECVPKTINFO      49
+ #define IPV6_PKTINFO          50
+ #define IPV6_RECVHOPLIMIT     51
+@@ -195,7 +196,11 @@ struct in_pktinfo
+ #define IPV6_RTHDR            57
+ #define IPV6_RECVDSTOPTS      58
+ #define IPV6_DSTOPTS          59
++#define IPV6_RECVPATHMTU      60
++#define IPV6_PATHMTU          61
++#define IPV6_DONTFRAG         62
+ 
++/* Advanced API (RFC3542) (2).  */
+ #define IPV6_RECVTCLASS               66
+ #define IPV6_TCLASS           67
+ 

Modified: glibc-package/branches/glibc-2.21/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/series     2015-10-20 
22:16:53 UTC (rev 6667)
+++ glibc-package/branches/glibc-2.21/debian/patches/series     2015-10-20 
22:33:38 UTC (rev 6668)
@@ -271,3 +271,4 @@
 any/cvs-ld_pointer_guard.diff
 any/cvs-mangle-tls_dtor_list.diff
 any/cvs-tls-dtv.diff
+any/cvs-rfc3542-advanced-api.diff

Reply via email to