pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins - Update nessus to 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34ba312e8a00
branches:  trunk
changeset: 482719:34ba312e8a00
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Nov 02 00:04:03 2004 +0000

description:
- Update nessus to 2.2.0
- ok'ed frueauf
- specify local state directory
- make the update script work using netbsd's ftp client by default

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-plugins/Makefile |  19 +++++++++++++++++--
 security/nessus-plugins/distinfo |   6 +++---
 2 files changed, 20 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r e9ab8c3561bb -r 34ba312e8a00 security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile  Tue Nov 02 00:03:09 2004 +0000
+++ b/security/nessus-plugins/Makefile  Tue Nov 02 00:04:03 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/02 00:04:03 adrianp Exp $
 
 DISTNAME=      nessus-plugins-${VERS}
-PKGREVISION=   1
 .include       "../nessus/Makefile.common"
 
 COMMENT=       Plugins for the Nessus Network Security Scanner
@@ -12,6 +11,22 @@
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+=       --with-fetchcmd=/usr/bin/ftp
+.else
+CONFIGURE_ARGS+=       --with-fetchcmd=${PREFIX}/bin/ftp
+.endif
+
+SUBST_CLASSES+=                fetch
+SUBST_STAGE.fetch=     post-configure
+SUBST_FILES.fetch=     nessus-update-plugins
+SUBST_SED.fetch=       -e "s|fetch_args=\"\"|fetch_args=\"-o -\"|g"
+SUBST_MESSAGE.fetch=   "Fixing fetch parameters."
+
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 
 # auto-generate PLIST of plug-ins
diff -r e9ab8c3561bb -r 34ba312e8a00 security/nessus-plugins/distinfo
--- a/security/nessus-plugins/distinfo  Tue Nov 02 00:03:09 2004 +0000
+++ b/security/nessus-plugins/distinfo  Tue Nov 02 00:04:03 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/07/22 15:01:17 adam Exp $
+$NetBSD: distinfo,v 1.15 2004/11/02 00:04:03 adrianp Exp $
 
-SHA1 (nessus-plugins-2.0.12.tar.gz) = d3e214968397c866659a3d5826b54eb6b0184385
-Size (nessus-plugins-2.0.12.tar.gz) = 1767376 bytes
+SHA1 (nessus-plugins-2.2.0.tar.gz) = 2cae8c2edd0fccf4f890cd9bf5973d62b3d0c290
+Size (nessus-plugins-2.2.0.tar.gz) = 2541121 bytes



Home | Main Index | Thread Index | Old Index