[conntrack-tools] configure: conntrack-tools requires libnetfilter_conntrack 0.0.99

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Thu Dec 11 20:24:35 CET 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=77d7daef4e41b5fb55d9fb2c4c0a66fe7039887d
commit 77d7daef4e41b5fb55d9fb2c4c0a66fe7039887d
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Thu Dec 11 20:23:10 2008 +0100
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Thu Dec 11 20:23:10 2008 +0100

    configure: conntrack-tools requires libnetfilter_conntrack 0.0.99
    
    This patch updates the dependency between conntrack-tools and
    libnetfilter_conntrack. This is required because of commit
    2473a408abdd79fb4b24c5c56f769791203c0cd8 in libnetfilter_conntrack.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  77d7daef4e41b5fb55d9fb2c4c0a66fe7039887d (commit)
      from  9f937ba186c8f458f7cd0153a2b1e21ebf5264e5 (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 77d7daef4e41b5fb55d9fb2c4c0a66fe7039887d
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Dec 11 20:23:10 2008 +0100

    configure: conntrack-tools requires libnetfilter_conntrack 0.0.99
    
    This patch updates the dependency between conntrack-tools and
    libnetfilter_conntrack. This is required because of commit
    2473a408abdd79fb4b24c5c56f769791203c0cd8 in libnetfilter_conntrack.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
This patch updates the dependency between conntrack-tools and
libnetfilter_conntrack. This is required because of commit
2473a408abdd79fb4b24c5c56f769791203c0cd8 in libnetfilter_conntrack.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/configure.in b/configure.in
index 0994e60..dcc2041 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ esac
 
 dnl Dependencies
 LIBNFNETLINK_REQUIRED=0.0.33
-LIBNETFILTER_CONNTRACK_REQUIRED=0.0.98
+LIBNETFILTER_CONNTRACK_REQUIRED=0.0.99
 
 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes)
 if test "x$HAVE_PKG_CONFIG" = "x"



More information about the netfilter-cvslog mailing list