summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-08 07:40:17 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-08 07:40:17 +0000
commit8e6711157f79d27ef1307df2bcb490dec1ac2c8a (patch)
tree136c7e7689db1516372bfa3a7b10700f08092adb /security/nessus
parent0d0ea1f24efccbd9dec8fcc8b47c035f6ab15cbe (diff)
downloadpkgsrc-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/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/ \