Sync from SUSE:SLFO:Main lksctp-tools revision 9eca970b16b82e8170e442534a6d3434
This commit is contained in:
parent
96f922f2ce
commit
64de2a731a
BIN
lksctp-tools-1.0.21.tar.gz
(Stored with Git LFS)
Normal file
BIN
lksctp-tools-1.0.21.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 08:31:47 UTC 2024 - Martin Hauke <mardnh@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 23 13:04:53 UTC 2023 - Martin Liška <mliska@suse.cz>
|
Thu Mar 23 13:04:53 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lksctp-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lksctp-tools
|
Name: lksctp-tools
|
||||||
Version: 1.0.19
|
Version: 1.0.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
URL: http://lksctp.sourceforge.net
|
URL: http://lksctp.sourceforge.net
|
||||||
#Git-Clone: https://github.com/sctp/lksctp-tools
|
#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
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,6 +51,7 @@ transparent multi-homing, and multiple ordered streams of messages.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i 's/\r$//' doc/rfc2960.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
BIN
v1.0.19.tar.gz
(Stored with Git LFS)
BIN
v1.0.19.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user