diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-09-03 11:01:35 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-09-03 11:01:35 +0000 |
commit | c115d8b6a6ad04b5cfed86250293cf57a2ed26a8 (patch) | |
tree | 74041263a81b12fc02837f9c6820fe00e2e7785a /security/nikto/Makefile | |
parent | d646a039838975676a7ed54743e42c55d3fb02b4 (diff) | |
download | pkgsrc-c115d8b6a6ad04b5cfed86250293cf57a2ed26a8.tar.gz |
Update to include security warning for:
http://secunia.com/advisories/16669/
Diffstat (limited to 'security/nikto/Makefile')
-rw-r--r-- | security/nikto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 9710956de47..eb1e3650d44 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/03 11:01:35 adrianp Exp $ DISTNAME= nikto-1.35 +PKGREVISION= 1 +DIST_SUBDIR= ${PKGNAME} CATEGORIES= security www MASTER_SITES= http://www.cirt.net/nikto/ |