diff --git a/lksctp-tools-1.0.10.tar.bz2 b/lksctp-tools-1.0.10.tar.bz2 new file mode 100644 index 0000000..2ebd373 --- /dev/null +++ b/lksctp-tools-1.0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc97198517fa63a28c04d37bf6a25499b318abcf7f0dedc58034b461133ab78 +size 532309 diff --git a/lksctp-tools-1.0.9-warnings.patch b/lksctp-tools-1.0.9-warnings.patch deleted file mode 100644 index ddca6ed..0000000 --- a/lksctp-tools-1.0.9-warnings.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -pur lksctp-tools-1.0.4.orig/src/lib/addrs.c lksctp-tools-1.0.4/src/lib/addrs.c ---- lksctp-tools-1.0.4.orig/src/lib/addrs.c 2005-10-28 18:04:18.000000000 +0000 -+++ lksctp-tools-1.0.4/src/lib/addrs.c 2005-12-12 11:34:16.601449765 +0000 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include - - /* diff --git a/lksctp-tools-1.0.9.tar.bz2 b/lksctp-tools-1.0.9.tar.bz2 deleted file mode 100644 index 047184f..0000000 --- a/lksctp-tools-1.0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48 -size 542808 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index 88948af..355283e 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 6 17:47:21 CEST 2009 - meissner@suse.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. + ------------------------------------------------------------------- Mon Sep 1 14:03:38 CEST 2008 - meissner@suse.de diff --git a/lksctp-tools.spec b/lksctp-tools.spec index d3ba919..15fe0a7 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -1,7 +1,7 @@ # -# spec file for package lksctp-tools (Version 1.0.9) +# spec file for package lksctp-tools (Version 1.0.10) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,12 @@ Name: lksctp-tools Summary: Utilities for SCTP (Stream Control Transmission Protocol) -Version: 1.0.9 +Version: 1.0.10 Release: 1 License: LGPL v2.1 or later Group: Productivity/Networking/Other Url: http://lksctp.sourceforge.net Source0: %name-%version.tar.bz2 -Patch0: lksctp-tools-%{version}-warnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -70,7 +69,6 @@ Authors: %prep %setup -q -n %name-%version -%patch0 -p1 %build autoreconf --force --install @@ -113,13 +111,31 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Apr 06 2009 meissner@suse.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. * Mon Sep 01 2008 meissner@suse.de - upgraded to 1.0.9 - adjusted to 2.6.26 - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft - lots of bugfixes - disable shared libraries and .la files -* Tue Feb 26 2008 meissner@suse.de +* Mon Feb 25 2008 meissner@suse.de - upgraded to 1.0.8 - added various new features - adjusted to 2.6.24 @@ -135,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT - converted neededforbuild to BuildRequires * Mon Dec 12 2005 okir@suse.de - Updated to latest upstream version (1.0.4) -* Thu Nov 03 2005 dmueller@suse.de +* Wed Nov 02 2005 dmueller@suse.de - don't build as root * Fri Jan 21 2005 okir@suse.de - Updated to latest upstream version (1.0.2)