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 | 00992246cd1588733e60ac687d83394df8862744 (patch) | |
tree | e285cd9fbef8d5da9a033ab821f41152a504a524 /security/libnasl | |
parent | 3cda96d70b5f124122c6d8bfd1ae8166f5c9f2d2 (diff) | |
download | pkgsrc-00992246cd1588733e60ac687d83394df8862744.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/libnasl')
-rw-r--r-- | security/libnasl/PLIST | 4 | ||||
-rw-r--r-- | security/libnasl/buildlink2.mk | 4 | ||||
-rw-r--r-- | security/libnasl/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/libnasl/PLIST b/security/libnasl/PLIST index d3235155ff9..62f3650ea4b 100644 --- a/security/libnasl/PLIST +++ b/security/libnasl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/06/09 17:01:24 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/09/02 09:29:47 frueauf Exp $ bin/nasl bin/nasl-config include/nessus/nasl.h @@ -6,6 +6,6 @@ lib/libnasl.a lib/libnasl.la lib/libnasl.so lib/libnasl.so.2 -lib/libnasl.so.2.6 +lib/libnasl.so.2.7 man/man1/nasl-config.1 man/man1/nasl.1 diff --git a/security/libnasl/buildlink2.mk b/security/libnasl/buildlink2.mk index 452211a1d9a..240405cf279 100644 --- a/security/libnasl/buildlink2.mk +++ b/security/libnasl/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/06/09 17:01:24 frueauf Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/09/02 09:29:47 frueauf Exp $ # .if !defined(LIBNASL_BUILDLINK2_MK) LIBNASL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libnasl -BUILDLINK_DEPENDS.libnasl?= libnasl>=2.0.6a +BUILDLINK_DEPENDS.libnasl?= libnasl>=2.0.7 BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl EVAL_PREFIX+= BUILDLINK_PREFIX.libnasl=libnasl diff --git a/security/libnasl/distinfo b/security/libnasl/distinfo index 54ddf59c9e6..95310f1f3fc 100644 --- a/security/libnasl/distinfo +++ b/security/libnasl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2003/06/09 17:01:24 frueauf Exp $ +$NetBSD: distinfo,v 1.10 2003/09/02 09:29:48 frueauf Exp $ -SHA1 (libnasl-2.0.6a.tar.gz) = 25534b79d7c477dcdd879fa9b2fd0578efbba116 -Size (libnasl-2.0.6a.tar.gz) = 340781 bytes +SHA1 (libnasl-2.0.7.tar.gz) = a13e033c0f950032676ae7eabc8e73da6cbb4185 +Size (libnasl-2.0.7.tar.gz) = 341562 bytes SHA1 (patch-aa) = dd13fb7ddaf21f313e392e76138bbb66c7bdfbcb |