[netfilter-cvslog] r7388 - in tags/iptables: . iptables_1_4_1 iptables_1_4_1/libipq

pablo at netfilter.org pablo at netfilter.org
Sun Mar 2 13:42:45 CET 2008


Author: pablo at netfilter.org
Date: 2008-03-02 13:42:44 +0100 (Sun, 02 Mar 2008)
New Revision: 7388

Added:
   tags/iptables/iptables_1_4_1/
   tags/iptables/iptables_1_4_1/configure.ac
Removed:
   tags/iptables/iptables_1_4_1/configure.ac
Modified:
   tags/iptables/iptables_1_4_1/libipq/ipq_create_handle.3
   tags/iptables/iptables_1_4_1/libipq/ipq_errstr.3
   tags/iptables/iptables_1_4_1/libipq/ipq_message_type.3
   tags/iptables/iptables_1_4_1/libipq/ipq_read.3
   tags/iptables/iptables_1_4_1/libipq/ipq_set_mode.3
   tags/iptables/iptables_1_4_1/libipq/ipq_set_verdict.3
   tags/iptables/iptables_1_4_1/libipq/libipq.3
Log:
iptables 1.4.1 release


Copied: tags/iptables/iptables_1_4_1 (from rev 7385, trunk/iptables)

Deleted: tags/iptables/iptables_1_4_1/configure.ac
===================================================================
--- trunk/iptables/configure.ac	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/configure.ac	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,56 +0,0 @@
-
-AC_INIT([iptables], [1.4.0])
-AC_CONFIG_HEADERS([config.h])
-AC_PROG_INSTALL
-AM_INIT_AUTOMAKE
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
-
-kbuilddir="/lib/modules/$(uname -r)/build";
-ksourcedir="/lib/modules/$(uname -r)/source";
-AC_ARG_WITH([kernel],
-	AS_HELP_STRING([--with-kernel=PATH],
-	[Path to kernel source/build directory]),
-	[kbuilddir="$withval"; ksourcedir="$withval";])
-AC_ARG_WITH([kbuild],
-	AS_HELP_STRING([--with-kbuild=PATH],
-	[Path to kernel build directory [[/lib/modules/CURRENT/build]]]),
-	[kbuilddir="$withval"])
-AC_ARG_WITH([ksource],
-	AS_HELP_STRING([--with-ksource=PATH],
-	[Path to kernel source directory [[/lib/modules/CURRENT/source]]]),
-	[ksourcedir="$withval"])
-AC_ARG_WITH([iptdir],
-	AS_HELP_STRING([--with-iptdir=PATH],
-	[Path to iptables modules [[LIBEXECDIR/iptables]]]),
-	[iptdir="$withval"],
-	[iptdir="${libexecdir}/iptables"])
-AC_ARG_ENABLE([devel],
-	AS_HELP_STRING([--enable-devel],
-	[Build and install development files (libipq, libipq-devel, iptables-devel)]))
-
-AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)])
-AM_CONDITIONAL([ENABLE_STATIC], [test "$enable_static" == "yes"])
-AM_CONDITIONAL([ENABLE_SHARED], [test "$enable_shared" == "yes"])
-AM_CONDITIONAL([ENABLE_DEVEL], [test "$enable_devel" == "yes"])
-
-regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \
-	-D_REENTRANT -W -Wall -Waggregate-return -Wmissing-declarations \
-	-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
-	-Winline -pipe -DIPTABLES_VERSION=\\\"$PACKAGE_VERSION\\\" \
-	-DIPT_LIB_DIR=\\\"\${iptdir}\\\" -DIP6T_LIB_DIR=\\\"\${iptdir}\\\"";
-kinclude_CFLAGS="-I\"$kbuilddir/include\" -I\"$ksourcedir/include\"";
-
-# Remove workarounds soon
-regular_CFLAGS="$regular_CFLAGS -Wno-aggregate-return \
-	-Wno-missing-declarations -Wno-missing-prototypes \
-        -Wno-unused-parameter \
-	-Wno-shadow -Wno-inline"
-
-AC_SUBST([regular_CFLAGS kinclude_CFLAGS])
-AC_SUBST([kbuilddir])
-AC_SUBST([ksourcedir])
-AC_SUBST([iptdir])
-AC_OUTPUT([Makefile extensions/GNUmakefile libipq/Makefile])

