Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2021-05-17 18:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dante (Old)
 and      /work/SRC/openSUSE:Factory/.dante.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dante"

Mon May 17 18:45:24 2021 rev:33 rq:893693 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dante/dante.changes      2018-10-22 
11:22:46.879189785 +0200
+++ /work/SRC/openSUSE:Factory/.dante.new.2988/dante.changes    2021-05-17 
18:45:54.920470708 +0200
@@ -1,0 +2,29 @@
+Sun May 16 11:13:29 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 1.4.3
+  * LDAP module functionality expanded with support for PAC and
+    LDAP based authentication.
+  * Changed child.maxrequests behavior to be an upper limit on
+    requests handled and added child.maxlifetime, which can be
+    used to specify the limit on how long child-processes will
+    receive new requests.
+  * Added Linux service specification file.
+  * Work around an issue where "logoutput: syslog" in the client
+    could create issues for the application being socksified.
+  * Added missing NULL argument check in Raccept().
+  * Fix an error case where the Dante mother process would never
+    terminate a request process that failed handling a client
+    due to resource shortage, leading the request process to hang
+    around idle forever.
+  * Will hopefully fix problem reported by ANON.
+  * Fix for server crash in builds with preloading disabled
+    (preloading is enabled by default).
+  * Fix for module related SIOCGIFHWADDR warning in obscure
+    situations.
+  * Removal of arbitrary interface limit in getifaddrs()
+    compatibility function.
+  * Some minor automated build/test related changes.
+  * Minor documentation fixes.
+- Update patch dante-1.4.1-gcc5-fixes.patch
+
+-------------------------------------------------------------------

Old:
----
  dante-1.4.2.tar.gz

New:
----
  dante-1.4.3.tar.gz

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

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.bdMvUU/_old  2021-05-17 18:45:55.560467992 +0200
+++ /var/tmp/diff_new_pack.bdMvUU/_new  2021-05-17 18:45:55.560467992 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dante
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libsocks0
 Name:           dante
-Version:        1.4.2
+Version:        1.4.3
 Release:        0
 Summary:        A SOCKSv4 and v5 client implementation
 License:        BSD-3-Clause
@@ -139,6 +139,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 rm Makefile* SPECS/Makefile*
+rm INSTALL
 
 %pre server
 %service_add_pre sockd.service
@@ -148,6 +149,7 @@
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
+
 %post server
 %service_add_post sockd.service
 

++++++ dante-1.4.1-gcc5-fixes.patch ++++++
--- /var/tmp/diff_new_pack.bdMvUU/_old  2021-05-17 18:45:55.612467772 +0200
+++ /var/tmp/diff_new_pack.bdMvUU/_new  2021-05-17 18:45:55.612467772 +0200
@@ -1,7 +1,7 @@
-Index: dante-1.4.1/lib/Rcompat.c
-===================================================================
---- dante-1.4.1.orig/lib/Rcompat.c
-+++ dante-1.4.1/lib/Rcompat.c
+diff --git a/lib/Rcompat.c b/lib/Rcompat.c
+index f03e125..fc79abe 100755
+--- a/lib/Rcompat.c
++++ b/lib/Rcompat.c
 @@ -44,6 +44,8 @@
  
  #include "common.h"
@@ -9,9 +9,9 @@
 +#include<stdio.h>
 +
  static const char rcsid[] =
- "$Id: Rcompat.c,v 1.89.4.2 2014/08/15 18:16:40 karls Exp $";
+ "$Id: Rcompat.c,v 1.89.4.2.6.2 2020/11/11 16:11:51 karls Exp $";
  
-@@ -509,7 +511,7 @@ Rgets(buf)
+@@ -513,7 +515,7 @@ Rgets(buf)
     slog(LOG_DEBUG, "%s: fd %d", function, d);
  
     if (!gssapi_isencrypted(d))

++++++ dante-1.4.2.tar.gz -> dante-1.4.3.tar.gz ++++++
++++ 29869 lines of diff (skipped)

Reply via email to