Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2014-10-05 20:31:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siproxd (Old)
 and      /work/SRC/openSUSE:Factory/.siproxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siproxd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2014-07-24 
01:21:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.siproxd.new/siproxd.changes     2014-10-05 
20:31:53.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 24 16:44:43 UTC 2014 - [email protected]
+
+- Added 0001-plugins_implicit_func_fix.patch to clear post-build-
+  check failure 
+
+-------------------------------------------------------------------

New:
----
  0001-plugins_implicit_func_fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.is5AuZ/_old  2014-10-05 20:31:54.000000000 +0200
+++ /var/tmp/diff_new_pack.is5AuZ/_new  2014-10-05 20:31:54.000000000 +0200
@@ -50,6 +50,8 @@
 Patch2:         siproxd.plugin_fix_bogus_via.c.patch
 #PATCH-FOR-UPSTREAM fdejitter-implicit-func-fix.patch - [email protected] 
fixes implicit functions definitions in dejitter.c by adding the neeed headers
 Patch3:         dejitter-implicit-func-fix.patch
+#PATCH-FOR-UPSTREAM 0001-plugins_implicit_func_fix.patch - 
[email protected] - fixes implicit functions definitiions in plugins.c by 
adding the needed headers (sf#/p/siproxd/bugs/58/)
+Patch4:         0001-plugins_implicit_func_fix.patch
 BuildRequires:  docbook-utils
 BuildRequires:  libltdl
 BuildRequires:  libosip2
@@ -90,6 +92,7 @@
 %patch1  
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 cp %{S:5} .
 
@@ -145,8 +148,8 @@
 %post -p  /sbin/ldconfig
 
 %pre
-%_sbindir/groupadd -r %{sipproxdgroup} 2> /dev/null || :
-%_sbindir/useradd -r -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_rundir}/%{name} %{siproxduser} 2> /dev/null || :
+%{_sbindir}/groupadd -r %{sipproxdgroup} 2> /dev/null || :
+%{_sbindir}/useradd -r -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_rundir}/%{name} %{siproxduser} 2> /dev/null || :
 
 %postun
 /sbin/ldconfig

++++++ 0001-plugins_implicit_func_fix.patch ++++++
From:  Shawn W Dunn <[email protected]>
Date:  2014-09-24 09:43:00 -0700
Subject:  Fix implicit declaration failure on plugins.c
References:  https://sourceforge.net/p/siproxd/bugs/58/
Upstream:  submitted

diff -rupN siproxd-0.8.1.old/src/plugins.c siproxd-0.8.1/src/plugins.c
--- siproxd-0.8.1.old/src/plugins.c     2011-05-28 08:47:15.000000000 -0700
+++ siproxd-0.8.1/src/plugins.c 2014-09-24 09:09:04.903460685 -0700
@@ -19,10 +19,14 @@
 */
 
 #include "config.h"
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
 
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <sys/socket.h>
 
 #include <osipparser2/osip_parser.h>
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to