summaryrefslogtreecommitdiff
path: root/net/snort-pgsql
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-03-09 09:37:44 +0000
committeradrianp <adrianp@pkgsrc.org>2006-03-09 09:37:44 +0000
commitdf223db62cfbffd56c531244dfe621b92771f30d (patch)
tree638089548d8b16cf589dab0509a7d39ff18a151a /net/snort-pgsql
parentcd2757bc650fabff3461cebe568cdeb87e670ed7 (diff)
downloadpkgsrc-df223db62cfbffd56c531244dfe621b92771f30d.tar.gz
Update to 2.4.4
This includes the fix for: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0839 > +2006-02-20 Steven Sturges <ssturges@sourcefire.com> > + * src/preprocessors/spp_frag3.c: > + * configure.in: > + Fix ip options handling. Thanks to Vyacheslav Burdjanadze for > + finding the issue. > + > +2006-01-09 Steven Sturges <ssturges@sourcefire.com> > + * src/sfutil/mwm.c: > + Fixed bug with multiple recurring patterns in Wu-Manbher implementation. > + Thanks to Evan Stawnyczy for pointing it out an Marc Norton for the > + fix. > + * src/parser/IpAddrSet.c: > + Fixed problem with parsing conf file and rules when DNS is not working. > + Thanks Martin Olsson for mentioning this and testing the fix. > + * src/preprocessors/spp_perfmonitor.c: > + * src/preprocessors/perf-base.c: > + Handle wrapping on 64-bit platforms > + > +2005-11-17 Andrew Mullican <amullican@sourcefire.com> > + * src/sfutil/sfxhash.c: > + * src/preprocessors/portscan.c: > + Add tracker without using bogus data, to avoid internal buffer overrun. > + Thanks Sandro Poppi for the find. > + > +2005-11-11 Steven Sturges <ssturges@sourcefire.com> > + * src/snort.c: > + Allow value of 0 to be used with -G flag > + * src/preprocessors/spp_bo.c: > + Code Cleanup > + * src/preprocessors/spp_frag3.c: > + Fix memory leak and mishandling of IP Options. Thanks Yin > + Zhaohui for the find.
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r--net/snort-pgsql/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile
index 926562f5c60..1393edb525e 100644
--- a/net/snort-pgsql/Makefile
+++ b/net/snort-pgsql/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:10:31 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/09 09:39:15 adrianp Exp $
.include "../../net/snort/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 2
COMMENT= Network Intrusion Detection System (with PostgreSQL support)