From: Pablo Neira Ayuso <pablo@netfilter.org> Date: 2012-05-26 18:06:57
Hi!
The Netfilter project proudly presents:
conntrack-tools 1.2.0
This release is a major milestone that includes support for
expectation synchronization and the new nfct utility that, by now,
only supports the new cttimeout infrastructure.
See ChangeLog that comes attached to this email for more details.
You can download it from:
http://www.netfilter.org/projects/conntrack-tools/downloads.html
ftp://ftp.netfilter.org/pub/conntrack-tools/
Have fun!
From: Jan Engelhardt <hidden> Date: 2012-05-26 19:02:42
Despite requiring libnetfilter_cttimeout >= 1.0.0, it did not
use the new API.
nfct-extensions/timeout.c: In function 'nfct_timeout_cb':
nfct-extensions/timeout.c:99:2: error: too few arguments to function
'nfct_timeout_snprintf'
In file included from nfct-extensions/timeout.c:26:0:
/usr/include/libnetfilter_cttimeout-1.0.0/libnetfilter_cttimeout/
libnetfilter_cttimeout.h:114:5: note: declared here
114: int nfct_timeout_snprintf(char *buf, size_t size,
const struct nfct_timeout *, unsigned int type, unsigned int flags);
Signed-off-by: Jan Engelhardt <redacted>
---
src/nfct-extensions/timeout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: Jan Engelhardt <hidden> Date: 2012-05-26 19:02:42
The following changes since commit 318756cd4df1cb7760bf32d3e1d3756c41d1858b:
add README.nfct (2012-05-26 18:04:11 +0200)
are available in the git repository at:
git://git.inai.de/conntrack-tools master
Jan Engelhardt (2):
nfct-extensions/timeout: adjust for changed nfct_timeout_snprintf API
Update .gitignore
.gitignore | 1 +
src/.gitignore | 1 +
src/nfct-extensions/timeout.c | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
From: Pablo Neira Ayuso <pablo@netfilter.org> Date: 2012-05-26 20:21:12
On Sat, May 26, 2012 at 09:02:34PM +0200, Jan Engelhardt wrote:
Despite requiring libnetfilter_cttimeout >= 1.0.0, it did not
use the new API.
nfct-extensions/timeout.c: In function 'nfct_timeout_cb':
nfct-extensions/timeout.c:99:2: error: too few arguments to function
'nfct_timeout_snprintf'
In file included from nfct-extensions/timeout.c:26:0:
/usr/include/libnetfilter_cttimeout-1.0.0/libnetfilter_cttimeout/
libnetfilter_cttimeout.h:114:5: note: declared here
114: int nfct_timeout_snprintf(char *buf, size_t size,
const struct nfct_timeout *, unsigned int type, unsigned int flags);
We noticed at the same time.
It's fixed now, and conntrack-tools 1.2.1 is out. Thanks!
remove me from this list and your lists
Sent via BlackBerry from T-Mobile
-----Original Message-----
From: Pablo Neira Ayuso <pablo@netfilter.org>
Sender: netfilter-announce-bounces@lists.netfilter.org
Date: Sat, 26 May 2012 22:21:05
To: Jan Engelhardt<redacted>
Cc: <redacted>; <redacted>; <redacted>; <redacted>
Subject: Re: [PATCH 1/2] nfct-extensions/timeout: adjust for changed
nfct_timeout_snprintf API
On Sat, May 26, 2012 at 09:02:34PM +0200, Jan Engelhardt wrote:
Despite requiring libnetfilter_cttimeout >= 1.0.0, it did not
use the new API.
nfct-extensions/timeout.c: In function 'nfct_timeout_cb':
nfct-extensions/timeout.c:99:2: error: too few arguments to function
'nfct_timeout_snprintf'
In file included from nfct-extensions/timeout.c:26:0:
/usr/include/libnetfilter_cttimeout-1.0.0/libnetfilter_cttimeout/
libnetfilter_cttimeout.h:114:5: note: declared here
114: int nfct_timeout_snprintf(char *buf, size_t size,
const struct nfct_timeout *, unsigned int type, unsigned int flags);
We noticed at the same time.
It's fixed now, and conntrack-tools 1.2.1 is out. Thanks!