pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nessus - Update nessus to 2.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfd8955cab36
branches: trunk
changeset: 482716:cfd8955cab36
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Nov 01 23:59:13 2004 +0000
description:
- Update nessus to 2.2.0
- ok'ed frueauf
- Add MESSAGE about local state dir
Local security checks over SSH : Nessus can now log into the remote hosts
to determine their patch levels and missing updates
A rewritten internal knowledge base API : the new knowledge base API makes
KB access faster and lets the plugins store any amount of data
An improved internal communication between the various nessusd processes, thus
reducing the overhead it takes to handle the results of the plugins and pass
them to the client
An improved plugin scheduler which reduces the time Nessus needs to organize
the order in which plugins should be launched
Sensitive scripts (which can execute commands over SSH) are cryptographically
signed
diffstat:
security/nessus/MESSAGE | 7 +++++++
security/nessus/Makefile | 8 ++++----
security/nessus/Makefile.common | 4 ++--
3 files changed, 13 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r d1507efd4076 -r cfd8955cab36 security/nessus/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nessus/MESSAGE Mon Nov 01 23:59:13 2004 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/11/01 23:59:13 adrianp Exp $
+
+The local state directory is now explictily defined as ${VARBASE}/nessus
+for nessus components.
+
+===========================================================================
diff -r d1507efd4076 -r cfd8955cab36 security/nessus/Makefile
--- a/security/nessus/Makefile Mon Nov 01 23:41:58 2004 +0000
+++ b/security/nessus/Makefile Mon Nov 01 23:59:13 2004 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2004/10/05 09:10:09 tron Exp $
+# $NetBSD: Makefile,v 1.21 2004/11/01 23:59:13 adrianp Exp $
-DISTNAME= nessus-${VERS}nb1
+DISTNAME= nessus-${VERS}
MASTER_SITES= # empty
DISTFILES= # empty
.include "../nessus/Makefile.common"
COMMENT= The Nessus Network Security Scanner
-DEPENDS+= nessus-core-${VERS}nb1:../nessus-core
-DEPENDS+= nessus-plugins-${VERS}nb1:../nessus-plugins
+DEPENDS+= nessus-core-${VERS}:../nessus-core
+DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins
USE_X11= yes
EXTRACT_ONLY= # empty
diff -r d1507efd4076 -r cfd8955cab36 security/nessus/Makefile.common
--- a/security/nessus/Makefile.common Mon Nov 01 23:41:58 2004 +0000
+++ b/security/nessus/Makefile.common Mon Nov 01 23:59:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2004/07/22 15:01:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2004/11/01 23:59:13 adrianp Exp $
#
# Common Makefile for:
# * nessus-core
@@ -6,7 +6,7 @@
# * nessus-plugins
# * libnasl
-VERS= 2.0.12
+VERS= 2.2.0
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \
Home |
Main Index |
Thread Index |
Old Index