Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2015-05-20 23:45:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dante (Old)
 and      /work/SRC/openSUSE:Factory/.dante.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dante"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dante/dante.changes      2015-05-07 
09:21:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2015-05-20 
23:45:53.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 11 21:46:41 UTC 2015 - [email protected]
+
+- add dante-1.4.1-gcc5-fixes.patch
+
+-------------------------------------------------------------------

New:
----
  dante-1.4.1-gcc5-fixes.patch

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

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.V0J1Lg/_old  2015-05-20 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.V0J1Lg/_new  2015-05-20 23:45:54.000000000 +0200
@@ -32,6 +32,7 @@
 Patch3:         dante-1.4.0-socksify_man_format.patch
 Patch4:         dante-1.4.0-glibc-2.17.patch
 Patch5:         dante-1.4.0-sendbuf_macro.patch
+Patch6:         dante-1.4.1-gcc5-fixes.patch
 BuildRequires:  autoconf >= 2.61
 BuildRequires:  automake
 BuildRequires:  bison
@@ -42,10 +43,10 @@
 BuildRequires:  pam-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcpd-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} != 1315
 BuildRequires:  libminiupnpc-devel
 %endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Dante is a free implementation of the following proxy protocols: socks
@@ -96,6 +97,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname "libc.so.*"`

++++++ dante-1.4.0-sendbuf_macro.patch ++++++
--- /var/tmp/diff_new_pack.V0J1Lg/_old  2015-05-20 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.V0J1Lg/_new  2015-05-20 23:45:54.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- dante-1.4.1.orig/libscompat.m4
 +++ dante-1.4.1/libscompat.m4
-@@ -374,7 +374,7 @@ main(void)
+@@ -345,7 +345,7 @@ main(void)
  
        return 0;
  }], [AC_MSG_RESULT(yes)

++++++ dante-1.4.1-gcc5-fixes.patch ++++++
Index: dante-1.4.1/lib/Rcompat.c
===================================================================
--- dante-1.4.1.orig/lib/Rcompat.c
+++ dante-1.4.1/lib/Rcompat.c
@@ -44,6 +44,8 @@
 
 #include "common.h"
 
+#include<stdio.h>
+
 static const char rcsid[] =
 "$Id: Rcompat.c,v 1.89.4.2 2014/08/15 18:16:40 karls Exp $";
 
@@ -509,7 +511,7 @@ Rgets(buf)
    slog(LOG_DEBUG, "%s: fd %d", function, d);
 
    if (!gssapi_isencrypted(d))
-      return gets(buf);
+      return fgets(buf, INT_MAX, stdin);
 
    i = 0;
    while (Rread(d, buf + i, 1) == 1 && buf[i] != '\n')

Reply via email to