diff --git a/conntrack-tools-0.9.15.tar.bz2 b/conntrack-tools-0.9.15.tar.bz2 deleted file mode 100644 index 8d0e1ba..0000000 --- a/conntrack-tools-0.9.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad67b64c1d968943b6b98e360ca06a8cef4569a6e3a8d536121077defca7f420 -size 438469 diff --git a/conntrack-tools-1.0.0.tar.bz2 b/conntrack-tools-1.0.0.tar.bz2 new file mode 100644 index 0000000..8835a33 --- /dev/null +++ b/conntrack-tools-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe36b044bb494d1810a6d73f0b4ccd25b6e81f72a2fc63c44da79ceebe4817b0 +size 440061 diff --git a/conntrack-tools-1.0.0.tar.bz2.sig b/conntrack-tools-1.0.0.tar.bz2.sig new file mode 100644 index 0000000..6590329 Binary files /dev/null and b/conntrack-tools-1.0.0.tar.bz2.sig differ diff --git a/conntrack-tools.changes b/conntrack-tools.changes index 5137197..e5dbb04 100644 --- a/conntrack-tools.changes +++ b/conntrack-tools.changes @@ -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 diff --git a/conntrack-tools.spec b/conntrack-tools.spec index 4f9fe76..823e627 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -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