summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-11-08 07:40:17 +0000
committerxtraeme <xtraeme>2003-11-08 07:40:17 +0000
commit6a51ba17f433902263181a9362112f7ad3bcc740 (patch)
tree136c7e7689db1516372bfa3a7b10700f08092adb /security/nessus
parented6fd9ccf28dc6ae8001cb7e3c1a4b561382443e (diff)
downloadpkgsrc-6a51ba17f433902263181a9362112f7ad3bcc740.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/nessus')
-rw-r--r--security/nessus/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common
index c431bf208aa..6d13498251a 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2003/09/02 09:29:50 frueauf Exp $
+# $NetBSD: Makefile.common,v 1.19 2003/11/08 07:40:17 xtraeme Exp $
#
# Common Makefile for:
# * nessus-core
@@ -7,7 +7,7 @@
# * libnasl
#
-VERS= 2.0.7
+VERS= 2.0.9
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \