summaryrefslogtreecommitdiff
path: root/security/libnasl
diff options
context:
space:
mode:
authorbad <bad>2008-10-13 22:32:54 +0000
committerbad <bad>2008-10-13 22:32:54 +0000
commit418162074102ae174bc02feb871cf2bc25135309 (patch)
treed31bea13566d196c0896960615b02ccfbf801069 /security/libnasl
parent1b90544867644d00b300bd57f61a4bbdfa4660c3 (diff)
downloadpkgsrc-418162074102ae174bc02feb871cf2bc25135309.tar.gz
Fix botched update of nessus.
Need to BUILDLINK_ABI_DEPENDS on the 2.2.11 versions of the libraries. Bump PKGREVISION wholesale to disambiguate the fixed packages from the botched ones and depend on them. Use GPLed version of the plugins instead of the non-free version. While here fix permissions of PKG_SYSCONFDIR in nessus-core/Makefile.
Diffstat (limited to 'security/libnasl')
-rw-r--r--security/libnasl/Makefile3
-rw-r--r--security/libnasl/buildlink3.mk6
2 files changed, 5 insertions, 4 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile
index 679a728826c..85494d9c6bf 100644
--- a/security/libnasl/Makefile
+++ b/security/libnasl/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2008/10/10 11:34:50 adam Exp $
+# $NetBSD: Makefile,v 1.23 2008/10/13 22:32:54 bad Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../security/nessus/Makefile.common"
DISTNAME= libnasl-${VERS}
+PKGREVISION= 1
COMMENT= Nessus Attack Scripting Language library
diff --git a/security/libnasl/buildlink3.mk b/security/libnasl/buildlink3.mk
index afac83fa1f8..b000b90530a 100644
--- a/security/libnasl/buildlink3.mk
+++ b/security/libnasl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2008/01/18 05:09:38 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2008/10/13 22:32:54 bad Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBNASL_BUILDLINK3_MK:= ${LIBNASL_BUILDLINK3_MK}+
@@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= libnasl
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libnasl
.if !empty(LIBNASL_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libnasl+= libnasl>=2.2.9
-BUILDLINK_ABI_DEPENDS.libnasl?= libnasl>=2.2.9nb1
+BUILDLINK_API_DEPENDS.libnasl+= libnasl>=2.2.11
+BUILDLINK_ABI_DEPENDS.libnasl?= libnasl>=2.2.11nb1
BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl
.endif # LIBNASL_BUILDLINK3_MK