Accepting request 157933 from security:netfilter
- Update to new upstream release 1.4.1 OBS-URL: https://build.opensuse.org/request/show/157933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=20
This commit is contained in:
commit
2982528a40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:036b032a5c4d180aad686df21399d74506b9b3d3000794eb13ac313482e24896
|
||||
size 512308
|
Binary file not shown.
3
conntrack-tools-1.4.1.tar.bz2
Normal file
3
conntrack-tools-1.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4b0f42a9e814e9f2c95bb5dbaa7bd02a418114e019d6fa85d6b22ff20c95b6a
|
||||
size 495439
|
BIN
conntrack-tools-1.4.1.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.4.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 19:59:14 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.4.1
|
||||
* conntrack: add support to dump the dying and unconfirmed list via
|
||||
ctnetlink
|
||||
* conntrackd: fix deadlock due to wrong nested signal blocking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 17:37:55 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package conntrack-tools
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: conntrack-tools
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Url: http://conntrack-tools.netfilter.org/
|
||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/conntrack-tools/
|
||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
||||
#DL-URL: http://netfilter.org/projects/conntrack-tools/files/
|
||||
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
||||
@ -36,14 +37,14 @@ BuildRequires: flex >= 2.5.33
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
%if 0%{?suse_version} >= 1140
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.2
|
||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.3
|
||||
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
|
||||
%else
|
||||
BuildRequires: libmnl-devel >= 1.0.0
|
||||
BuildRequires: libnetfilter_conntrack-devel >= 1.0.2
|
||||
BuildRequires: libnetfilter_conntrack-devel >= 1.0.3
|
||||
BuildRequires: libnetfilter_cthelper-devel >= 1.0.0
|
||||
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0
|
||||
BuildRequires: libnetfilter_queue-devel >= 1.0.2
|
||||
@ -65,9 +66,7 @@ enable highly available scenarios, and can be used as statistics
|
||||
collector as well.
|
||||
|
||||
%prep
|
||||
%if 0%{?gpg_verify:1}
|
||||
%gpg_verify %{S:2}
|
||||
%endif
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user