This commit is contained in:
parent
aaaf4d33f4
commit
f5b2883bbb
3
lksctp-tools-1.0.10.tar.bz2
Normal file
3
lksctp-tools-1.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcc97198517fa63a28c04d37bf6a25499b318abcf7f0dedc58034b461133ab78
|
||||||
|
size 532309
|
@ -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 <malloc.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <netinet/sctp.h>
|
|
||||||
+#include <string.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
/*
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48
|
|
||||||
size 542808
|
|
@ -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
|
Mon Sep 1 14:03:38 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# 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
|
||||||
@ -20,13 +20,12 @@
|
|||||||
|
|
||||||
Name: lksctp-tools
|
Name: lksctp-tools
|
||||||
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
||||||
Version: 1.0.9
|
Version: 1.0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://lksctp.sourceforge.net
|
Url: http://lksctp.sourceforge.net
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
Patch0: lksctp-tools-%{version}-warnings.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -70,7 +69,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%version
|
%setup -q -n %name-%version
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
@ -113,13 +111,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 01 2008 meissner@suse.de
|
||||||
- upgraded to 1.0.9
|
- upgraded to 1.0.9
|
||||||
- adjusted to 2.6.26
|
- adjusted to 2.6.26
|
||||||
- Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft
|
- Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft
|
||||||
- lots of bugfixes
|
- lots of bugfixes
|
||||||
- disable shared libraries and .la files
|
- 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
|
- upgraded to 1.0.8
|
||||||
- added various new features
|
- added various new features
|
||||||
- adjusted to 2.6.24
|
- adjusted to 2.6.24
|
||||||
@ -135,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Dec 12 2005 okir@suse.de
|
* Mon Dec 12 2005 okir@suse.de
|
||||||
- Updated to latest upstream version (1.0.4)
|
- 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
|
- don't build as root
|
||||||
* Fri Jan 21 2005 okir@suse.de
|
* Fri Jan 21 2005 okir@suse.de
|
||||||
- Updated to latest upstream version (1.0.2)
|
- Updated to latest upstream version (1.0.2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user