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: Sun, 02 Dec 2018 16:02:44
Message-Id: 1543766492.fa9341fd5ca844defca217f450c091bd195dea04.mjo@gentoo
1 commit: fa9341fd5ca844defca217f450c091bd195dea04
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 15:58:17 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 16:01:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9341fd
7
8 net-analyzer/nagios: remove nagios-4.3.3 to fix CVE-2017-14312.
9
10 This drops the last stable version of net-analyzer/nagios on hppa, but
11 they've been notified on bug 629380.
12
13 Bug: https://bugs.gentoo.org/629380
14 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16
17 net-analyzer/nagios/nagios-4.3.3.ebuild | 15 ---------------
18 1 file changed, 15 deletions(-)
19
20 diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
21 deleted file mode 100644
22 index 2c40afdab19..00000000000
23 --- a/net-analyzer/nagios/nagios-4.3.3.ebuild
24 +++ /dev/null
25 @@ -1,15 +0,0 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -
31 -DESCRIPTION="The Nagios metapackage"
32 -HOMEPAGE="https://www.nagios.org/"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
37 -IUSE=""
38 -
39 -RDEPEND="~net-analyzer/nagios-core-${PV}
40 - || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"