]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Xtables-addons 1.5.4.1 v1.5.4.1
authorJan Engelhardt <jengelh@computergmbh.de>
Sat, 26 Apr 2008 10:51:37 +0000 (12:51 +0200)
committerJan Engelhardt <jengelh@computergmbh.de>
Sat, 26 Apr 2008 10:57:08 +0000 (12:57 +0200)
INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index 06de59a2175bd3655cc5a8a8095544e45b5f392e..ffdc2b35d6644079da4f95da54cb59289314d3ae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,11 @@ in combination with the kernel's Kbuild system.
 Prerequirements
 ===============
 
-       * xtables(-devel) 1.5.2
+       * a recent iptables snapshot
+         - from the "xtables" git repository at dev.medozas.de
+           (minimum as per git-describe: v1.4.0-77)
+         - or the subversion repository at netfilter.org (minimum: r7502)
+         - or the xtables-combined tarball that is currently distributed
 
        * kernel-source >= 2.6.18.5 with prepared build/output directory
 
@@ -36,15 +40,6 @@ Configuring and compiling
        /lib/modules/$(running version)/build, which usually points to
        the right directory. (If not, you need to install something.)
 
---with-ksource=
-
-       Specifies the path to the kernel source directory. This is
-       currently needed for building the userspace extensions because
-       we use unsanitized kernel headers, but the option MAY
-       DISAPPEAR IN FUTURE.
-
-               --with-ksource=/usr/src/linux
-
 --with-xtables=
 
        Specifies the path to the directory where we may find
@@ -77,5 +72,5 @@ Note to distribution packagers
 Except for --with-kbuild, distributions should not have a need to
 supply any other flags (besides --prefix=/usr and perhaps
 --libdir=/usr/lib64, etc.) to configure when all prerequired packages
-are installed. If xtables-devel is installed, necessary headers should
+are installed. If iptables-devel is installed, necessary headers should
 be in /usr/include, so --with-xtables is not needed.
index 8c81f9aa79d2c8eb1a6ff40a990741d3c6738674..ee9e08213165898096f01dd31079d2218f65ee2d 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT([xtables-addons], [1.5.4])
+AC_INIT([xtables-addons], [1.5.4.1])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_INSTALL
 AM_INIT_AUTOMAKE