OBS User unknown 2009-04-07 12:09:22 +00:00 committed by Git OBS Bridge
parent aaaf4d33f4
commit f5b2883bbb
5 changed files with 47 additions and 21 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcc97198517fa63a28c04d37bf6a25499b318abcf7f0dedc58034b461133ab78
size 532309

View File

@ -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>
/*

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48
size 542808

View File

@ -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

View File

@ -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)