summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorfrueauf <frueauf>2001-08-16 17:27:53 +0000
committerfrueauf <frueauf>2001-08-16 17:27:53 +0000
commite7dbba32832c0525ce65e2e48e79cfa5acdefe68 (patch)
treeaff31e54cac3fc5243be024379f39e6322893f41 /security/nessus
parent2ade9a2ea0aba4a57bd336294850322ce0eb8c98 (diff)
downloadpkgsrc-e7dbba32832c0525ce65e2e48e79cfa5acdefe68.tar.gz
Update libnasl and nessus{-core,-libraries,plugins} to 1.0.9.
- increased login timeout - fixed a possible deadlock in libpeks - fixed a bug which would cause the client to crash when sending a too long plugin list - fixed the 'too many plugins selected' bug that would make the client crash - workaround for a Linux bug^H^H^Hfeature that makes recv() behave completely differently than the rest of the world (thanks to Andreas Steinmetz) - fixed http://install.nessus.org to better work on Solaris - various minor issues - several new plugins
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 cbe909f6a79..c73941ad703 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2001/06/17 13:25:55 frueauf Exp $
+# $NetBSD: Makefile.common,v 1.11 2001/08/16 17:27:54 frueauf Exp $
#
# Common Makefile for:
# * nessus-core
@@ -7,7 +7,7 @@
# * libnasl
#
-VERS= 1.0.8
+VERS= 1.0.9
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \