Accepting request 122514 from security:netfilter
- Update to new upstream release 1.2.1 * Add support for NAT expectations, synchronization of expectation class, helper names and expect functions. Filtering by mark is now allowed. OBS-URL: https://build.opensuse.org/request/show/122514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=13
This commit is contained in:
commit
0dc6688501
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e5769a17ed17e1e8886a1807af00acda4cceec996d194f0519d922e41655380
|
||||
size 444640
|
Binary file not shown.
3
conntrack-tools-1.2.1.tar.bz2
Normal file
3
conntrack-tools-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9131e073d6f4ed225a6bb9cdb281b88711f82ffca1382a58dcd5dc9e2581be3e
|
||||
size 475133
|
BIN
conntrack-tools-1.2.1.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.2.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 18:38:34 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.2.1
|
||||
* Add support for NAT expectations, synchronization of expectation
|
||||
class, helper names and expect functions. Filtering by mark is
|
||||
now allowed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 20:16:48 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -16,22 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: conntrack-tools
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Url: http://conntrack-tools.netfilter.org/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
||||
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: bison flex pkgconfig >= 0.23
|
||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 0.9.1
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex >= 2.5.33
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.1
|
||||
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
|
||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
|
||||
%description
|
||||
The conntrack-tools are a set of tools targeted at system
|
||||
@ -59,7 +62,7 @@ make %{?_smp_mflags}
|
||||
%doc AUTHORS TODO doc/stats/conntrackd.conf
|
||||
%_sbindir/conntrack
|
||||
%_sbindir/conntrackd
|
||||
%_mandir/man8/conntrack.8.gz
|
||||
%_mandir/man8/conntrackd.8.gz
|
||||
%_sbindir/nfct
|
||||
%_mandir/man8/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user