diff options
author | Lance Albertson <ramereth@gentoo.org> | 2006-05-16 13:45:49 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2006-05-16 13:45:49 +0000 |
commit | 24aa58340cdb60554a4ecd8e06a6da0d2cf97ca4 (patch) | |
tree | e9d4b4eebc558afb2459ac3e59aeac636a4761b3 /net-analyzer/nagios | |
parent | Version bumped. (diff) | |
download | historical-24aa58340cdb60554a4ecd8e06a6da0d2cf97ca4.tar.gz historical-24aa58340cdb60554a4ecd8e06a6da0d2cf97ca4.tar.bz2 historical-24aa58340cdb60554a4ecd8e06a6da0d2cf97ca4.zip |
version bump for yet another security issue (see bug #133487)
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/nagios/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/nagios/files/digest-nagios-1.4.1 | 0 | ||||
-rw-r--r-- | net-analyzer/nagios/files/digest-nagios-2.3.1 | 0 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-1.4.1.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-2.3.1.ebuild | 30 |
6 files changed, 72 insertions, 1 deletions
diff --git a/net-analyzer/nagios/ChangeLog b/net-analyzer/nagios/ChangeLog index 484b0b9cf48c..74169790b4a0 100644 --- a/net-analyzer/nagios/ChangeLog +++ b/net-analyzer/nagios/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/nagios # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.40 2006/05/07 20:27:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.41 2006/05/16 13:45:49 ramereth Exp $ + +*nagios-2.3.1 (16 May 2006) +*nagios-1.4.1 (16 May 2006) + + 16 May 2006; Lance Albertson <ramereth@gentoo.org> +nagios-1.4.1.ebuild, + +nagios-2.3.1.ebuild: + * Version bump for yet another security issue (see bug #133487) 07 May 2006; Markus Rothe <corsair@gentoo.org> nagios-1.4.ebuild: Stable on ppc64 diff --git a/net-analyzer/nagios/Manifest b/net-analyzer/nagios/Manifest index f585066b2c5a..c496c316097c 100644 --- a/net-analyzer/nagios/Manifest +++ b/net-analyzer/nagios/Manifest @@ -1,6 +1,10 @@ MD5 25c6cc3aacdb96af62ec61376b808a34 ChangeLog 5836 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-1.4 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-1.4.1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-2.3 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-2.3.1 0 MD5 bb0bc884a0383e5be0a4bae6cba836dc metadata.xml 1049 +MD5 69d2587450e41bbc5a51bef2c6240d74 nagios-1.4.1.ebuild 860 MD5 d832645c1d24539a0afcfe416c383c8a nagios-1.4.ebuild 858 +MD5 06f4505097758627e5bb355eb218aaae nagios-2.3.1.ebuild 858 MD5 06f4505097758627e5bb355eb218aaae nagios-2.3.ebuild 858 diff --git a/net-analyzer/nagios/files/digest-nagios-1.4.1 b/net-analyzer/nagios/files/digest-nagios-1.4.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-analyzer/nagios/files/digest-nagios-1.4.1 diff --git a/net-analyzer/nagios/files/digest-nagios-2.3.1 b/net-analyzer/nagios/files/digest-nagios-2.3.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-analyzer/nagios/files/digest-nagios-2.3.1 diff --git a/net-analyzer/nagios/nagios-1.4.1.ebuild b/net-analyzer/nagios/nagios-1.4.1.ebuild new file mode 100644 index 000000000000..b4b4af26275f --- /dev/null +++ b/net-analyzer/nagios/nagios-1.4.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.4.1.ebuild,v 1.1 2006/05/16 13:45:49 ramereth Exp $ + +DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages" +HOMEPAGE="http://www.nagios.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=net-analyzer/nagios-core-${PV} + >=net-analyzer/nagios-plugins-1.3.1 + >=net-analyzer/nagios-nrpe-1.8 + >=net-analyzer/nagios-nsca-2.3 + >=net-analyzer/nagios-imagepack-1.0" + +pkg_postrm() { + + einfo "Note: this is a META ebuild for ${P}." + einfo "to remove it completely or before re-emerging" + einfo "either use 'depclean', or remove/re-emerge these packages:" + echo + for dep in ${RDEPEND}; do + einfo " ${dep}" + done + echo + +} diff --git a/net-analyzer/nagios/nagios-2.3.1.ebuild b/net-analyzer/nagios/nagios-2.3.1.ebuild new file mode 100644 index 000000000000..df893ce7f48a --- /dev/null +++ b/net-analyzer/nagios/nagios-2.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-2.3.1.ebuild,v 1.1 2006/05/16 13:45:49 ramereth Exp $ + +DESCRIPTION="The Nagios metapackage - merge this to pull install all of the +nagios packages" +HOMEPAGE="http://www.nagios.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~net-analyzer/nagios-core-${PV} + >=net-analyzer/nagios-plugins-1.4 + >=net-analyzer/nagios-nrpe-1.8 + >=net-analyzer/nagios-nsca-2.3 + =net-analyzer/nagios-imagepack-1.0" + +pkg_postrm() { + einfo "Note: this is a META ebuild for ${P}." + einfo "to remove it completely or before re-emerging" + einfo "either use 'depclean', or remove/re-emerge these packages:" + echo + for dep in ${RDEPEND}; do + einfo " ${dep}" + done + echo +} + |