pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d5e3cc48c80
branches:  trunk
changeset: 482720:9d5e3cc48c80
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Nov 02 00:05:23 2004 +0000

description:
- Update nessus to 2.2.0
- ok'ed frueauf
- specify 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/libnasl/Makefile      |  5 +++--
 security/libnasl/buildlink3.mk |  6 +++---
 security/libnasl/distinfo      |  6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 34ba312e8a00 -r 9d5e3cc48c80 security/libnasl/Makefile
--- a/security/libnasl/Makefile Tue Nov 02 00:04:03 2004 +0000
+++ b/security/libnasl/Makefile Tue Nov 02 00:05:23 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:18:10 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/02 00:05:23 adrianp Exp $
 
 DISTNAME=      libnasl-${VERS}
-PKGREVISION=   1
 
 .include       "../nessus/Makefile.common"
 
@@ -11,5 +10,7 @@
 GNU_CONFIGURE= yes
 USE_BUILDLINK3=        yes
 
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+
 .include "../../security/nessus-libraries/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 34ba312e8a00 -r 9d5e3cc48c80 security/libnasl/buildlink3.mk
--- a/security/libnasl/buildlink3.mk    Tue Nov 02 00:04:03 2004 +0000
+++ b/security/libnasl/buildlink3.mk    Tue Nov 02 00:05:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:10 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/11/02 00:05:23 adrianp Exp $
 # XXX  BUILDLINK_DEPMETHOD.libnasl?=   build
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
@@ -12,8 +12,8 @@
 BUILDLINK_PACKAGES+=   libnasl
 
 .if !empty(LIBNASL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libnasl+=    libnasl>=2.0.12
-BUILDLINK_RECOMMENDED.libnasl?=        libnasl>=2.0.12nb1
+BUILDLINK_DEPENDS.libnasl+=    libnasl>=2.2.0
+BUILDLINK_RECOMMENDED.libnasl?=        libnasl>=2.2.0
 BUILDLINK_PKGSRCDIR.libnasl?=  ../../security/libnasl
 .endif # LIBNASL_BUILDLINK3_MK
 
diff -r 34ba312e8a00 -r 9d5e3cc48c80 security/libnasl/distinfo
--- a/security/libnasl/distinfo Tue Nov 02 00:04:03 2004 +0000
+++ b/security/libnasl/distinfo Tue Nov 02 00:05:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2004/07/22 15:00:20 adam Exp $
+$NetBSD: distinfo,v 1.15 2004/11/02 00:05:23 adrianp Exp $
 
-SHA1 (libnasl-2.0.12.tar.gz) = 7c06f1d19d244dbf4d3cf3c24bcb97f19ce6a5d8
-Size (libnasl-2.0.12.tar.gz) = 343144 bytes
+SHA1 (libnasl-2.2.0.tar.gz) = 64902a9ca4c667f16a61e071df325d81cd4cb033
+Size (libnasl-2.2.0.tar.gz) = 366083 bytes
 SHA1 (patch-aa) = dd13fb7ddaf21f313e392e76138bbb66c7bdfbcb



Home | Main Index | Thread Index | Old Index