Accepting request 77301 from security:netfilter
- new upstream release 1.0.0 * SYN_SENT2 support for the command line tool conntrack (which was added in Linux kernel >= 2.6.31). * allow to listen to update and destroy expectation events (it requires a Linux kernel >= 2.6.37). * conntrack timestamping support with -o ktimestamp (this support requires the upcoming Linux 2.6.38). * one fix for conntrackd: two very consecutive commit invocations with option -c may result in the hang of the second commit invocation if the first commit did not finish yet. As a result the second commit invocation required a manual SIGTERM. - Remove redundant %clean section OBS-URL: https://build.opensuse.org/request/show/77301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=7
This commit is contained in:
parent
8538b30580
commit
827983b6a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad67b64c1d968943b6b98e360ca06a8cef4569a6e3a8d536121077defca7f420
|
||||
size 438469
|
3
conntrack-tools-1.0.0.tar.bz2
Normal file
3
conntrack-tools-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe36b044bb494d1810a6d73f0b4ccd25b6e81f72a2fc63c44da79ceebe4817b0
|
||||
size 440061
|
BIN
conntrack-tools-1.0.0.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 27 04:33:13 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- new upstream release 1.0.0
|
||||
* SYN_SENT2 support for the command line tool conntrack (which was
|
||||
added in Linux kernel >= 2.6.31).
|
||||
* allow to listen to update and destroy expectation events (it
|
||||
requires a Linux kernel >= 2.6.37).
|
||||
* conntrack timestamping support with -o ktimestamp (this support
|
||||
requires the upcoming Linux 2.6.38).
|
||||
* one fix for conntrackd: two very consecutive commit invocations
|
||||
with option -c may result in the hang of the second commit
|
||||
invocation if the first commit did not finish yet. As a result the
|
||||
second commit invocation required a manual SIGTERM.
|
||||
- Remove redundant %clean section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 19:47:42 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -19,50 +19,48 @@
|
||||
|
||||
|
||||
Name: conntrack-tools
|
||||
Version: 0.9.15
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
License: GNU GPL v2
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://conntrack-tools.netfilter.org/
|
||||
Source: http://www.netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: bison flex
|
||||
BuildRequires: libnetfilter_conntrack-devel >= 0.0.102
|
||||
BuildRequires: libnfnetlink-devel pkg-config
|
||||
URL: http://conntrack-tools.netfilter.org/
|
||||
Source: http://www.netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
||||
Source2: http://www.netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: bison, flex
|
||||
BuildRequires: libnetfilter_conntrack-devel >= 0.9.1
|
||||
BuildRequires: libnfnetlink-devel >= 1.0.0, pkg-config >= 0.19
|
||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||
|
||||
%description
|
||||
The conntrack-tools are a set of tools targeted at system
|
||||
administrators. They are conntrack, the userspace command line
|
||||
interface, and conntrackd, the userspace daemon. The tool conntrack
|
||||
provides a full featured interface that is intended to replace the
|
||||
old /proc/net/ip_conntrack interface. Using conntrack, you can view
|
||||
and manage the in-kernel connection tracking state table from
|
||||
userspace. On the other hand, conntrackd covers the specific aspects
|
||||
of stateful firewalls to enable highly available scenarios, and can
|
||||
be used as statistics collector as well.
|
||||
provides a full featured interface that has replaced the old procfs
|
||||
interface. Using conntrack, you can view and manage the in-kernel
|
||||
connection tracking state table from userspace. On the other hand,
|
||||
conntrackd covers the specific aspects of stateful firewalls to
|
||||
enable highly available scenarios, and can be used as statistics
|
||||
collector as well.
|
||||
|
||||
%define debug_package_requires %{name} = %{version}-%{release}
|
||||
%define debug_package_requires %name = %version-%release
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%__make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS TODO doc/stats/conntrackd.conf
|
||||
%{_sbindir}/conntrack
|
||||
%{_sbindir}/conntrackd
|
||||
%{_mandir}/man8/conntrack.8.gz
|
||||
%{_mandir}/man8/conntrackd.8.gz
|
||||
%_sbindir/conntrack
|
||||
%_sbindir/conntrackd
|
||||
%_mandir/man8/conntrack.8.gz
|
||||
%_mandir/man8/conntrackd.8.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user