lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 May 2011 11:05:29 +0200
From:	Arkadiusz Miskiewicz <a.miskiewicz@...il.com>
To:	Pablo Neira Ayuso <pablo@...filter.org>,
	Netfilter Development Mailinglist 
	<netfilter-devel@...r.kernel.org>
Cc:	NetDev <netdev@...r.kernel.org>
Subject: Re: [ANNOUNCE]: Release of iptables-1.4.11

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@...ozas.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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