libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.0-8-g40ca7ee

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Sun Sep 12 11:19:23 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 "libnetfilter_conntrack".

The branch, master has been updated
       via  40ca7ee80dde6b677a3899340c8d7839acd4b2fb (commit)
       via  be8fcb5b25b338ccfdaf66d53d9a5ebb193f579f (commit)
       via  af42a8de4c62e0d3d8d78c15935d4d34fc123a5b (commit)
       via  dd1b4e9d405413fbaebae1dac16b012391136924 (commit)
       via  d833f21c7ca10ace6cc27df01c1e54810f04aaa1 (commit)
       via  59dd4d852015a8c2e0e325d5e6e792f2b1ec5cd8 (commit)
       via  a34338bd85b80464e276d0a12865880f663dc83e (commit)
       via  24f4882dcea91aee10facf5136c86f7b97048412 (commit)
      from  107d52d3e6bf116314321e6ed7acf2a2cd1c6b34 (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 40ca7ee80dde6b677a3899340c8d7839acd4b2fb
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:58:32 2010 +0200

    add .gitignore to rootdir
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit be8fcb5b25b338ccfdaf66d53d9a5ebb193f579f
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:57:12 2010 +0200

    build: no need for error message in PKG_CHECK_MODULES
    
    PKG_CHECK_MODULES already produces its own (and more verbose) messsage
    when a module cannot be found.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit af42a8de4c62e0d3d8d78c15935d4d34fc123a5b
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:56:34 2010 +0200

    build: run AC_CANONICAL_HOST only
    
    There is no need to call AC_CANONICAL_SYSTEM when only AC_CANONICAL_HOST
    is needed. Also, checking for $target is factually incorrect, since we
    do not produce object code like a compiler. Use $host, which specifies
    the triple/quadrople where the compiled program is supposed to run.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit dd1b4e9d405413fbaebae1dac16b012391136924
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:56:03 2010 +0200

    build: use simpler autoreconf in autogen
    
    Note: the use of -i seems required, otherwise autoreconf barfs about
    missing tools (depcomp, etc.). Since they are provided in the tarballs
    as files anyway rather than like previously as symlinks, I do not see a
    problem using -i.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit d833f21c7ca10ace6cc27df01c1e54810f04aaa1
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:55:39 2010 +0200

    build: avoid use of deprecated INCLUDES
    
    Make_global.am:7: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS")
    qa/Makefile.am:1:   "Make_global.am" included from here
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 59dd4d852015a8c2e0e325d5e6e792f2b1ec5cd8
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:55:06 2010 +0200

    build: use modern call syntax for AC_INIT, AM_INIT_AUTOMAKE
    
    automake options also need to definitely go into configure.ac, otherwise
    they only apply to a single directory.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit a34338bd85b80464e276d0a12865880f663dc83e
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Sep 12 10:54:22 2010 +0200

    build: use autoconf-suggested naming of files
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 24f4882dcea91aee10facf5136c86f7b97048412
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Sep 8 11:49:07 2010 +0200

    doc: minor improvements for doxygen config file
    
    With this patch, we put stack.c and bsf.c out of the documentation
    since they are only for internal use. We also include the relevant
    exported libnetfilter_*.h headers.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 .gitignore                   |   20 ++++++++++++++++++++
 Make_global.am               |    2 +-
 Makefile.am                  |    2 --
 autogen.sh                   |    6 +-----
 configure.in => configure.ac |   13 +++++--------
 doxygen.cfg.in               |    4 ++--
 6 files changed, 29 insertions(+), 18 deletions(-)
 create mode 100644 .gitignore
 rename configure.in => configure.ac (87%)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list