Copied: tags/iptables/iptables_1_4_1/configure.ac (from rev 7387, trunk/iptables/configure.ac)
===================================================================
--- tags/iptables/iptables_1_4_1/configure.ac	                        (rev 0)
+++ tags/iptables/iptables_1_4_1/configure.ac	2008-03-02 12:42:44 UTC (rev 7388)
@@ -0,0 +1,56 @@
+
+AC_INIT([iptables], [1.4.1])
+AC_CONFIG_HEADERS([config.h])
+AC_PROG_INSTALL
+AM_INIT_AUTOMAKE
+AC_PROG_CC
+AM_PROG_CC_C_O
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
+
+kbuilddir="/lib/modules/$(uname -r)/build";
+ksourcedir="/lib/modules/$(uname -r)/source";
+AC_ARG_WITH([kernel],
+	AS_HELP_STRING([--with-kernel=PATH],
+	[Path to kernel source/build directory]),
+	[kbuilddir="$withval"; ksourcedir="$withval";])
+AC_ARG_WITH([kbuild],
+	AS_HELP_STRING([--with-kbuild=PATH],
+	[Path to kernel build directory [[/lib/modules/CURRENT/build]]]),
+	[kbuilddir="$withval"])
+AC_ARG_WITH([ksource],
+	AS_HELP_STRING([--with-ksource=PATH],
+	[Path to kernel source directory [[/lib/modules/CURRENT/source]]]),
+	[ksourcedir="$withval"])
+AC_ARG_WITH([iptdir],
+	AS_HELP_STRING([--with-iptdir=PATH],
+	[Path to iptables modules [[LIBEXECDIR/iptables]]]),
+	[iptdir="$withval"],
+	[iptdir="${libexecdir}/iptables"])
+AC_ARG_ENABLE([devel],
+	AS_HELP_STRING([--enable-devel],
+	[Build and install development files (libipq, libipq-devel, iptables-devel)]))
+
+AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)])
+AM_CONDITIONAL([ENABLE_STATIC], [test "$enable_static" == "yes"])
+AM_CONDITIONAL([ENABLE_SHARED], [test "$enable_shared" == "yes"])
+AM_CONDITIONAL([ENABLE_DEVEL], [test "$enable_devel" == "yes"])
+
+regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \
+	-D_REENTRANT -W -Wall -Waggregate-return -Wmissing-declarations \
+	-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
+	-Winline -pipe -DIPTABLES_VERSION=\\\"$PACKAGE_VERSION\\\" \
+	-DIPT_LIB_DIR=\\\"\${iptdir}\\\" -DIP6T_LIB_DIR=\\\"\${iptdir}\\\"";
+kinclude_CFLAGS="-I\"$kbuilddir/include\" -I\"$ksourcedir/include\"";
+
+# Remove workarounds soon
+regular_CFLAGS="$regular_CFLAGS -Wno-aggregate-return \
+	-Wno-missing-declarations -Wno-missing-prototypes \
+        -Wno-unused-parameter \
+	-Wno-shadow -Wno-inline"
+
+AC_SUBST([regular_CFLAGS kinclude_CFLAGS])
+AC_SUBST([kbuilddir])
+AC_SUBST([ksourcedir])
+AC_SUBST([iptdir])
+AC_OUTPUT([Makefile extensions/GNUmakefile libipq/Makefile])

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_create_handle.3
===================================================================
--- trunk/iptables/libipq/ipq_create_handle.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_create_handle.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_CREATE_HANDLE 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-\" $Id: ipq_create_handle.3,v 1.2 2001/10/16 14:41:02 jamesm Exp $
+\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_errstr.3
===================================================================
--- trunk/iptables/libipq/ipq_errstr.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_errstr.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_ERRSTR 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: ipq_errstr.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_message_type.3
===================================================================
--- trunk/iptables/libipq/ipq_message_type.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_message_type.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_MESSAGE_TYPE 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: ipq_message_type.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_read.3
===================================================================
--- trunk/iptables/libipq/ipq_read.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_read.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_READ 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: ipq_read.3,v 1.2 2001/10/16 14:41:02 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_set_mode.3
===================================================================
--- trunk/iptables/libipq/ipq_set_mode.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_set_mode.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_SET_MODE 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: ipq_set_mode.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/ipq_set_verdict.3
===================================================================
--- trunk/iptables/libipq/ipq_set_verdict.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/ipq_set_verdict.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH IPQ_SET_VERDICT 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: ipq_set_verdict.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"

Modified: tags/iptables/iptables_1_4_1/libipq/libipq.3
===================================================================
--- trunk/iptables/libipq/libipq.3	2008-02-22 23:21:37 UTC (rev 7385)
+++ tags/iptables/iptables_1_4_1/libipq/libipq.3	2008-03-02 12:42:44 UTC (rev 7388)
@@ -1,6 +1,6 @@
 .TH LIBIPQ 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" 
 .\"
-.\" $Id: libipq.3,v 1.4 2001/10/16 16:58:25 jamesm Exp $
+.\" $Id$
 .\"
 .\"     Copyright (c) 2000-2001 Netfilter Core Team
 .\"




More information about the netfilter-cvslog mailing list