diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-07-01 17:10:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-07-01 17:10:22 +0000 |
commit | 50d878d66252b8bad43296a023e7a77e340f92c0 (patch) | |
tree | 3fb4ebaebe8de9e68fdeb21416588f2ca2101ac4 /net/snort-pgsql | |
parent | a3aee5b22dd9dc048ee1480e1fef8a4c83a039a4 (diff) | |
download | pkgsrc-50d878d66252b8bad43296a023e7a77e340f92c0.tar.gz |
- Upgrade snort to 2.1.3
- Grab maintainership of the package (with ok of previous owner)
- Use SUBST_* code
Ok'ed wiz@, snj@, salo@
From the changelog:
2004-05-06 Daniel Roelker <droelker@sourcefire.com>
* src/detection-plugins/sp_pattern_match.c:
Fixed rule read up error when parsing hexmode content options.
Thanks for pointing it out Toni Maatta. (Roelker)
* src/preprocessors/spp_stream4.c:
Fixed null pointer dereference when detect_scans were enabled and
creating a new session that had funky flags. Thanks to Chad
Kreimendahl for reporting the bug and testing the fix. (Roelker)
2004-04-20 Daniel Roelker <droelker@sourcefire.com>
* src/event_queue.c:
* src/event_queue.h:
* src/sfutil/sfeventq.c:
* src/sfutil/sfeventq.h:
Added multi-event queueing in Snort. Snort now supports logging
multiple events per packet, and prioritizing those events using
different methods. Thanks to H.D. Moore for illustrating event
obfuscations when snort only logged one event per packet. (Roelker)
* src/snort.c:
* src/decode.c:
* src/detect.c:
* src/fpcreate.c:
* src/fpdetect.c:
* src/preprocessors/spp_arpspoof.c:
* src/preprocessors/spp_bo.c:
* src/preprocessors/spp_frag2.c:
* src/preprocessors/snort_httpinspect.c:
* src/preprocessors/spp_rpc_decode.c:
* src/preprocessors/spp_stream4.c:
Updated event generators to use new event queueing sytem. (Roelker)
* src/output-plugins/spo_alert_fast.c:
Added newline to 'cmg' alert output, so IP decode is easier to
read. (Roelker)
* src/output-plugins/spo_database.c:
Updated how current/utc times are calculated, as well as how they are
formatted, thanks Marcus Janoski. (Reid)
* src/parser.c:
Error on unterminated IP lists. Added 'config event_queue' parameter.
Configuration changes to 'config checksum_mode' for specifying
which checksums to do. (Norton)
* src/plugbase.h:
Fixes from Chris Reid for timestamp routines. (Reid)
* src/tag.c:
Revert to old tag functionality. Will add proposed tagging
configurations in the future. (Roelker)
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 c13644c17da..3becf56497b 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/04/10 03:11:17 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/01 17:10:22 adrianp Exp $ .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 1 COMMENT= Network Intrusion Detection System (with PostgreSQL support) |