summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorfrueauf <frueauf>2000-08-03 23:09:21 +0000
committerfrueauf <frueauf>2000-08-03 23:09:21 +0000
commit439f2d73042dbee2a50877eeb3389de20e90a9d2 (patch)
treec05838dddd54747e42f5617e602f70e421484803 /security/nessus
parent1905288fa5dcf5749a550b9e660263798f13dfa2 (diff)
downloadpkgsrc-439f2d73042dbee2a50877eeb3389de20e90a9d2.tar.gz
Update nessus to 1.0.4.
What is new in Nessus 1.0.4 : changes by Christoph Puppe (pluto at defcom-sec.com) : added "Sort by Port" to the report window. Reports are sorted first by holes, then by warnings, then by notes. Previous version only sorted by holes. changes by Renaud Deraison (renaud at nessus.org) : ftp related checks : the user can now supply a login/password for the ftp checks, and relies on the ftp banner if nessusd can't log into the ftp server (requested by Jens.Oeser at connector.de). libnessus : ftp_log_in() would sometime fail against some ftp servers better handling of large reports on the client side tests are saved on the server side and can be restored. Note that this is experimental and disabled by default. Do ./configure --enable-save-sessions to enable this feature, and read doc/session_saving.txt for details. better handling of targets with multiple web servers running continue to launch the DoS if the state of the remote host can not be determined fixed a bug in smb_login_as_users.nasl, and improved smb_accessible_shares.nasl added checks for unpassworded MySQLs and PostgreSQL databases nessusd uses less memory changes by Pavel Kankovsky (peak at argo.troja.mff.cuni.cz) : fixed a possible deadlock in the nessusd internal communication fixed a problem in the client that would make it crash if it received a malformed message from the server the client would not detect the death of the server when run in batch mode possible header confusion (with regex.h) fixed possible signal deadlock when exiting fixed Other changes : fixed a problem in the function is_cgi_installed() that may sometime not work against odd clients (Thomas Reinke (reinke at e-softinc.com)) fixed a bug in snmp_default_communities.nasl (Lionel Cons (lionel.cons at cern.ch)) fixed showmount.nasl (Paul Ewing Jr. (ewing at ima.umn.edu)) typo in showmount.nasl would prevent it to work over udp (ctor at krixor.xy.org)
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 e5d9b738484..acdac8f4802 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2000/07/30 11:22:00 frueauf Exp $
+# $NetBSD: Makefile.common,v 1.2 2000/08/03 23:09:22 frueauf Exp $
#
# Common Makefile for:
# * nessus-core
@@ -7,7 +7,7 @@
# * libnasl
#
-VERS= 1.0.3
+VERS= 1.0.4
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/ \