diff options
author | Tim Yardley <lst@openwrt.org> | 2007-07-31 20:28:55 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-07-31 20:28:55 +0000 |
commit | 782d02ed1b2362ebe110ec5b991c8adddf5850e6 (patch) | |
tree | 96d7570c05bcd0ac4f42cc234531bf239431e5aa /package/iptables/patches/001-ipp2p-0.8.1rc1.patch | |
parent | 6b960df54ff42b9607f717bd1011de5a33aba80f (diff) | |
download | upstream-782d02ed1b2362ebe110ec5b991c8adddf5850e6.tar.gz upstream-782d02ed1b2362ebe110ec5b991c8adddf5850e6.tar.bz2 upstream-782d02ed1b2362ebe110ec5b991c8adddf5850e6.zip |
iptables: refresh patches to 1.3.8
SVN-Revision: 8286
Diffstat (limited to 'package/iptables/patches/001-ipp2p-0.8.1rc1.patch')
-rw-r--r-- | package/iptables/patches/001-ipp2p-0.8.1rc1.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/iptables/patches/001-ipp2p-0.8.1rc1.patch b/package/iptables/patches/001-ipp2p-0.8.1rc1.patch index 06397410bc..7ca62d2140 100644 --- a/package/iptables/patches/001-ipp2p-0.8.1rc1.patch +++ b/package/iptables/patches/001-ipp2p-0.8.1rc1.patch @@ -1,7 +1,7 @@ -Index: iptables-1.3.7/extensions/Makefile +Index: iptables-1.3.8/extensions/Makefile =================================================================== ---- iptables-1.3.7.orig/extensions/Makefile 2007-06-04 13:21:43.398379112 +0200 -+++ iptables-1.3.7/extensions/Makefile 2007-06-04 13:21:43.484366040 +0200 +--- iptables-1.3.8.orig/extensions/Makefile 2007-07-31 15:27:55.000000000 -0500 ++++ iptables-1.3.8/extensions/Makefile 2007-07-31 15:27:55.000000000 -0500 @@ -13,6 +13,10 @@ PF6_EXT_SE_SLIB:=SECMARK CONNSECMARK endif @@ -13,10 +13,10 @@ Index: iptables-1.3.7/extensions/Makefile # Optionals PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) -Index: iptables-1.3.7/extensions/libipt_ipp2p.c +Index: iptables-1.3.8/extensions/libipt_ipp2p.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ iptables-1.3.7/extensions/libipt_ipp2p.c 2007-06-04 13:21:43.485365888 +0200 ++++ iptables-1.3.8/extensions/libipt_ipp2p.c 2007-07-31 15:27:55.000000000 -0500 @@ -0,0 +1,401 @@ + +#include <stdio.h> @@ -419,10 +419,10 @@ Index: iptables-1.3.7/extensions/libipt_ipp2p.c + register_match(&ipp2p); +} + -Index: iptables-1.3.7/include/linux/netfilter_ipv4/ipt_ipp2p.h +Index: iptables-1.3.8/include/linux/netfilter_ipv4/ipt_ipp2p.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ iptables-1.3.7/include/linux/netfilter_ipv4/ipt_ipp2p.h 2007-06-04 13:21:43.485365888 +0200 ++++ iptables-1.3.8/include/linux/netfilter_ipv4/ipt_ipp2p.h 2007-07-31 15:27:55.000000000 -0500 @@ -0,0 +1,31 @@ +#ifndef __IPT_IPP2P_H +#define __IPT_IPP2P_H |