diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-08 07:40:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-08 07:40:17 +0000 |
commit | 8e6711157f79d27ef1307df2bcb490dec1ac2c8a (patch) | |
tree | 136c7e7689db1516372bfa3a7b10700f08092adb /security/libnasl/PLIST | |
parent | 0d0ea1f24efccbd9dec8fcc8b47c035f6ab15cbe (diff) | |
download | pkgsrc-8e6711157f79d27ef1307df2bcb490dec1ac2c8a.tar.gz |
Upgrade nessus and friends to 2.0.9.
This closes PR pkg/23159 by Adrian Portelli.
Changes since 2.0.7:
o The bpf sharing system now works fine on BSD systems, so Nessus
now only requires one /dev/bpf to work correctly, no matter how
many hosts are being tested
o A bug in tcp_ping() would make some probes have a source port set
to 0
o Minor bug fixes
o Added functions in libnasl (join_multicast_group(), unixtime(),
and more...)
o All SSL operations now use non-blocking sockets instead of the
alarm() trick to handle timeouts
o Minimize the number of pixmaps that need to be created in the
Nessus client by re-using them
Review the Changelog file to see a complete list of changes.
Diffstat (limited to 'security/libnasl/PLIST')
-rw-r--r-- | security/libnasl/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libnasl/PLIST b/security/libnasl/PLIST index 62f3650ea4b..14890ab3d9b 100644 --- a/security/libnasl/PLIST +++ b/security/libnasl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/09/02 09:29:47 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/11/08 07:40:17 xtraeme 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.7 +lib/libnasl.so.2.9 man/man1/nasl-config.1 man/man1/nasl.1 |