From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arkadiusz Miskiewicz Subject: Re: [ANNOUNCE]: Release of iptables-1.4.11 Date: Mon, 30 May 2011 11:05:29 +0200 Message-ID: <201105301105.30036.a.miskiewicz@gmail.com> References: <4DDE857E.40807@trash.net> <201105270952.44811.a.miskiewicz@gmail.com> <4DDF912A.5070003@netfilter.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: NetDev To: Pablo Neira Ayuso , Netfilter Development Mailinglist Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:32777 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753167Ab1E3JFf convert rfc822-to-8bit (ORCPT ); Mon, 30 May 2011 05:05:35 -0400 In-Reply-To: <4DDF912A.5070003@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Friday 27 of May 2011, Pablo Neira Ayuso wrote: > On 27/05/11 09:52, Arkadiusz Miskiewicz wrote: > > /usr/include/xtables.h:395:23: note: expected =E2=80=98const struct= option *=E2=80=99 but > > argument is of type =E2=80=98unsigned int *=E2=80=99 > > m_xt.c:312:30: error: too few arguments to function > > =E2=80=98xtables_merge_options=E2=80=99 /usr/include/xtables.h:395:= 23: note: declared > > here > > make[1]: *** [m_xt.so] B=C5=82=C4=85d 1 > > rm emp_ematch.lex.c emp_ematch.yacc.c >=20 > Backward compatibility was broken in the following iptables commit: >=20 > From 600f38db82548a683775fd89b6e136673e924097 Mon Sep 17 00:00:00 200= 1 > From: Jan Engelhardt > Date: Fri, 29 Oct 2010 18:57:42 +0200 > Subject: [PATCH] libxtables: change option precedence order to be int= uitive Another bug seems to be in Makefile.am for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-mu= lti"=20 "${DESTDIR}${bindir}/$$i"; done; for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi=20 "${DESTDIR}${sbindir}/$$i"; done; for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi=20 "${DESTDIR}${sbindir}/$$i"; done; These will point to nowhere since now there is xtables-multi only. --=20 Arkadiusz Mi=C5=9Bkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html