diff --git a/lksctp-tools-1.0.17.tar.gz b/lksctp-tools-1.0.17.tar.gz deleted file mode 100644 index 245265f..0000000 --- a/lksctp-tools-1.0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15 -size 795762 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index 8377251..bfcb3cc 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 29 10:16:23 UTC 2022 - Jan Engelhardt + +- 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 10:26:08 UTC 2022 - Martin Hauke diff --git a/lksctp-tools.spec b/lksctp-tools.spec index df9d56e..c9b38fa 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -17,13 +17,14 @@ Name: lksctp-tools -Version: 1.0.17 +Version: 1.0.19 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 -Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz +#Git-Clone: https://github.com/sctp/lksctp-tools +Source: https://github.com/sctp/lksctp-tools/archive/refs/tags/v%version.tar.gz BuildRequires: libtool %description @@ -37,7 +38,7 @@ transparent multihoming, and multiple ordered streams of messages. %package devel Summary: Development files for SCTP (Stream Control Transmission Protocol) Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Requires: glibc-devel %description devel @@ -53,6 +54,7 @@ transparent multi-homing, and multiple ordered streams of messages. %build %define _lto_cflags %{nil} +autoreconf -fi %configure --prefix=%{_prefix} \ --enable-shared \ --disable-static diff --git a/v1.0.19.tar.gz b/v1.0.19.tar.gz new file mode 100644 index 0000000..127917d --- /dev/null +++ b/v1.0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01 +size 561962