diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-11-02 00:05:23 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-11-02 00:05:23 +0000 |
commit | 9b9b9171a38ac167a67cc8cd4034ed0f09a87d5c (patch) | |
tree | 8a378ec652dfb0c924fb17d7223f87d0bc28a21d | |
parent | bfd2f003f1b669b4eed40008ebfe8a1f186cfd3d (diff) | |
download | pkgsrc-9b9b9171a38ac167a67cc8cd4034ed0f09a87d5c.tar.gz |
- 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
-rw-r--r-- | security/libnasl/Makefile | 5 | ||||
-rw-r--r-- | security/libnasl/buildlink3.mk | 6 | ||||
-rw-r--r-- | security/libnasl/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile index dad259a4a9b..cdb59868526 100644 --- a/security/libnasl/Makefile +++ b/security/libnasl/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/libnasl GNU_CONFIGURE= yes USE_BUILDLINK3= yes +CONFIGURE_ARGS+= --localstatedir=${VARBASE} + .include "../../security/nessus-libraries/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/libnasl/buildlink3.mk b/security/libnasl/buildlink3.mk index 992a44e81aa..b3e6dca4391 100644 --- a/security/libnasl/buildlink3.mk +++ b/security/libnasl/buildlink3.mk @@ -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:= ${BUILDLINK_PACKAGES:Nlibnasl} 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 --git a/security/libnasl/distinfo b/security/libnasl/distinfo index 7950ea54b4d..ffa4f09b2a4 100644 --- a/security/libnasl/distinfo +++ b/security/libnasl/distinfo @@ -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 |