diff options
author | bad <bad@pkgsrc.org> | 2008-10-13 22:32:54 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2008-10-13 22:32:54 +0000 |
commit | 465844de470e8c258b8fc97bfc0c55b169a5b118 (patch) | |
tree | d31bea13566d196c0896960615b02ccfbf801069 /security/nessus-core | |
parent | 28ec1d3da05296f3fc4b3e317da0adbb81d620a4 (diff) | |
download | pkgsrc-465844de470e8c258b8fc97bfc0c55b169a5b118.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/nessus-core')
-rw-r--r-- | security/nessus-core/Makefile | 5 | ||||
-rw-r--r-- | security/nessus-core/buildlink3.mk | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile index ab5f418824f..d062c518be6 100644 --- a/security/nessus-core/Makefile +++ b/security/nessus-core/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2008/10/10 11:34:50 adam Exp $ +# $NetBSD: Makefile,v 1.35 2008/10/13 22:32:54 bad Exp $ .include "../../security/nessus/Makefile.common" DISTNAME= nessus-core-${VERS} +PKGREVISION= 1 COMMENT= Core module of the Nessus Network Security Scanner @@ -23,7 +24,7 @@ RCD_SCRIPTS= nessusd PKG_SYSCONFSUBDIR?= nessus OWN_DIRS_PERMS+= ${VARBASE}/nessus ${ROOT_USER} ${ROOT_GROUP} 0700 -OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${ROOT_USER} ${ROOT_GROUP} 0700 +OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${ROOT_USER} ${ROOT_GROUP} 0755 OWN_DIRS+= ${PREFIX}/lib/nessus \ ${PREFIX}/lib/nessus/reports \ diff --git a/security/nessus-core/buildlink3.mk b/security/nessus-core/buildlink3.mk index 96323971bbb..ce8970aa212 100644 --- a/security/nessus-core/buildlink3.mk +++ b/security/nessus-core/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2008/01/18 05:09:39 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2008/10/13 22:32:54 bad Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ NESSUS_CORE_BUILDLINK3_MK:= ${NESSUS_CORE_BUILDLINK3_MK}+ @@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= nessus-core BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}nessus-core .if !empty(NESSUS_CORE_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.nessus-core+= nessus-core>=2.2.7 -BUILDLINK_ABI_DEPENDS.nessus-core?= nessus-core>=2.2.9nb1 +BUILDLINK_API_DEPENDS.nessus-core+= nessus-core>=2.2.11 +BUILDLINK_ABI_DEPENDS.nessus-core?= nessus-core>=2.2.11nb1 BUILDLINK_PKGSRCDIR.nessus-core?= ../../security/nessus-core .endif # NESSUS_CORE_BUILDLINK3_MK |