Jan Engelhardt 2012-07-31 12:17:37 +00:00 committed by Git OBS Bridge
parent e80ed6de79
commit 2a1f250c51
7 changed files with 11 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9131e073d6f4ed225a6bb9cdb281b88711f82ffca1382a58dcd5dc9e2581be3e
size 475133

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1da5f4c46094c252df5a167b28ecf2085dd73d1258316021d80612e5c9e332b
size 476888

Binary file not shown.

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: conntrack-tools
Version: 1.2.1
Version: 1.2.2
Release: 0
Url: http://conntrack-tools.netfilter.org/
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
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
Patch1: ct-null.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison
@ -58,7 +57,6 @@ collector as well.
%prep
%setup -q
%patch -P 1 -p1
%build
%configure --disable-static

View File

@ -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>