diff options
author | salo <salo@pkgsrc.org> | 2003-03-04 01:02:25 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-04 01:02:25 +0000 |
commit | 974cf2e15834d9cb8958675b2e665d30905412e1 (patch) | |
tree | 3fbe78906bafeb8a071b0d0f56df79877af3ed74 /net/snort-pgsql | |
parent | 66f3ae7973bbb3658f2b7a10139b33eb1d97e80c (diff) | |
download | pkgsrc-974cf2e15834d9cb8958675b2e665d30905412e1.tar.gz |
Updated to version 1.9.1.
This version fixes the buffer overflow issue noted in:
http://www.kb.cert.org/vuls/id/916785
Changes:
- follow PKG_SYSCONFDIR
- added rc.d script
- create own user and group
- added MESSAGE with post-install instructions
- removed DEINSTALL
- minor cleanups (this package was really half-baked..)
1.9.1:
======
- src/preprocessors/spp_rpc_decode.c (PreprocRpcDecode):
- alignment errors on non-x86 platforms
- added new space delimited options
alert_fragments
no_alert_multiple_requests
no_alert_large_fragments
no_alert_incomplete
- corrected buffer overflow in fragment normalization
- src/snort.c
- Win32 '-s' parameter wasn't configured to accept an optarg,
but code expected one, causing null-pointer violation.
- Backport of 2.0 fixes for stream4 ( off by one errors on reassembly )
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r-- | net/snort-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 1417464cf47..f53dc2d03f6 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/01/10 15:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/04 01:02:26 salo Exp $ # .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 1 COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database |