Mailing List Archive

[ANNOUNCE]: Release of iptables-1.4.9
The netfilter coreteam presents:

iptables version 1.4.9

the iptables release for the 2.6.35 kernel. Changes include:

- support for the LED target, which hadn't been merged so far because
the kernel module had some bugs

- a new version of the set extension for the upcoming release supporting
IPv6

- negation support for the quota match

- support for the SACK-IMMEDIATELY SCTP extension and FORWARD_TSN
chunk type in the sctp match

- documentation updates and various smaller bugfixes

See the Changelog for more details.

Version 1.4.9 can be obtained from:

http://www.netfilter.org/projects/iptables/downloads.html
ftp://ftp.netfilter.org/pub/iptables/
git://git.netfilter.org/iptables.git

On behalf of the Netfilter Core Team.
Happy firewalling!
Re: [ANNOUNCE]: Release of iptables-1.4.9 [ In reply to ]
Am 03.08.2010 18:34, schrieb Gabor Z. Papp:
> * Patrick McHardy <kaber@trash.net>:
>
> | iptables version 1.4.9
>
> ...
> libiptc/.libs/libip4tc.a extensions/libext4.a ./.libs/libxtables.a -lm
> collect2: ld terminated with signal 11 [Segmentation fault]
> extensions/libext4.a(initext4.o): In function `init_extensions':
> /home/gzp/src/iptables-1.4.9/extensions/initext4.c:138: undefined reference to `libxt_TEE_init'
> make[2]: *** [iptables-multi] Error 1

Did you use a git checkout/patch against 1.4.8 or the tar.bz2?
In case its the former, try running make clean, sh autogen.sh and
sh configure again before the build.
Re: [ANNOUNCE]: Release of iptables-1.4.9 [ In reply to ]
Am 03.08.2010 20:09, schrieb Gabor Z. Papp:
> * Jan Engelhardt <jengelh@medozas.de>:
>
> | (BTW, with --disable-shared you remove the possibility to use any .so
> | files whatsoever. You can use --enable-static --enable-shared to get
> | both "all in one binary" and ".so support".)
>
> And how to force linking the binaries against the static libs?
>
> | The following changes since commit 371cea299f0b2eb100b9fc9fb99089640d2d606f:
>
> | xtables: remove unnecessary cast (2010-08-03 19:56:11 +0200)
>
> | are available in the git repository at:
> | git://dev.medozas.de/iptables master
>
> Fixed, compiled fine.

Thanks, I'll release a .1 with this patch tommorrow.
Re: [ANNOUNCE]: Release of iptables-1.4.9 [ In reply to ]
Am 03.08.2010 20:04, schrieb Jan Engelhardt:
> The following changes since commit 371cea299f0b2eb100b9fc9fb99089640d2d606f:
>
> xtables: remove unnecessary cast (2010-08-03 19:56:11 +0200)
>
> are available in the git repository at:
> git://dev.medozas.de/iptables master
>
> Jan Engelhardt (1):
> build: fix static linking
>
> extensions/libxt_IDLETIMER.c | 2 +-
> extensions/libxt_TEE.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> [.Actually there's also the "remove unnecessary cast" patch that is not
> included in this listing, but merging that should be ok.]

Pulled, thanks Jan.