pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nagios-base net/nagios-base: Remove rss-newsfeed.h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb7731975c21
branches:  trunk
changeset: 366397:eb7731975c21
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 14 15:24:30 2017 +0000

description:
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.

diffstat:

 net/nagios-base/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 02931d42dba4 -r eb7731975c21 net/nagios-base/Makefile
--- a/net/nagios-base/Makefile  Mon Aug 14 15:24:11 2017 +0000
+++ b/net/nagios-base/Makefile  Mon Aug 14 15:24:30 2017 +0000
@@ -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}/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