[libnetfilter_queue] Merge branch 'master' of vishnu.netfilter.org:/data/git/libnetfilter_queue

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Fri Jun 27 12:23:45 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_queue.git;a=commit;h=5eaffce63ada098bc5a96101df20f2e7a187eeeb
commit 5eaffce63ada098bc5a96101df20f2e7a187eeeb
Merge: e8d8548... 3b89704...
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Fri Jun 27 12:11:02 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Fri Jun 27 12:11:02 2008 +0200

    Merge branch 'master' of vishnu.netfilter.org:/data/git/libnetfilter_queue

commit e8d8548e4f921775c3fea0d40f684c53208044eb
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Fri Jun 27 12:10:43 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Fri Jun 27 12:10:43 2008 +0200

    bump version to 0.0.16 and bump libnfnetlink dependencies
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  5eaffce63ada098bc5a96101df20f2e7a187eeeb (commit)
       via  e8d8548e4f921775c3fea0d40f684c53208044eb (commit)
      from  3b897049475aefa75b318f968162fdb3a631b129 (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 5eaffce63ada098bc5a96101df20f2e7a187eeeb
Merge: e8d8548e4f921775c3fea0d40f684c53208044eb 3b897049475aefa75b318f968162fdb3a631b129
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Fri Jun 27 12:11:02 2008 +0200

    Merge branch 'master' of vishnu.netfilter.org:/data/git/libnetfilter_queue

commit e8d8548e4f921775c3fea0d40f684c53208044eb
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Fri Jun 27 12:10:43 2008 +0200

    bump version to 0.0.16 and bump libnfnetlink dependencies
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/configure.in b/configure.in
index 79d22a3..383717d 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 AC_INIT
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libnetfilter_queue, 0.0.15)
+AM_INIT_AUTOMAKE(libnetfilter_queue, 0.0.16)
 
 AC_PROG_CC
 AC_EXEEXT
@@ -18,7 +18,7 @@ case $target in
 esac
 
 dnl Dependencies
-LIBNFNETLINK_REQUIRED=0.0.16
+LIBNFNETLINK_REQUIRED=0.0.38
  
 PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,,
 	AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED))



More information about the netfilter-cvslog mailing list