Changelog for
lksctp-tools-1.0.19-30.1.x86_64.rpm :
* Thu Mar 23 2023 mliskaAATTsuse.cz- Enable LTO now (boo#1133097).
* Mon Aug 29 2022 jengelhAATTinai.de- Update to release 1.0.19
* Added support for sctp_peeloff_flags function
* Added macro definitions indicating which kernel features were detected during build
* Fixes ignored parameter on sctp_sendv
* Mon Mar 28 2022 mardnhAATTgmx.de- Update to version 1.0.17
* Build: add option to disable tests build
* sctp_test: fix hostname resolution
* man: remove sysctl listing from sctp.7
* Fix recieved->received typos
* Fix usage help for sctp_test
* test_1_to_1_accept_close: also expect EACCES when accept on an established socket
* lksctp-tools: make bind_test can do while disable IPV6
* libsctp: add pkg-config support
* autoconf: add m4 folder- Run spec-cleaner
* Tue Apr 23 2019 mliskaAATTsuse.cz- Disable LTO (boo#1133097).
* Sun Jan 11 2015 ledestAATTgmail.com- upgrade to 1.0.16
* code cleanups
* various sctp_status fixes
* avoid using file descriptor 0 to get ENOTSOCK
* various fixes
* fix build for prefixed architectures- remove patches:
* lksctp-fixes.patch
* Thu Aug 01 2013 andreas.stiegerAATTgmx.de- upgrade to 1.0.15
* withsctp: fix quoted command line arguments
* sctp_status: fix printstatus output
* do not returns an error if AM_SILENT_RULES does not exist- include changes from 1.0.14
* build: only use AM_CPPFLAGS instead of a mixture of AM_CFLAGS and AM_CPPFLAGS
* test_sctp_sendrecvmsg: fix bug in msg_flag passing
* build: fix out-of-tree build of withsctp.
* test_1_to_1_threads: fixup pthread hung by giving an array instead of a pointer
* test_1_to_1_threads: remove unused variable for t_recv and t_send
* sctp: Add new spinfo state values to enumeration
* build: Modernize autotools
* Sat Jan 26 2013 meissnerAATTsuse.com- upgraded to 1.0.13 (bugfixes) T:BUILD Use silent rules T:BUILD Fix build warnings all over the place T:APP Fix memory leak in sctp_xconnect T:TEST Fix deprecated values in test cases- lskctp-fixes.patch: implicit warning fix
* Mon Jan 21 2013 meissnerAATTsuse.com- upgraded to 1.0.12 T:API Add needed definitions for DTLS/SCTP. T:API Fix data corruption in sctp_send T:API Implement private SCTP_GET_ASSOC_STATS option to fetch addition association data. T:TEST Add more options to conformace test tool. T:APP Add HEARTBEAT command to sctp_darn T:API Obsolete interefaces have been removed T:API Suport for SCTP_SACK_IMMEDIATELY options T:API Support for non-blocking sctp-connectx
* Wed Jun 20 2012 meissnerAATTsuse.com- upgraded to 1.0.11 T:BUILD fix parallel build warning T:BUILD fix make distcheck for lksctp-tools T:BUILD fix compiler warnings in the libraray, apps and tests T:API Update the sctp.h header to match the kernel.
* Wed Feb 15 2012 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile
* Thu Nov 24 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Wed Dec 16 2009 jengelhAATTmedozas.de- enable parallel building
* Mon Apr 06 2009 meissnerAATTsuse.de- upgraded to 1.0.10 T:TEST Split the kernel frame test framework from lksctp-tools. The framework is very sensitive to all kernel changes, not just ones related to SCTP. As such, it has been a gating fractor to the releases of the new tools. T:APP New tool sctp_status to be used with SCTP conformance tests. http://networktest.sourceforge.net/ T:APP Add -T option to sctp_test T:APP Fix the -e option to sctp_darn T:LIB Fix building of static libraries. T:LIB Fix compile warning in addrs.c T:APP Update the application useage of sctp_connectx T:TEST Update the sctp_connectx() functional tests. T:API Update to the sctp_connectx(). Now takes additional argument. T:API Let sctp_recvmsg() honor passed in MSG_ flags K: See kernel change log for details. We\'ll track only tools changes here from now on.