libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.0-40-gf1456fa

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Jan 6 03:25:57 CET 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 "libnetfilter_conntrack".

The branch, master has been updated
       via  f1456fa807f20bf8dd73ab3ae3312c2e8187f89f (commit)
       via  6d495ef76ec6b2d7925d3018ce6e19e41ed4be9f (commit)
       via  51f05a93f06a057a604b3d1932c72d6af5f6d0bb (commit)
       via  10618ff18f94145075ee2c1702ae783cf7e4564c (commit)
      from  e6ba25eb57957e6634d5e7cec539b1d6e4204b27 (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 f1456fa807f20bf8dd73ab3ae3312c2e8187f89f
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Dec 30 22:54:57 2010 +0100

    qa: resolve compiler warnings
    
    -Wall flags this:
    
    make  test_api test_filter
    make[1]: Entering directory `/home/jengelh/code/libnetfilter_conntrack/qa'
      CC     test_api.o
    test_api.c:16:8: warning: return type defaults to "int"
    test_api.c: In function "eval_sigterm":
    test_api.c:23:18: warning: too many arguments for format
    test_api.c: In function "main":
    test_api.c:55:2: warning: implicit declaration of function "fork"
    test_api.c:34:22: warning: unused variable "h"
    test_api.c:102:1: warning: control reaches end of non-void function
    test_api.c: In function "eval_sigterm":
    test_api.c:29:1: warning: control reaches end of non-void function
      CCLD   test_api
      CC     test_filter.o
    test_filter.c: In function "main":
    test_filter.c:58:4: warning: implicit declaration of function "inet_addr"
    test_filter.c:74:2: warning: implicit declaration of function "strerror"
    test_filter.c:74:2: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    test_filter.c:75:1: warning: control reaches end of non-void function
      CCLD   test_filter
    
    make[1]: Leaving directory `/home/jengelh/code/libnetfilter_conntrack/qa'
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 6d495ef76ec6b2d7925d3018ce6e19e41ed4be9f
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Dec 30 22:50:35 2010 +0100

    utils: resolve compiler warnings
    
    The addition of -Wall flagged some legitimate warnings:
    
    make  expect_dump expect_create expect_get expect_delete expect_flush expect_events expect_create_userspace conntrack_create conntrack_dump conntrack_update conntrack_delete conntrack_flush conntrack_create_nat conntrack_get conntrack_events conntrack_master conntrack_filter conntrack_grp_create ctexp_events
    make[1]: Entering directory `/home/jengelh/code/libnetfilter_conntrack/utils'
      CC     expect_dump.o
    expect_dump.c: In function "main":
    expect_dump.c:36:3: warning: implicit declaration of function "strerror"
    expect_dump.c:36:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_dump
      CC     expect_create.o
    expect_create.c: In function "main":
    expect_create.c:31:2: warning: implicit declaration of function "inet_addr"
    expect_create.c:54:3: warning: implicit declaration of function "strerror"
    expect_create.c:54:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    expect_create.c:117:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_create
      CC     expect_get.o
    expect_get.c: In function "main":
    expect_get.c:33:2: warning: implicit declaration of function "inet_addr"
    expect_get.c:59:3: warning: implicit declaration of function "strerror"
    expect_get.c:59:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_get
      CC     expect_delete.o
    expect_delete.c: In function "main":
    expect_delete.c:21:2: warning: implicit declaration of function "inet_addr"
    expect_delete.c:46:3: warning: implicit declaration of function "strerror"
    expect_delete.c:46:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_delete
      CC     expect_flush.o
    expect_flush.c: In function "main":
    expect_flush.c:23:3: warning: implicit declaration of function "strerror"
    expect_flush.c:23:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_flush
      CC     expect_events.o
    expect_events.c: In function "main":
    expect_events.c:44:3: warning: implicit declaration of function "strerror"
    expect_events.c:44:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_events
      CC     expect_create_userspace.o
    expect_create_userspace.c: In function "main":
    expect_create_userspace.c:31:2: warning: implicit declaration of function "inet_addr"
    expect_create_userspace.c:58:3: warning: implicit declaration of function "strerror"
    expect_create_userspace.c:58:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    expect_create_userspace.c:121:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   expect_create_userspace
      CC     conntrack_create.o
    conntrack_create.c: In function "main":
    conntrack_create.c:21:2: warning: implicit declaration of function "inet_addr"
    conntrack_create.c:43:3: warning: implicit declaration of function "strerror"
    conntrack_create.c:43:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_create
      CC     conntrack_dump.o
    conntrack_dump.c: In function "main":
    conntrack_dump.c:37:3: warning: implicit declaration of function "strerror"
    conntrack_dump.c:37:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    conntrack_dump.c:24:7: warning: unused variable "buf"
      CCLD   conntrack_dump
      CC     conntrack_update.o
    conntrack_update.c: In function "main":
    conntrack_update.c:21:2: warning: implicit declaration of function "inet_addr"
    conntrack_update.c:43:3: warning: implicit declaration of function "strerror"
    conntrack_update.c:43:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_update
      CC     conntrack_delete.o
    conntrack_delete.c: In function "main":
    conntrack_delete.c:21:2: warning: implicit declaration of function "inet_addr"
    conntrack_delete.c:38:3: warning: implicit declaration of function "strerror"
    conntrack_delete.c:38:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_delete
      CC     conntrack_flush.o
    conntrack_flush.c: In function "main":
    conntrack_flush.c:24:3: warning: implicit declaration of function "strerror"
    conntrack_flush.c:24:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    conntrack_flush.c:12:7: warning: unused variable "buf"
      CCLD   conntrack_flush
      CC     conntrack_create_nat.o
    conntrack_create_nat.c: In function "main":
    conntrack_create_nat.c:21:2: warning: implicit declaration of function "inet_addr"
    conntrack_create_nat.c:45:3: warning: implicit declaration of function "strerror"
    conntrack_create_nat.c:45:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_create_nat
      CC     conntrack_get.o
    conntrack_get.c: In function "main":
    conntrack_get.c:33:2: warning: implicit declaration of function "inet_addr"
    conntrack_get.c:52:3: warning: implicit declaration of function "strerror"
    conntrack_get.c:52:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_get
      CC     conntrack_events.o
    conntrack_events.c: In function "main":
    conntrack_events.c:45:3: warning: implicit declaration of function "strerror"
    conntrack_events.c:45:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    conntrack_events.c:29:7: warning: unused variable "buf"
    conntrack_events.c:28:23: warning: unused variable "ct"
    conntrack_events.c:26:11: warning: unused variable "family"
      CCLD   conntrack_events
      CC     conntrack_master.o
    conntrack_master.c: In function "main":
    conntrack_master.c:22:2: warning: implicit declaration of function "inet_addr"
    conntrack_master.c:44:3: warning: implicit declaration of function "strerror"
    conntrack_master.c:44:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    conntrack_master.c:86:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_master
      CC     conntrack_filter.o
    conntrack_filter.c: In function "main":
    conntrack_filter.c:58:3: warning: implicit declaration of function "inet_addr"
    conntrack_filter.c:98:3: warning: implicit declaration of function "strerror"
    conntrack_filter.c:98:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
    conntrack_filter.c:31:7: warning: unused variable "buf"
    conntrack_filter.c:30:23: warning: unused variable "ct"
    conntrack_filter.c:27:11: warning: unused variable "family"
      CCLD   conntrack_filter
      CC     conntrack_grp_create.o
    conntrack_grp_create.c: In function "main":
    conntrack_grp_create.c:21:3: warning: implicit declaration of function "inet_addr"
    conntrack_grp_create.c:49:3: warning: implicit declaration of function "strerror"
    conntrack_grp_create.c:49:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   conntrack_grp_create
      CC     ctexp_events.o
    ctexp_events.c: In function "main":
    ctexp_events.c:63:3: warning: implicit declaration of function "strerror"
    ctexp_events.c:63:3: warning: format "%s" expects type ‘char *’, but argument 3 has type ‘int’
      CCLD   ctexp_events
    make[1]: Leaving directory `/home/jengelh/code/libnetfilter_conntrack/utils'
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 51f05a93f06a057a604b3d1932c72d6af5f6d0bb
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Dec 30 22:43:21 2010 +0100

    build: use -Wall across the entire source
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 10618ff18f94145075ee2c1702ae783cf7e4564c
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Dec 30 22:38:01 2010 +0100

    build: remove unused LIBTOOL_DEPS
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

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

Summary of changes:
 Make_global.am                  |    1 +
 configure.ac                    |    2 --
 qa/test_api.c                   |    9 +++++----
 qa/test_filter.c                |    6 +++++-
 src/Makefile.am                 |    2 --
 src/conntrack/Makefile.am       |    2 --
 src/expect/Makefile.am          |    2 --
 utils/conntrack_create.c        |    4 +++-
 utils/conntrack_create_nat.c    |    4 +++-
 utils/conntrack_delete.c        |    4 +++-
 utils/conntrack_dump.c          |    4 ++--
 utils/conntrack_events.c        |    6 ++----
 utils/conntrack_filter.c        |    7 +++----
 utils/conntrack_flush.c         |    4 ++--
 utils/conntrack_get.c           |    4 +++-
 utils/conntrack_grp_create.c    |    4 +++-
 utils/conntrack_master.c        |    4 +++-
 utils/conntrack_update.c        |    4 +++-
 utils/ctexp_events.c            |    1 +
 utils/expect_create.c           |    4 +++-
 utils/expect_create_userspace.c |    4 +++-
 utils/expect_delete.c           |    4 +++-
 utils/expect_dump.c             |    3 ++-
 utils/expect_events.c           |    3 ++-
 utils/expect_flush.c            |    3 ++-
 utils/expect_get.c              |    4 +++-
 26 files changed, 60 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list