svn commit: r371606 - head/net-mgmt/icinga2

Lars Engels lme at FreeBSD.org
Mon Oct 27 20:07:02 UTC 2014


Author: lme
Date: Mon Oct 27 20:07:01 2014
New Revision: 371606
URL: https://svnweb.freebsd.org/changeset/ports/371606
QAT: https://qat.redports.org/buildarchive/r371606/

Log:
  - Chown icinga:icinga and chmod 640 on etc/icinga2/feature-avalable/ido-{pgsql,mysql}.conf so normal users can't spy on the database passwords
  - Bump PORTREVISION
  
  PR:		194636
  Submitted by:	Oliver Hartmann <ohartman at zedat.fu-berlin.de>

Modified:
  head/net-mgmt/icinga2/Makefile
  head/net-mgmt/icinga2/pkg-plist

Modified: head/net-mgmt/icinga2/Makefile
==============================================================================
--- head/net-mgmt/icinga2/Makefile	Mon Oct 27 19:51:40 2014	(r371605)
+++ head/net-mgmt/icinga2/Makefile	Mon Oct 27 20:07:01 2014	(r371606)
@@ -2,7 +2,7 @@
 
 PORTNAME=	icinga2
 DISTVERSION=	2.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/
 

Modified: head/net-mgmt/icinga2/pkg-plist
==============================================================================
--- head/net-mgmt/icinga2/pkg-plist	Mon Oct 27 19:51:40 2014	(r371605)
+++ head/net-mgmt/icinga2/pkg-plist	Mon Oct 27 20:07:01 2014	(r371606)
@@ -26,8 +26,6 @@ bin/icinga2-sign-key
 %%ETCDIR%%/features-available/debuglog.conf
 %%ETCDIR%%/features-available/graphite.conf
 %%ETCDIR%%/features-available/icingastatus.conf
-%%ETCDIR%%/features-available/ido-mysql.conf
-%%ETCDIR%%/features-available/ido-pgsql.conf
 %%ETCDIR%%/features-available/livestatus.conf
 %%ETCDIR%%/features-available/mainlog.conf
 %%ETCDIR%%/features-available/notification.conf
@@ -37,6 +35,8 @@ bin/icinga2-sign-key
 %%ETCDIR%%/features-enabled/checker.conf
 %%ETCDIR%%/features-enabled/mainlog.conf
 %%ETCDIR%%/features-enabled/notification.conf
+@(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-mysql.conf
+@(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf
 %%ETCDIR%%/icinga2.conf
 %%ETCDIR%%/scripts/mail-host-notification.sh
 %%ETCDIR%%/scripts/mail-service-notification.sh


More information about the svn-ports-all mailing list