[Pkg-voip-commits] r10206 - in /siproxd/trunk/debian: changelog patches/include-sys-time.patch patches/series

msp at alioth.debian.org msp at alioth.debian.org
Sun May 26 05:05:45 UTC 2013


Author: msp
Date: Sun May 26 05:05:43 2013
New Revision: 10206

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10206
Log:
Add include-sys-time.patch

Added:
    siproxd/trunk/debian/patches/include-sys-time.patch
Modified:
    siproxd/trunk/debian/changelog
    siproxd/trunk/debian/patches/series

Modified: siproxd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/changelog?rev=10206&op=diff
==============================================================================
--- siproxd/trunk/debian/changelog (original)
+++ siproxd/trunk/debian/changelog Sun May 26 05:05:43 2013
@@ -1,3 +1,9 @@
+siproxd (1:0.8.1-4) UNRELEASED; urgency=low
+
+  * Add include-sys-time.patch
+
+ -- Mark Purcell <msp at debian.org>  Sun, 26 May 2013 15:05:29 +1000
+
 siproxd (1:0.8.1-3) unstable; urgency=low
 
   * Fix "issues with debian packaging (conf and init)" (Closes: #658504)

Added: siproxd/trunk/debian/patches/include-sys-time.patch
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/patches/include-sys-time.patch?rev=10206&op=file
==============================================================================
--- siproxd/trunk/debian/patches/include-sys-time.patch (added)
+++ siproxd/trunk/debian/patches/include-sys-time.patch Sun May 26 05:05:43 2013
@@ -1,0 +1,14 @@
+Description: Fix error: storage size of ‘tz’ isn’t known
+
+Index: siproxd-0.8.1/src/dejitter.c
+===================================================================
+--- siproxd-0.8.1.orig/src/dejitter.c	2011-05-29 01:47:15.000000000 +1000
++++ siproxd-0.8.1/src/dejitter.c	2013-05-26 15:01:32.000000000 +1000
+@@ -24,6 +24,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <netinet/in.h>
+ 
+ #include <osipparser2/osip_parser.h>

Modified: siproxd/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/patches/series?rev=10206&op=diff
==============================================================================
--- siproxd/trunk/debian/patches/series (original)
+++ siproxd/trunk/debian/patches/series Sun May 26 05:05:43 2013
@@ -1,3 +1,4 @@
+include-sys-time.patch
 non-empty-dependency_libs-in-la-file.diff
 siproxd-libtool-2.4.patch
 debian-user-1.diff




More information about the Pkg-voip-commits mailing list