pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nagios-base



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Aug 14 15:24:30 UTC 2017

Modified Files:
        pkgsrc/net/nagios-base: Makefile

Log Message:
net/nagios-base: Remove rss-newsfeed.html from SPECIAL_PERMS.

The rss-newsfeed.html file was removed in the update to version
4.3.2, so we no longer need to change ownership and permissions on
the file after installation.

Arguably, nagios-base should have a postinstall check for the
rss-newsfeed.* files and remove them, as they were removed in
version 4.3.2 due to security concerns.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/nagios-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nagios-base/Makefile
diff -u pkgsrc/net/nagios-base/Makefile:1.71 pkgsrc/net/nagios-base/Makefile:1.72
--- pkgsrc/net/nagios-base/Makefile:1.71        Mon Aug  7 09:09:28 2017
+++ pkgsrc/net/nagios-base/Makefile     Mon Aug 14 15:24:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2017/08/07 09:09:28 jlam Exp $
+# $NetBSD: Makefile,v 1.72 2017/08/14 15:24:30 jlam Exp $
 #
 
 DISTNAME=              nagios-4.3.2
@@ -78,7 +78,6 @@ OWN_DIRS_PERMS+=${NAGIOSDIR}/rw ${NAGIOS
 OWN_DIRS_PERMS+=${NAGIOSDIR}/checkresults ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0775
 
 SPECIAL_PERMS+=        share/nagios/jsonquery.html ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0644
-SPECIAL_PERMS+=        share/nagios/rss-newsfeed.html ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0644
 
 SUBST_CLASSES+=                files
 SUBST_STAGE.files=     post-build



Home | Main Index | Thread Index | Old Index