summaryrefslogtreecommitdiff
path: root/package/snort/patches/patch-src_detection-plugins_sp_replace_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-17 11:47:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-17 11:47:09 +0200
commit2371972204f39a09cffea02217b2303aa1455a06 (patch)
treef84379777a1c42c77e9d1fc1d77cbed929cd19a7 /package/snort/patches/patch-src_detection-plugins_sp_replace_c
parent4d7e58f6be98eb1446e6b86434da0f1472934612 (diff)
update snort to latest upstream, add daq package
Diffstat (limited to 'package/snort/patches/patch-src_detection-plugins_sp_replace_c')
-rw-r--r--package/snort/patches/patch-src_detection-plugins_sp_replace_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/snort/patches/patch-src_detection-plugins_sp_replace_c b/package/snort/patches/patch-src_detection-plugins_sp_replace_c
deleted file mode 100644
index e532b2ac1..000000000
--- a/package/snort/patches/patch-src_detection-plugins_sp_replace_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- snort-2.8.5.2.orig/src/detection-plugins/sp_replace.c 2009-07-07 17:37:04.000000000 +0200
-+++ snort-2.8.5.2/src/detection-plugins/sp_replace.c 2010-01-19 20:21:14.000000000 +0100
-@@ -122,7 +122,7 @@ static PatternMatchData * Replace_Parse(
- }
-
- /* find the start of the data */
-- start_ptr = index(rule, '"');
-+ start_ptr = strchr(rule, '"');
-
- if(start_ptr == NULL)
- {