[Pkg-voip-commits] r9544 - in /libexosip2/trunk/debian: changelog patches/ patches/series patches/variable.diff

msp at alioth.debian.org msp at alioth.debian.org
Sun Feb 26 10:48:38 UTC 2012


Author: msp
Date: Sun Feb 26 10:48:37 2012
New Revision: 9544

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9544
Log:
* Added variable.diff patch from pinotree - thks
  - Fixes libexosip2: FTBFS on hurd-i386: (Closes: #661321)

Added:
    libexosip2/trunk/debian/patches/
    libexosip2/trunk/debian/patches/series
    libexosip2/trunk/debian/patches/variable.diff
Modified:
    libexosip2/trunk/debian/changelog

Modified: libexosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/changelog?rev=9544&op=diff
==============================================================================
--- libexosip2/trunk/debian/changelog (original)
+++ libexosip2/trunk/debian/changelog Sun Feb 26 10:48:37 2012
@@ -1,3 +1,10 @@
+libexosip2 (3.6.0-3) unstable; urgency=low
+
+  * Added variable.diff patch from pinotree - thks
+    - Fixes libexosip2: FTBFS on hurd-i386: (Closes: #661321)
+
+ -- Mark Purcell <msp at debian.org>  Sun, 26 Feb 2012 21:37:34 +1100
+
 libexosip2 (3.6.0-2) unstable; urgency=low
 
   * Upload to unstable - debian-release endorsed

Added: libexosip2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/patches/series?rev=9544&op=file
==============================================================================
--- libexosip2/trunk/debian/patches/series (added)
+++ libexosip2/trunk/debian/patches/series Sun Feb 26 10:48:37 2012
@@ -1,0 +1,1 @@
+variable.diff

Added: libexosip2/trunk/debian/patches/variable.diff
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/patches/variable.diff?rev=9544&op=file
==============================================================================
--- libexosip2/trunk/debian/patches/variable.diff (added)
+++ libexosip2/trunk/debian/patches/variable.diff Sun Feb 26 10:48:37 2012
@@ -1,0 +1,11 @@
+--- a/src/eXtl_udp.c
++++ b/src/eXtl_udp.c
+@@ -178,7 +178,7 @@
+ 		res = setsockopt(udp_socket, IPPROTO_IPV6, IPV6_TCLASS,
+ 			(SOCKET_OPTION_VALUE)&tos, sizeof(tos));
+ #else
+-		retval = setsockopt(udp_socket, IPPROTO_IPV6, IP_TOS,
++		res = setsockopt(udp_socket, IPPROTO_IPV6, IP_TOS,
+ 			(SOCKET_OPTION_VALUE)&tos, sizeof(tos));
+ #endif
+ 	}




More information about the Pkg-voip-commits mailing list