From 0b80b607f858cd44dd4e8fbf88baa7681fc52000 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 21 Feb 2013 16:44:09 +0100 Subject: ipset 6.17 released --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9e2d59b..60d0754 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,14 @@ update_includes: ./update ip_set_hash.h ./update ip_set_list.h +update_utils: + wget -O /tmp/ipset-bash-completion.tar.gz http://sourceforge.net/projects/ipset-bashcompl/files/latest/download + cd utils/ipset_bash_completion; tar xz --strip-components=1 -f /tmp/ipset-bash-completion.tar.gz + rm -f /tmp/ipset-bash-completion.tar.gz + wget -O /tmp/ipset-list.tar.gz http://sourceforge.net/projects/ipset-list/files/latest/download + cd utils/ipset_list; tar xz --strip-components=1 -f /tmp/ipset-list.tar.gz + rm -f /tmp/ipset-list.tar.gz + tests: cd tests; ./runtest.sh -- cgit v1.2.3