Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
Date: Sat, 25 Feb 2017 19:29:32
Message-Id: 1488050917.11853578f2ceae84f3da09fbc6e0cc02be6770c1.mjo@gentoo
1 commit: 11853578f2ceae84f3da09fbc6e0cc02be6770c1
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 19:22:53 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 19:28:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11853578
7
8 net-analyzer/nagios: new version to fix CVE-2016-6209.
9
10 Gentoo-Bug: 585914
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 net-analyzer/nagios/nagios-4.3.1.ebuild | 16 ++++++++++++++++
15 1 file changed, 16 insertions(+)
16
17 diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
18 new file mode 100644
19 index 0000000000..fa79a3948b
20 --- /dev/null
21 +++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
22 @@ -0,0 +1,16 @@
23 +# Copyright 1999-2017 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=6
28 +
29 +DESCRIPTION="The Nagios metapackage"
30 +HOMEPAGE="http://www.nagios.org/"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="~net-analyzer/nagios-core-${PV}
38 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"