diff options
author | gdt <gdt@pkgsrc.org> | 2011-04-01 16:48:36 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-04-01 16:48:36 +0000 |
commit | c62ec4adb2356d884e325132215b113ddf9bacb2 (patch) | |
tree | 55a001121ce4be5f58169207ce64935358722a8e /net/snort/Makefile | |
parent | 9fc67e7dc11fe4a18b6660f284d9ebc347bfcc47 (diff) | |
download | pkgsrc-c62ec4adb2356d884e325132215b113ddf9bacb2.tar.gz |
Update to 2.8.5.1, to resolve a security issue.
Upstream NEWS is weak; release notes for 2.8.5.1 follow.
[*] Improvements
* Fixed syslog output when running on Windows.
* Fixed potential segfault when printing IPv6 packets using the -v option.
Thanks to Laurent Gaffie for reporting this issue.
* Fixed segfault when additional policies were added during a configuration
reload.
Diffstat (limited to 'net/snort/Makefile')
-rw-r--r-- | net/snort/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 5c712e262f5..6764bc23ea3 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2009/12/09 11:42:35 obache Exp $ +# $NetBSD: Makefile,v 1.43 2011/04/01 16:48:36 gdt Exp $ # -DISTNAME= snort-2.8.3.1 +DISTNAME= snort-2.8.5.1 CATEGORIES= net security MASTER_SITES= http://www.snort.org/dl/ \ http://www.snort.org/dl/current/ \ @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.snort.org/ COMMENT= The Open Source Network Intrusion Detection System +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= snort-mysql-[0-9]* |