conntrack-tools-1.2.2
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/conntrack-tools?expand=0&rev=28
This commit is contained in:
parent
e80ed6de79
commit
2a1f250c51
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9131e073d6f4ed225a6bb9cdb281b88711f82ffca1382a58dcd5dc9e2581be3e
|
|
||||||
size 475133
|
|
Binary file not shown.
3
conntrack-tools-1.2.2.tar.bz2
Normal file
3
conntrack-tools-1.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1da5f4c46094c252df5a167b28ecf2085dd73d1258316021d80612e5c9e332b
|
||||||
|
size 476888
|
BIN
conntrack-tools-1.2.2.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.2.2.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 31 12:10:49 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.2.2
|
||||||
|
* conntrackd: commit operation has to be synchronous
|
||||||
|
* conntrackd: implement selective flushing for -t and -F commands
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 12:03:49 UTC 2012 - jengelh@inai.de
|
Thu May 31 12:03:49 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: conntrack-tools
|
Name: conntrack-tools
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://conntrack-tools.netfilter.org/
|
Url: http://conntrack-tools.netfilter.org/
|
||||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||||
@ -27,7 +27,6 @@ Group: Productivity/Networking/Security
|
|||||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
||||||
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
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
|
Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||||
Patch1: ct-null.diff
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -58,7 +57,6 @@ collector as well.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
25
ct-null.diff
25
ct-null.diff
@ -1,25 +0,0 @@
|
|||||||
|
|
||||||
[...]
|
|
||||||
CC parse.o
|
|
||||||
parse.c: In function 'msg2ct':
|
|
||||||
parse.c:258:34: error: 'NULL' undeclared (first use in this function)
|
|
||||||
parse.c:258:34: note: each undeclared identifier is reported only once for each function it appears in
|
|
||||||
parse.c: In function 'msg2exp':
|
|
||||||
parse.c:438:16: error: 'NULL' undeclared (first use in this function)
|
|
||||||
|
|
||||||
---
|
|
||||||
src/parse.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: conntrack-tools/src/parse.c
|
|
||||||
===================================================================
|
|
||||||
--- conntrack-tools.orig/src/parse.c
|
|
||||||
+++ conntrack-tools/src/parse.c
|
|
||||||
@@ -17,6 +17,7 @@
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
+#include <stdio.h>
|
|
||||||
#include "network.h"
|
|
||||||
|
|
||||||
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
|
|
Loading…
Reference in New Issue
Block a user