diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-05-29 14:58:04 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-05-29 14:58:04 +0000 |
commit | 56a3396bf247345d3c7756b8421ea3c735d537dd (patch) | |
tree | ad9013b7ccdd18521894463307127ec1a1348a3c /package/network/utils/iptables/patches/200-configurable_builtin.patch | |
parent | 0edabea0b14478b9a83b0546924ed31d02ce4bfc (diff) | |
download | mtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.zip mtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.gz mtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.bz2 |
iptables: bump to 1.4.19.1
SVN-Revision: 36760
Diffstat (limited to 'package/network/utils/iptables/patches/200-configurable_builtin.patch')
-rw-r--r-- | package/network/utils/iptables/patches/200-configurable_builtin.patch | 12 |
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 8f095c1..ef426e2 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 $@ $^; |