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: Fri, 28 Oct 2016 15:16:32
Message-Id: 1477667691.1e3ce59fd7858572761276d10fedb1308e08b36c.mjo@gentoo
1 commit: 1e3ce59fd7858572761276d10fedb1308e08b36c
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 13:53:02 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 15:14:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3ce59f
7
8 net-analyzer/nagios: new version 4.2.2 to fix CVE-2008-4796.
9
10 Gentoo-Bug: 598104
11 Reported-By: Tomáš Mózes
12
13 Package-Manager: portage-2.3.0
14
15 net-analyzer/nagios/nagios-4.2.2.ebuild | 21 +++++++++++++++++++++
16 1 file changed, 21 insertions(+)
17
18 diff --git a/net-analyzer/nagios/nagios-4.2.2.ebuild b/net-analyzer/nagios/nagios-4.2.2.ebuild
19 new file mode 100644
20 index 00000000..cdcde9c
21 --- /dev/null
22 +++ b/net-analyzer/nagios/nagios-4.2.2.ebuild
23 @@ -0,0 +1,21 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=6
29 +
30 +DESCRIPTION="The Nagios metapackage"
31 +HOMEPAGE="http://www.nagios.org/"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="~net-analyzer/nagios-core-${PV}
39 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
40 +
41 +pkg_postrm() {
42 + elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
43 + elog "To remove it completely, use emerge --depclean."
44 +}