iptables branch, master, updated. v1.4.9-19-g0428e5a

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Fri Aug 6 15:22:16 CEST 2010


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  0428e5a6541c3f5eaaf683d8da9ea60c44eac4c7 (commit)
       via  371cea299f0b2eb100b9fc9fb99089640d2d606f (commit)
      from  a653f2936c56bfc541f13a7888484d5ae21c057a (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 0428e5a6541c3f5eaaf683d8da9ea60c44eac4c7
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Aug 3 19:58:38 2010 +0200

    build: fix static linking
    
    Gabor Z. Papp noted this link-time error when configuring with
    --enable-static:
    
    extensions/libext4.a(initext4.o): In function "init_extensions":
    extensions/initext4.c:144: undefined reference to "libxt_IDLETIMER_init"
    extensions/initext4.c:145: undefined reference to "libxt_TEE_init"
    
    Indeed, since the two modules did not use our special macro "_init"
    (which expands to libxt_foo_init), initext4.c could not find them by
    that name. Correct this.
    
    References: http://marc.info/?l=netfilter&m=128085480927924&w=2
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 371cea299f0b2eb100b9fc9fb99089640d2d606f
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Jul 25 23:36:17 2010 +0200

    xtables: remove unnecessary cast
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

-----------------------------------------------------------------------

Summary of changes:
 extensions/libxt_IDLETIMER.c |    2 +-
 extensions/libxt_TEE.c       |    2 +-
 xtables.c                    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
iptables



More information about the netfilter-cvslog mailing list