summaryrefslogtreecommitdiff
path: root/net/snort/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-02-17 19:08:05 +0000
committeradrianp <adrianp@pkgsrc.org>2007-02-17 19:08:05 +0000
commita1b60c709a536403abe8a631f6193933200770d1 (patch)
treef94b75dde6ef27dffcb06c0c9465cc7828e37c1b /net/snort/patches
parent83bd736d07854d21c1c45b1d7e6a42387c23b06c (diff)
downloadpkgsrc-a1b60c709a536403abe8a631f6193933200770d1.tar.gz
Update to snort 2.6.1.2
2.6.1 provides new functionality including the following: * New pattern matcher with a significantly reduced memory footprint * Introduction of stream5 for experimental use * Improvements to stream4, including UDP session tracking and optimizations for the reassembly buffer * Handling for reassembly of SMB fragmented data in DCE/RPC * An ssh preprocessor for experimental use * Updated Snort decoder that can decode GRE encapsulated packets * Output plugin to allow Snort to configure Aruba access control Snort 2.6.0: * Tcp stream properly reassembled after failed sequence check, which may lead to possible detection evasion. * Added configurable stream flushpoints. * Improved rpc processing. * Improved portscan detection. * Improved http request processing and handling of possible evasion cases. * Improved performance monitoring. The Snort 2.6 release also introduces the ability to use dynamic rules and dynamic preprocessors and contains further improvements to the Snort detection engine. Remove snort-{pgsql,mysql,prelude}. The new snort package uses options.mk to specify build options.
Diffstat (limited to 'net/snort/patches')
-rw-r--r--net/snort/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/snort/patches/patch-ad b/net/snort/patches/patch-ad
new file mode 100644
index 00000000000..e4b3c42bd2f
--- /dev/null
+++ b/net/snort/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.5 2007/02/17 19:08:06 adrianp Exp $
+
+--- src/dynamic-preprocessors/Makefile.in.orig 2006-12-04 17:50:31.000000000 +0000
++++ src/dynamic-preprocessors/Makefile.in
+@@ -224,7 +224,7 @@ EXTRA_DIST = \
+ dynamic_preprocessors.dsp \
+ sf_dynamic_initialize/sf_dynamic_initialize.dsp
+
+-@HAVE_DYNAMIC_PLUGINS_TRUE@srcinstdir = $(exec_prefix)/src/snort_dynamicsrc
++@HAVE_DYNAMIC_PLUGINS_TRUE@srcinstdir = $(exec_prefix)/share/snort/src/snort_dynamicsrc
+ @HAVE_DYNAMIC_PLUGINS_TRUE@exported_files = \
+ @HAVE_DYNAMIC_PLUGINS_TRUE@include/sf_dynamic_common.h \
+ @HAVE_DYNAMIC_PLUGINS_TRUE@include/sf_dynamic_meta.h \