aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/200-configurable_builtin.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-05-29 14:58:04 +0000
committerSteven Barth <steven@midlink.org>2013-05-29 14:58:04 +0000
commit95dbacb74f7358024fa5d261c630613d8e331955 (patch)
treecb70a0b7ab2f4aac00cd4a1928c2c84f27e15f34 /package/network/utils/iptables/patches/200-configurable_builtin.patch
parentf618a6802170fd6c026ac98d4196dfa237534e2d (diff)
downloadmaster-187ad058-95dbacb74f7358024fa5d261c630613d8e331955.tar.gz
master-187ad058-95dbacb74f7358024fa5d261c630613d8e331955.tar.bz2
master-187ad058-95dbacb74f7358024fa5d261c630613d8e331955.zip
iptables: bump to 1.4.19.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/patches/200-configurable_builtin.patch')
-rw-r--r--package/network/utils/iptables/patches/200-configurable_builtin.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/network/utils/iptables/patches/200-configurable_builtin.patch b/package/network/utils/iptables/patches/200-configurable_builtin.patch
index 8f095c1804..ef426e2145 100644
--- a/package/network/utils/iptables/patches/200-configurable_builtin.patch
+++ b/package/network/utils/iptables/patches/200-configurable_builtin.patch
@@ -1,8 +1,8 @@
-Index: iptables-1.4.18/extensions/GNUmakefile.in
+Index: iptables-1.4.19.1/extensions/GNUmakefile.in
===================================================================
---- iptables-1.4.18.orig/extensions/GNUmakefile.in 2013-03-03 22:40:11.000000000 +0100
-+++ iptables-1.4.18/extensions/GNUmakefile.in 2013-03-05 16:37:07.583256974 +0100
-@@ -46,9 +46,24 @@
+--- iptables-1.4.19.1.orig/extensions/GNUmakefile.in 2013-05-29 16:37:41.304675049 +0200
++++ iptables-1.4.19.1/extensions/GNUmakefile.in 2013-05-29 16:37:41.296675048 +0200
+@@ -45,9 +45,24 @@
pfx_build_mod := $(filter-out @blacklist_modules@,${pfx_build_mod})
pf4_build_mod := $(filter-out @blacklist_modules@,${pf4_build_mod})
pf6_build_mod := $(filter-out @blacklist_modules@,${pf6_build_mod})
@@ -30,7 +30,7 @@ Index: iptables-1.4.18/extensions/GNUmakefile.in
pfx_solibs := $(patsubst %,libxt_%.so,${pfx_build_mod} ${pfx_symlinks})
pf4_solibs := $(patsubst %,libipt_%.so,${pf4_build_mod})
pf6_solibs := $(patsubst %,libip6t_%.so,${pf6_build_mod})
-@@ -59,11 +74,11 @@
+@@ -58,11 +73,11 @@
#
targets := libext.a libext4.a libext6.a matches.man targets.man
targets_install :=
@@ -47,7 +47,7 @@ Index: iptables-1.4.18/extensions/GNUmakefile.in
.SECONDARY:
-@@ -128,9 +143,9 @@
+@@ -123,9 +138,9 @@
libext6.a: initext6.o ${libext6_objs}
${AM_VERBOSE_AR} ${AR} crs $@ $^;