Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dante for openSUSE:Factory checked in at 2025-05-20 09:38:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dante (Old) and /work/SRC/openSUSE:Factory/.dante.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dante" Tue May 20 09:38:30 2025 rev:37 rq:1278330 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/dante/dante.changes 2024-06-18 22:53:28.941905622 +0200 +++ /work/SRC/openSUSE:Factory/.dante.new.30101/dante.changes 2025-05-20 09:40:16.343194712 +0200 @@ -1,0 +2,17 @@ +Sun May 18 18:54:29 MSK 2025 - Mark Nefedov <mark_nefe...@icloud.com> + +- Update to version 1.4.4 + * Fix potential security issue CVE-2024-54662, related to "socksmethod" + use in client/hostid-rules. + Reported by Igor Medovolkin (igor.aka.i...@gmail.com.example.com) + * Add a missing call to setgroups(2). + Reported by Leo <de...@gmx.de.example.com> + * Patch to fix compilation with libminiupnp 2.2.8. + From Emily <he...@emily.moe.example.com> + * Client connectchild optimizations. + * Client SIGIO handling improvements. + * Various configure/build fixes. + * Updated to support TCP_EXP1 version of TCP hostid format. +- Update patch dante-1.4.1-gcc5-fixes.patch + +------------------------------------------------------------------- Old: ---- dante-1.4.3.tar.gz New: ---- dante-1.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dante.spec ++++++ --- /var/tmp/diff_new_pack.00zivV/_old 2025-05-20 09:40:16.963221113 +0200 +++ /var/tmp/diff_new_pack.00zivV/_new 2025-05-20 09:40:16.963221113 +0200 @@ -1,7 +1,7 @@ # # spec file for package dante # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 1.4.4 Release: 0 Summary: A SOCKSv4 and v5 client implementation License: BSD-3-Clause ++++++ dante-1.4.1-gcc5-fixes.patch ++++++ --- /var/tmp/diff_new_pack.00zivV/_old 2025-05-20 09:40:17.011223157 +0200 +++ /var/tmp/diff_new_pack.00zivV/_new 2025-05-20 09:40:17.015223328 +0200 @@ -1,5 +1,5 @@ diff --git a/lib/Rcompat.c b/lib/Rcompat.c -index f03e125..fc79abe 100755 +index e13d365..0788b5f 100755 --- a/lib/Rcompat.c +++ b/lib/Rcompat.c @@ -44,6 +44,8 @@ @@ -9,7 +9,7 @@ +#include<stdio.h> + static const char rcsid[] = - "$Id: Rcompat.c,v 1.89.4.2.6.2 2020/11/11 16:11:51 karls Exp $"; + "$Id: Rcompat.c,v 1.89.4.2.6.2.4.1 2024/11/21 10:22:42 michaels Exp $"; @@ -513,7 +515,7 @@ Rgets(buf) slog(LOG_DEBUG, "%s: fd %d", function, d); ++++++ dante-1.4.3.tar.gz -> dante-1.4.4.tar.gz ++++++ ++++ 31077 lines of diff (skipped)