Received: by mail.netbsd.org (Postfix, from userid 605) id C6B9284D59; Mon, 14 Aug 2017 15:24:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58D9F84D54 for ; Mon, 14 Aug 2017 15:24:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id P6uXH9h-1tWh for ; Mon, 14 Aug 2017 15:24:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B87C684D3C for ; Mon, 14 Aug 2017 15:24:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B697BFAD0; Mon, 14 Aug 2017 15:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150272427064930" MIME-Version: 1.0 Date: Mon, 14 Aug 2017 15:24:30 +0000 From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/net/nagios-base To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org X-Mailer: log_accum Message-Id: <20170814152430.B697BFAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150272427064930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_150272427064930 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_150272427064930--