diff options
author | frueauf <frueauf@pkgsrc.org> | 2002-10-13 09:11:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2002-10-13 09:11:51 +0000 |
commit | 387a5766f531a64f5744b3ad11948d2748ec1e88 (patch) | |
tree | 5000f98bf5333c95fabbc67b0ae8dd426661c416 /security/nessus-libraries/PLIST | |
parent | c8f19341527f91cd17c47a824977a871b56a331e (diff) | |
download | pkgsrc-387a5766f531a64f5744b3ad11948d2748ec1e88.tar.gz |
Update nessus{-libraries,-core,-plugins} and libnasl to 1.2.6.
Changes since 1.2.0:
1.2.6 :
. changes by Michael Slifcak (Michael.Slifcak@guardent.com)
- Added Bugtraq cross reference in the plugins
- Added support for BID in nessusd (this has yet to be done on the
client side)
. changes by Axel Nennker (Axel.Nennker@t-systems.com)
- fixed the xml and html outputs
- fixed array issues in a couple of plugins
. changes by Michel Arboi (arboi@bigfoot.com)
- find_service now detects services protected by TCP wrappers or ACL
- find_service detects gnuserv
- ptyexecvp() replaced by nessus_popen() (*)
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed a bug which may make nasl interpret backquoted strings
(\n and \r) received from the network (problem noted by Pavel Kankovsky)
- nmap_wrapper.nes calls _exit() instead of exit() (*)
- Solved the lack of bpf's on Free/Open/NetBSD and MacOSX by
sharing _one_ among all the Nessus processes. As a result, Nessus's
ping is much more effective on these platforms
- bugfix in plug_set_key() which would eventually make some scripts
take too long when writing in the KB
- Plugins of family ACT_SETTINGS are run *after* plugins of family
ACT_SCANNERS
- replaced the implementation of md5 which was used when OpenSSL is disabled
by the one from RSA (the old one would not work on a big-endian host)
- Fixed plugins build issues on MacOS X
- The nessus client compiles and links against GTK+-2.0. Of course, it will
be horrible and instable, as the GTK team does not care about backward
compatibility
(*) These two modifications solve the problems of nmap hanging under FreeBSD
1.2.5 :
. changes by Michel Arboi (arboi@bigfoot.com)
- find_service now displays unknown services that run on assigned ports
- read_stream_connection smarter (smaller timeout)
- find_service sometimes declared IDENT as "unknown"
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed a deadlock that would prevent some plugins from completing
- Fixed a possible (although rare) corruption issue in the reports
(the script IDs could under some circumstances be random)
- Fixed a potential segfault in the execution of nasl scripts
1.2.4 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Reverted back to autoconf 2.13.
- Bug fix in nessus-core/nessusd/pluginlaunch.c - under some circumstances,
data might have be lost in the reports
- Fixed a bug in several plugins for web checks (under some circumstances,
a plugin would do N x N checks against the remote web servers (where
N equals to the number of web servers running on the remote host)
1.2.3 :
. changes by Isaac Dawson (idawson@securitymanagementpartners.com)
- New html output layout.
. changes by Pasi Eronen (pasi.eronen@nixu.com)
- fix in nmap_wrapper
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed a bug which could make, under some circumstances, make nessusd
crash the host it is running on.
- If the option log_whole_attack is set to "no", then only the begining
and the end of the attack is logged (and not the time each plugin takes)
- Improved no404.nasl to further reduce false positives
- Bug fix in nessusd - under some rare circumstances, report data could
be lost (if many many plugins were enabled at the same time and were
sending data at the same time).
- UDP packets are resent while we wait for a reply (avoids to loose packets
en route)
- Fixed the option "auto_enable_dependencies" which would not always work
- Sending a SIGTERM to the nessus client during a command line scan
forces it to save its result to the current test file
- Non-printables characters are not shown in the report any more
1.2.2 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- In the GUI, while running a scan, plugins names are only updated once
in a while (saves CPU)
- Bugfix in the client : some host names would make the client crash
- Repaired the '-P' switch in the client
1.2.1 :
. changes by Simon Law (sfllaw@engmail.uwaterloo.ca)
- Made a manpage for nessus-mkcert-client(1) and have it installed by
the Makefile
- Revised most other manpages for missing information and to increase
clarity
Diffstat (limited to 'security/nessus-libraries/PLIST')
-rw-r--r-- | security/nessus-libraries/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nessus-libraries/PLIST b/security/nessus-libraries/PLIST index 97b89cf4754..9358a01098c 100644 --- a/security/nessus-libraries/PLIST +++ b/security/nessus-libraries/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/05/10 13:18:46 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/10/13 09:11:53 frueauf Exp $ bin/nessus-config include/nessus/getopt.h include/nessus/harglists.h @@ -11,17 +11,17 @@ lib/libhosts_gatherer.a lib/libhosts_gatherer.la lib/libhosts_gatherer.so lib/libhosts_gatherer.so.3 -lib/libhosts_gatherer.so.3.0 +lib/libhosts_gatherer.so.3.6 lib/libnessus.a lib/libnessus.la lib/libnessus.so lib/libnessus.so.3 -lib/libnessus.so.3.0 +lib/libnessus.so.3.6 lib/libpcap-nessus.a lib/libpcap-nessus.la lib/libpcap-nessus.so lib/libpcap-nessus.so.3 -lib/libpcap-nessus.so.3.0 +lib/libpcap-nessus.so.3.6 man/man1/nessus-config.1 @dirrm include/nessus/net @dirrm include/nessus |