summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-09-13 18:07:57 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-09-13 18:07:57 +0000
commitf87ec989c5a838b164bfc0da1aae285ddfd6fe6b (patch)
tree69ff1bfa7a33eb2d3c119842200f41ecda81b6f8 /net-analyzer/pnp4nagios
parentVersion bump to latest. (diff)
downloadgentoo-2-f87ec989c5a838b164bfc0da1aae285ddfd6fe6b.tar.gz
gentoo-2-f87ec989c5a838b164bfc0da1aae285ddfd6fe6b.tar.bz2
gentoo-2-f87ec989c5a838b164bfc0da1aae285ddfd6fe6b.zip
Fix bug 430358 - CVE-2012-3457
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/pnp4nagios')
-rw-r--r--net-analyzer/pnp4nagios/ChangeLog8
-rw-r--r--net-analyzer/pnp4nagios/pnp4nagios-0.6.19-r1.ebuild (renamed from net-analyzer/pnp4nagios/pnp4nagios-0.6.19.ebuild)6
2 files changed, 12 insertions, 2 deletions
diff --git a/net-analyzer/pnp4nagios/ChangeLog b/net-analyzer/pnp4nagios/ChangeLog
index bf6dbc7e656e..519eb8fbe428 100644
--- a/net-analyzer/pnp4nagios/ChangeLog
+++ b/net-analyzer/pnp4nagios/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/pnp4nagios
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.45 2012/09/11 20:54:59 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.46 2012/09/13 18:07:57 idl0r Exp $
+
+*pnp4nagios-0.6.19-r1 (13 Sep 2012)
+
+ 13 Sep 2012; Christian Ruppert <idl0r@gentoo.org>
+ +pnp4nagios-0.6.19-r1.ebuild, -pnp4nagios-0.6.19.ebuild:
+ Fix bug 430358 - CVE-2012-3457
*pnp4nagios-0.6.19 (11 Sep 2012)
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.19.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.19-r1.ebuild
index ae0399b89ec6..855a29d97f88 100644
--- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.19.ebuild
+++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.19-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.19.ebuild,v 1.1 2012/09/11 20:54:59 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.19-r1.ebuild,v 1.1 2012/09/13 18:07:57 idl0r Exp $
EAPI="4"
@@ -73,6 +73,10 @@ src_install() {
insinto "${APACHE_MODULES_CONFDIR}"
doins "${FILESDIR}"/98_pnp4nagios.conf
fi
+
+ # Bug 430358 - CVE-2012-3457
+ find "${D}/etc/pnp" -type f -exec chmod 0640 {} \;
+ find "${D}/etc/pnp" -type d -exec chmod 0750 {} \;
}
pkg_postinst() {