diff options
author | frueauf <frueauf> | 2000-10-15 17:19:49 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2000-10-15 17:19:49 +0000 |
commit | c6e9970a38b7bc5774cbf746769089e379dbcb23 (patch) | |
tree | 57fc53520d77fcb266004ec74b5ff56b661c9a69 /security/libnasl | |
parent | bc38baa96b3bcedcb819f892f8f5b7545ed65d29 (diff) | |
download | pkgsrc-c6e9970a38b7bc5774cbf746769089e379dbcb23.tar.gz |
Update nessus to 1.0.5.
. changes by Renaud Deraison (deraison at nessus.org) :
- added experimental KB saving, to prevent the audit to restart
from scratch between two tests. See http://www.nessus.org/doc/kb_saving.html
for details
- added experimental detached scans.
See http://www.nessus.org/doc/detached_scan.html for details
- bug in the test of DoS attacks fixed (thanks to Christophe Grenier,
Christophe.Grenier@esiea.fr)
- minor changes in nessus-adduser
- scripts that open a UDP socket read the result of a UDP scan first
- when it receives a SIGHUP, nessusd first frees memory. It also closes
and re-opens the nessusd.messages file
- the plugin timeout is now user definable, in nessusd.conf
- 64 bit compatible (nessusd would produce warnings when running
on some 64 bit architectures). Thanks to the SuSE (http://www.suse.de) team
for having given me access to an IA-64 to compile and try Nessus.
. Changes by Jordan Hrycaj <jordan@mjh.teddy-net.com>
- faster cipher layer
. Other changes :
- a GTK error would sometime be produced when the client is run in
batch mode (Cyril Leclerc <cleclerc at boreal-com.fr>)
Diffstat (limited to 'security/libnasl')
-rw-r--r-- | security/libnasl/files/md5 | 4 | ||||
-rw-r--r-- | security/libnasl/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libnasl/files/md5 b/security/libnasl/files/md5 index fb684acf482..8bf500946ba 100644 --- a/security/libnasl/files/md5 +++ b/security/libnasl/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/08/03 23:09:21 frueauf Exp $ +$NetBSD: md5,v 1.3 2000/10/15 17:19:49 frueauf Exp $ -MD5 (libnasl-1.0.4.tar.gz) = 3a91b6d6a42b8b73124990a13bbd0da2 +MD5 (libnasl-1.0.5.tar.gz) = cd64d77103817b562e0c4e8a77b8856e diff --git a/security/libnasl/pkg/PLIST b/security/libnasl/pkg/PLIST index b5cb128e761..7524e558e68 100644 --- a/security/libnasl/pkg/PLIST +++ b/security/libnasl/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/03 23:09:22 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/10/15 17:19:51 frueauf Exp $ bin/nasl bin/nasl-config include/nessus/nasl.h lib/libnasl.a lib/libnasl.la -lib/libnasl.so.1.4 +lib/libnasl.so.1.5 man/man1/nasl-config.1 man/man1/nasl.1 |