diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-02-17 19:08:05 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-02-17 19:08:05 +0000 |
commit | 85886634386c8d0c3921aab5fd289c0dcdc54d2e (patch) | |
tree | f94b75dde6ef27dffcb06c0c9465cc7828e37c1b /net/snort-mysql/Makefile | |
parent | e88c4f1095d36b1899ffb2bcc10597b7d05f88c4 (diff) | |
download | pkgsrc-85886634386c8d0c3921aab5fd289c0dcdc54d2e.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-mysql/Makefile')
-rw-r--r-- | net/snort-mysql/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile deleted file mode 100644 index 0062edc8dda..00000000000 --- a/net/snort-mysql/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2006/04/18 22:39:32 adrianp Exp $ - -.include "../../net/snort/Makefile.common" - -PKGNAME= ${DISTNAME:S/-/-mysql-/} - -COMMENT= Network Intrusion Detection System (with MySQL support) - -CONFLICTS+= snort-[0-9]* -CONFLICTS+= snort-pgsql-[0-9]* - -PKGDIR= ${.CURDIR}/../../net/snort -FILESDIR= ${PKGDIR}/files -PATCHDIR= ${PKGDIR}/patches -DISTINFO_FILE= ${PKGDIR}/distinfo - -CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} -LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client} - -PKG_OPTIONS_VAR= PKG_OPTIONS.snort-mysql -PKG_SUPPORTED_OPTIONS= debug - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mdebug) -CONFIGURE_ARGS+= --enable-debug -.endif - -.include "../../mk/mysql.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |