diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-05-01 15:15:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-05-01 15:15:56 +0000 |
commit | a93f9f0eee33a0c74b6c8a62655d5426ce4d5706 (patch) | |
tree | 33f80e15d4dd39cfbc1e3cdfb15d87980a5c3f4f /package | |
parent | fd2492485e1c4b69c65ae7737901044d5957bf0c (diff) | |
download | upstream-a93f9f0eee33a0c74b6c8a62655d5426ce4d5706.tar.gz upstream-a93f9f0eee33a0c74b6c8a62655d5426ce4d5706.tar.bz2 upstream-a93f9f0eee33a0c74b6c8a62655d5426ce4d5706.zip |
In r15501 the libxt_layer7.c was placed in a wrong location.
SVN-Revision: 15541
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/patches/1.4.3.2/002-layer7_2.17.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch index 3c5f54c9ad..0d8d6f4125 100644 --- a/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch +++ b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch @@ -1,6 +1,6 @@ diff -Nur a/libxt_layer7.c b/libxt_layer7.c ---- a/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100 -+++ b/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200 +--- a/extensions/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100 ++++ b/extensions/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200 @@ -0,0 +1,368 @@ +/* + Shared library add-on to iptables for layer 7 matching support. @@ -371,8 +371,8 @@ diff -Nur a/libxt_layer7.c b/libxt_layer7.c + xtables_register_match(&layer7); +} diff -Nur a/libxt_layer7.man b/libxt_layer7.man ---- a/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100 -+++ b/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200 +--- a/extensions/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100 ++++ b/extensions/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200 @@ -0,0 +1,14 @@ +This module matches packets based on the application layer data of +their connections. It uses regular expression matching to compare |