From: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>,
Netfilter Development Mailinglist
<netfilter-devel@vger.kernel.org>
Cc: NetDev <netdev@vger.kernel.org>
Subject: Re: [ANNOUNCE]: Release of iptables-1.4.11
Date: Mon, 30 May 2011 11:05:29 +0200 [thread overview]
Message-ID: <201105301105.30036.a.miskiewicz@gmail.com> (raw)
In-Reply-To: <4DDF912A.5070003@netfilter.org>
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 ‘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.c
>
> Backward compatibility was broken in the following iptables commit:
>
> From 600f38db82548a683775fd89b6e136673e924097 Mon Sep 17 00:00:00 2001
> From: Jan Engelhardt <jengelh@medozas.de>
> Date: Fri, 29 Oct 2010 18:57:42 +0200
> Subject: [PATCH] libxtables: change option precedence order to be intuitive
Another 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.
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
--
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
next prev parent reply other threads:[~2011-05-30 9:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-26 16:53 [ANNOUNCE]: Release of iptables-1.4.11 Patrick McHardy
2011-05-26 17:04 ` Patrick McHardy
2011-05-26 20:00 ` Lutz Jaenicke
2011-05-26 20:10 ` Jan Engelhardt
2011-05-27 7:58 ` Lutz Jaenicke
2011-05-27 8:32 ` Jan Engelhardt
2011-05-27 7:52 ` Arkadiusz Miskiewicz
2011-05-27 11:55 ` Pablo Neira Ayuso
2011-05-30 9:05 ` Arkadiusz Miskiewicz [this message]
2011-05-30 10:18 ` Jan Engelhardt
2011-05-26 18:28 ` Eric Dumazet
2011-05-26 20:16 ` Jan Engelhardt
2011-05-27 7:40 ` Maciej Żenczykowski
2011-06-07 5:24 ` iptables 1.4.11, cannot invert tcp flags Olaf
2011-06-07 14:06 ` Patrick McHardy
2011-06-07 21:22 ` Olaf
2011-06-07 21:29 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201105301105.30036.a.miskiewicz@gmail.com \
--to=a.miskiewicz@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).