Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 20:07:02 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371606 - head/net-mgmt/icinga2
Message-ID:  <201410272007.s9RK72dZ060651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410272007.s9RK72dZ060651>