diff options
author | frueauf <frueauf@pkgsrc.org> | 2003-09-02 09:29:47 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2003-09-02 09:29:47 +0000 |
commit | 630f7479f0bbdfc6498379900d14950e5c77d547 (patch) | |
tree | e285cd9fbef8d5da9a033ab821f41152a504a524 /security/nessus | |
parent | aefcbd4ca5f6ec3e3e8301e19dc87d5cdc73cc9a (diff) | |
download | pkgsrc-630f7479f0bbdfc6498379900d14950e5c77d547.tar.gz |
Update libnasl, nessus{-core,-libraries,-plugins} to 2.0.7.
Based on pr pkg/22356 by Adrian Portelli.
Changes since 2.0.6a:
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed bad performances issues when pinging dead hosts
- Fixed a bug which would prevent to store items larger than 2kb in the KB
- NFS and SMB file-related functions completed (open, read and cwd are
implemented)
- Plugins support for Windows 2003
- Network IPs can now be evenly sliced instead of being scanned
sequentially
- User-definable source-IP(s) for the checks (nessusd -S)
- Fixed a possible message corruption problem if a plugin was to send a too
long message back to nessusd
- Fixed a possible plugin corruption problem when the client overwrites
existing plugins
- Fixed various false positives and wording issues in several plugins
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 7 | ||||
-rw-r--r-- | security/nessus/Makefile.common | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index b458e5dcf92..2acaece4cc9 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.16 2003/07/13 18:00:06 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/02 09:29:50 frueauf Exp $ # DISTNAME= nessus-${VERS} -PKGREVISION= 1 MASTER_SITES= # empty DISTFILES= # empty .include "../nessus/Makefile.common" COMMENT= The Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}nb1:../nessus-core -DEPENDS+= nessus-plugins-${VERS}nb1:../nessus-plugins +DEPENDS+= nessus-core-${VERS}:../nessus-core +DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins USE_X11= yes EXTRACT_ONLY= # empty diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index 27d7c0c4ba9..c431bf208aa 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2003/07/17 22:53:00 grant Exp $ +# $NetBSD: Makefile.common,v 1.18 2003/09/02 09:29:50 frueauf Exp $ # # Common Makefile for: # * nessus-core @@ -7,7 +7,7 @@ # * libnasl # -VERS= 2.0.6a +VERS= 2.0.7 CATEGORIES= security x11 net MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \ |