Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lksctp-tools for openSUSE:Factory checked in at 2024-09-30 15:34:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old) and /work/SRC/openSUSE:Factory/.lksctp-tools.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lksctp-tools" Mon Sep 30 15:34:31 2024 rev:30 rq:1204500 version:1.0.21 Changes: -------- --- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes 2023-04-06 15:55:48.220249011 +0200 +++ /work/SRC/openSUSE:Factory/.lksctp-tools.new.29891/lksctp-tools.changes 2024-09-30 15:34:40.598729543 +0200 @@ -1,0 +2,22 @@ +Sat Sep 28 08:31:47 UTC 2024 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.0.21 + App + * Close some opened sockets in sctp_darn and sctp_test + * Free host_s and serv_s in sctp_test and sctp_status + Test + * Call close on the correct sk in test_1_to_1_send + * Free the allocated buffers before return + * Replace malloc with test_malloc +- Update to version 1.0.20 + App + * Replace use of deprecated gethostbyname with getaddrinfo + * Check strdup return in append_addr + Lib + * Define cmsg array with correct size in sendv and recvv + * zero-initialize sinfo_assoc_id in sctp_rcvmsg + * Man page updates + Test + * Add a test case for RE_CONFIG and interleaving + +------------------------------------------------------------------- Old: ---- v1.0.19.tar.gz New: ---- lksctp-tools-1.0.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lksctp-tools.spec ++++++ --- /var/tmp/diff_new_pack.cWr9Yh/_old 2024-09-30 15:34:41.686774693 +0200 +++ /var/tmp/diff_new_pack.cWr9Yh/_new 2024-09-30 15:34:41.686774693 +0200 @@ -1,7 +1,7 @@ # # spec file for package lksctp-tools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: lksctp-tools -Version: 1.0.19 +Version: 1.0.21 Release: 0 Summary: Utilities for SCTP (Stream Control Transmission Protocol) License: LGPL-2.1-or-later Group: Productivity/Networking/Other URL: http://lksctp.sourceforge.net #Git-Clone: https://github.com/sctp/lksctp-tools -Source: https://github.com/sctp/lksctp-tools/archive/refs/tags/v%version.tar.gz +Source: https://github.com/sctp/lksctp-tools/archive/refs/tags/v%version.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: libtool %description @@ -51,6 +51,7 @@ %prep %setup -q +sed -i 's/\r$//' doc/rfc2960.txt %build autoreconf -fi