diff options
author | frueauf <frueauf> | 2002-12-19 18:30:12 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2002-12-19 18:30:12 +0000 |
commit | e00a8fd914520c4852c743b9605790d4daf0147b (patch) | |
tree | 7e43e204e03478a052af4efcb2d47550714eab27 /security/nessus | |
parent | f9a5a07c693c3bcc26d9bbed053a4534f4d04831 (diff) | |
download | pkgsrc-e00a8fd914520c4852c743b9605790d4daf0147b.tar.gz |
Update nessus{-core,-libraries,-plugins} and libnasl to 1.2.7.
Based on pr pkg/19438 by Adrian Portelli.
Changes since 1.2.6:
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- The 'cancel' button of several file selection dialogs is now working
- Optimized several plugins :
- Web-related checks now use http_recv() instead of recv()
- open_priv_sock_tcp() has a lower timeout
- RPC related checks now use get_rpc_port(), a function equivalent
to libc's getrpcport() but with a much smaller timeout
- Decreased the default value of checks_read_timeout from 15 to 5
- Fixed a bug in the plugin selection GUI which would not refresh
the list of plugins of a given family properly (bug#3)
- Fixed memory leaks in NASL
- Fixed a bug in nessusd which would make it leak memory when receiving a SIGHUP
(bug#10)
- Fixed a compatibility problem with Nmap 3.10ALPHA (bug#11)
- Nessus now accepts nmap's U: and T: notation for the port range (bug#5)
. changes by Erik Anderson (eanders@pobox.com)
- Added CVE and BID links, added urls and removed dead links from the plugins
. changes by Michel Scheidell (scheidell@secnap.net)
- Improved several SMB-related checks
. changes by Rodolfo Baader (rbaader@activesec.biz)
- Quotes and apostrophes are properly escaped in the XML output report
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index bbf789a1732..8e48b12f82b 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2002/10/13 09:11:52 frueauf Exp $ +# $NetBSD: Makefile.common,v 1.15 2002/12/19 18:30:13 frueauf Exp $ # # Common Makefile for: # * nessus-core @@ -7,7 +7,7 @@ # * libnasl # -VERS= 1.2.6 +VERS= 1.2.7 CATEGORIES= security x11 net MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \ |