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 | |
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')
-rw-r--r-- | net/snort/Makefile | 5 | ||||
-rw-r--r-- | net/snort/files/md5 | 4 | ||||
-rw-r--r-- | net/snort/pkg/PLIST | 3 |
3 files changed, 7 insertions, 5 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" diff --git a/net/snort/files/md5 b/net/snort/files/md5 index 09359b6c0d3..a00ade4a991 100644 --- a/net/snort/files/md5 +++ b/net/snort/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/01/15 21:58:29 wiz Exp $ +$NetBSD: md5,v 1.3 2000/02/04 16:18:02 rh Exp $ -MD5 (snort-1.5.tar.gz) = 3272654ca7edbdf195f2532a7047ce7d +MD5 (snort-1.5.1.tar.gz) = fbfb89265c1a6804091191ff2bb8f626 diff --git a/net/snort/pkg/PLIST b/net/snort/pkg/PLIST index e28d1765d44..aafdcaa127e 100644 --- a/net/snort/pkg/PLIST +++ b/net/snort/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2000/01/15 21:58:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/02/04 16:18:02 rh Exp $ bin/snort +man/man8/snort.8 share/snort/backdoor-lib share/snort/misc-lib share/snort/overflow-lib |