diff options
author | rh <rh@pkgsrc.org> | 2000-02-04 16:18:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-02-04 16:18:01 +0000 |
commit | c5bbb18156f517a35dba1d8a9ac0971ee0f9b777 (patch) | |
tree | 733f16df67ff553127926dbb060fd9d12150c607 /net/snort/Makefile | |
parent | 525b7af144c87298fabc0a979b01fd5728463899 (diff) | |
download | pkgsrc-c5bbb18156f517a35dba1d8a9ac0971ee0f9b777.tar.gz |
Update snort to 1.5.1
Changes are:
* fixed a problem with pass rules not being applied properly
* fixed a #include ordering statement for Slackware 4.0 installs
* fixed banner output for the -V option
* Token Ring decoding is now fully functional
* Added packet buffer cleanup code to all protocol decoders
* fixed a problem with improper TCP option output
* Added a Snort man page
Diffstat (limited to 'net/snort/Makefile')
-rw-r--r-- | net/snort/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 26656ea51fb..2c7cd4c995a 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/02/02 12:06:15 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/04 16:18:01 rh Exp $ # -DISTNAME= snort-1.5 +DISTNAME= snort-1.5.1 CATEGORIES= net security MASTER_SITES= http://www.clark.net/~roesch/ \ ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \ @@ -34,5 +34,6 @@ post-install: .for f in README README.PLUGINS NEWS RULES.SAMPLE USAGE ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/snort .endfor + ${INSTALL_MAN} ${WRKSRC}/snort.8 ${PREFIX}/man/man8 .include "../../mk/bsd.pkg.mk" |