conntrack-tools 1.2.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/conntrack-tools?expand=0&rev=21
This commit is contained in:
parent
abf4cef820
commit
7d682cbc0e
@ -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.0.tar.bz2
Normal file
3
conntrack-tools-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7332b6fda82460bb4f07e93ce67e676b81a955d5738f3b67ca2f1063ddd4dc67
|
||||
size 475109
|
BIN
conntrack-tools-1.2.0.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.2.0.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.0
|
||||
* 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.0
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user