Re: [ANNOUNCE]: Release of iptables-1.4.11
From: Jan Engelhardt <hidden>
Date: 2011-05-30 10:18:42
Also in:
netfilter-devel
On Monday 2011-05-30 11:05, Arkadiusz Miskiewicz wrote:
On Friday 27 of May 2011, Pablo Neira Ayuso wrote:quoted
On 27/05/11 09:52, Arkadiusz Miskiewicz wrote:quoted
quoted
/usr/include/xtables.h:395:23: note: expected ‘const struct option *’ but argument is of type ‘unsigned int *’ m_xt.c:312:30: error: too few arguments to function ‘xtables_merge_options’ /usr/include/xtables.h:395:23: note: declared here make[1]: *** [m_xt.so] Błąd 1 rm emp_ematch.lex.c emp_ematch.yacc.cBackward compatibility was broken in the following iptables commit: From 600f38db82548a683775fd89b6e136673e924097 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt <redacted> Date: Fri, 29 Oct 2010 18:57:42 +0200 Subject: [PATCH] libxtables: change option precedence order to be intuitiveAnother bug seems to be in Makefile.am for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi" "${DESTDIR}${bindir}/$$i"; done; for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi "${DESTDIR}${sbindir}/$$i"; done; for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi "${DESTDIR}${sbindir}/$$i"; done; These will point to nowhere since now there is xtables-multi only.
Patch created yesterday already; now sent out. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html