diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-08-03 23:09:21 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-08-03 23:09:21 +0000 |
commit | 7c881ceb9e941d1f388cb1ff4c1166ead07e2aa7 (patch) | |
tree | c05838dddd54747e42f5617e602f70e421484803 /security/nessus-libraries | |
parent | b244683b3cde0a76cb5560060c1afabb33a19608 (diff) | |
download | pkgsrc-7c881ceb9e941d1f388cb1ff4c1166ead07e2aa7.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-libraries')
-rw-r--r-- | security/nessus-libraries/files/md5 | 4 | ||||
-rw-r--r-- | security/nessus-libraries/pkg/PLIST | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/nessus-libraries/files/md5 b/security/nessus-libraries/files/md5 index e6d215036a2..39c496ce149 100644 --- a/security/nessus-libraries/files/md5 +++ b/security/nessus-libraries/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $ +$NetBSD: md5,v 1.2 2000/08/03 23:09:22 frueauf Exp $ -MD5 (nessus-libraries-1.0.3.tar.gz) = fda65bd2b63adf224eca4bd0f998755e +MD5 (nessus-libraries-1.0.4.tar.gz) = 1fe60e282532c6018ed402a275903c15 diff --git a/security/nessus-libraries/pkg/PLIST b/security/nessus-libraries/pkg/PLIST index d02e68fe2d4..e930bc05f48 100644 --- a/security/nessus-libraries/pkg/PLIST +++ b/security/nessus-libraries/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/03 23:09:22 frueauf Exp $ bin/nessus-config include/nessus/getopt.h include/nessus/harglists.h @@ -11,13 +11,13 @@ include/peks/messages.h include/peks/peks.h lib/libhosts_gatherer.a lib/libhosts_gatherer.la -lib/libhosts_gatherer.so.1.3 +lib/libhosts_gatherer.so.1.4 lib/libnessus.a lib/libnessus.la -lib/libnessus.so.1.3 +lib/libnessus.so.1.4 lib/libpcap-nessus.a lib/libpcap-nessus.la -lib/libpcap-nessus.so.1.3 +lib/libpcap-nessus.so.1.4 lib/libpeks.a lib/libpeks.la lib/libpeks.so.8.13 |