summaryrefslogtreecommitdiff
path: root/security/nessus-plugins/patches/patch-ab
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2008-10-13 22:32:54 +0000
committerbad <bad@pkgsrc.org>2008-10-13 22:32:54 +0000
commit465844de470e8c258b8fc97bfc0c55b169a5b118 (patch)
treed31bea13566d196c0896960615b02ccfbf801069 /security/nessus-plugins/patches/patch-ab
parent28ec1d3da05296f3fc4b3e317da0adbb81d620a4 (diff)
downloadpkgsrc-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-plugins/patches/patch-ab')
-rw-r--r--security/nessus-plugins/patches/patch-ab15
1 files changed, 11 insertions, 4 deletions
diff --git a/security/nessus-plugins/patches/patch-ab b/security/nessus-plugins/patches/patch-ab
index 7c35a3ec903..d5c39fc9e25 100644
--- a/security/nessus-plugins/patches/patch-ab
+++ b/security/nessus-plugins/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2008/10/10 11:35:39 adam Exp $
+$NetBSD: patch-ab,v 1.2 2008/10/13 22:32:54 bad Exp $
---- Makefile.orig 2008-10-06 16:00:43.000000000 +0200
-+++ Makefile
-@@ -23,7 +23,7 @@ install-dirs:
+--- Makefile.orig 2008-03-08 01:10:04.000000000 +0000
++++ Makefile 2008-09-09 16:30:11.000000000 +0000
+@@ -23,13 +23,13 @@
$(DESTDIR)${libdir}/nessus/plugins
install-nasl: install-dirs
@@ -11,3 +11,10 @@ $NetBSD: patch-ab,v 1.1 2008/10/10 11:35:39 adam Exp $
$(INSTALL) -o $(installuser) -m 444 $$scripts \
$(DESTDIR)${libdir}/nessus/plugins; \
done
+
+ install-inc: install-dirs
+- for scripts in scripts/*.inc scripts/*.nlib; do \
++ for scripts in scripts/*.inc; do \
+ $(INSTALL) -o $(installuser) -m 444 $$scripts \
+ $(DESTDIR)${libdir}/nessus/plugins; \
+ done