diff options
author | frueauf <frueauf> | 2001-06-17 13:25:54 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2001-06-17 13:25:54 +0000 |
commit | 7b5c4715d67a38bdfe0b0c7a63232c584f23df9d (patch) | |
tree | cf8df52c43ce281853a6e7eab891786c395bcd49 /security/nessus | |
parent | eb70d1e7f4d3408a30941d08ca026b4030b8da97 (diff) | |
download | pkgsrc-7b5c4715d67a38bdfe0b0c7a63232c584f23df9d.tar.gz |
Update nessus to 1.0.8.
- various bugfixes
- fixed fd leak in KB and session saving
- possibly fixed connections problems between the client and
the server
- updated config.guess and config.sub
- many new plugins
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index 49db5e84292..cbe909f6a79 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2001/03/10 22:39:46 tron Exp $ +# $NetBSD: Makefile.common,v 1.10 2001/06/17 13:25:55 frueauf Exp $ # # Common Makefile for: # * nessus-core @@ -7,7 +7,7 @@ # * libnasl # -VERS= 1.0.7a +VERS= 1.0.8 CATEGORIES= security x11 net MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \ |