iptables branch, master, updated. v1.4.12.1-10-g891d579
Jan Engelhardt
netfilter-cvslog-bounces at lists.netfilter.org
Thu Sep 8 16:08:18 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "iptables".
The branch, master has been updated
via 891d5790b3f4caeed80f1449d280617c54df8837 (commit)
via 153c23d9b14285b24aae3e96da0b547dcc7ee051 (commit)
via f56b8a8bf4b1041cb875fd8439778f35276bdb30 (commit)
via 751da923262746bf8fd3195e178504fb18c37dc5 (commit)
via 9249ad37b2342eb48009e18f3982362e1018ea5a (commit)
via d4e72dc1c684c2f8361d87e6bde2902cd2ee8efb (commit)
from bf42cf92ea0c53e5470a20d62d00e5e83379f4d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 891d5790b3f4caeed80f1449d280617c54df8837
Merge: bf42cf92ea0c53e5470a20d62d00e5e83379f4d5 153c23d9b14285b24aae3e96da0b547dcc7ee051
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Thu Sep 8 16:07:16 2011 +0200
Merge branch 'stable'
commit 153c23d9b14285b24aae3e96da0b547dcc7ee051
Author: Tom Eastep <teastep at shorewall.net>
Date: Fri Sep 2 17:45:51 2011 -0700
libxt_CONNSECMARK: fix spacing in output
~# iptables -t mangle -A foo -j CONNSECMARK --save
~# iptables -t mangle -S
[...]
-A foo -j CONNSECMARK--save
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
commit f56b8a8bf4b1041cb875fd8439778f35276bdb30
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Sat Sep 3 14:27:55 2011 +0200
iptables: move kernel version find routing into libxtables
That way, the remaining unreferenced symbols that do appear in
libipt_DNAT and libipt_SNAT as part of the new check can be resolved,
and the ugly -rdynamic hack can finally be removed.
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
commit 751da923262746bf8fd3195e178504fb18c37dc5
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Sat Sep 3 14:11:53 2011 +0200
build: scan for unreferenced symbols
To be notified of occurrences where we are missing any libraries, run
some ldd checks post building.
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
commit 9249ad37b2342eb48009e18f3982362e1018ea5a
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Sat Sep 3 13:35:53 2011 +0200
libxt_RATEEST: link with -lm
$ ldd -r libxt_RATEEST.so
undefined symbol: log (./libxt_RATEEST.so)
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
commit d4e72dc1c684c2f8361d87e6bde2902cd2ee8efb
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Sat Sep 3 13:34:40 2011 +0200
libxt_statistic: link with -lm
$ ldd -r libxt_statistic.so
undefined symbol: lround (./libxt_statistic.so)
References: https://bugs.archlinux.org/task/25358
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 3 ++-
extensions/GNUmakefile.in | 17 +++++++++++++++--
extensions/libxt_CONNSECMARK.c | 2 +-
include/iptables.h | 8 --------
include/xtables.h.in | 8 ++++++++
iptables/Makefile.am | 10 +++++++---
iptables/iptables.c | 18 ------------------
iptables/xtables.c | 18 ++++++++++++++++++
8 files changed, 51 insertions(+), 33 deletions(-)
hooks/post-receive
--
iptables
More information about the netfilter-cvslog
mailing list