From 64de2a731aa57729509ca8d16c9e3f117b746fd70dad01ade73ddc8347666f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Feb 2025 09:49:22 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main lksctp-tools revision 9eca970b16b82e8170e442534a6d3434 --- lksctp-tools-1.0.21.tar.gz | 3 +++ lksctp-tools.changes | 22 ++++++++++++++++++++++ lksctp-tools.spec | 7 ++++--- v1.0.19.tar.gz | 3 --- 4 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 lksctp-tools-1.0.21.tar.gz delete mode 100644 v1.0.19.tar.gz diff --git a/lksctp-tools-1.0.21.tar.gz b/lksctp-tools-1.0.21.tar.gz new file mode 100644 index 0000000..6246d20 --- /dev/null +++ b/lksctp-tools-1.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8738bf17ecffbbe2440a6e2ffaf1cbcebb633fc99d63d88761af35c02a571893 +size 569526 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index 2be2bac..9d0551b 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Sep 28 08:31:47 UTC 2024 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Thu Mar 23 13:04:53 UTC 2023 - Martin Liška diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 4bdb944..4877694 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -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 @@ transparent multi-homing, and multiple ordered streams of messages. %prep %setup -q +sed -i 's/\r$//' doc/rfc2960.txt %build autoreconf -fi diff --git a/v1.0.19.tar.gz b/v1.0.19.tar.gz deleted file mode 100644 index 127917d..0000000 --- a/v1.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01 -size 561962