summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-02-19 18:16:45 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-02-19 18:16:45 +0000
commit7ac8ea55e0975be59d1d452aa426b645358bac3a (patch)
tree4e6610bcc2fce0e94df422e97dff850e8c8e0a85 /net-analyzer
parentVersion bump as per #501786. (diff)
downloadgentoo-2-7ac8ea55e0975be59d1d452aa426b645358bac3a.tar.gz
gentoo-2-7ac8ea55e0975be59d1d452aa426b645358bac3a.tar.bz2
gentoo-2-7ac8ea55e0975be59d1d452aa426b645358bac3a.zip
fixes for CVE-2014-1878 bug 501690
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga/ChangeLog11
-rw-r--r--net-analyzer/icinga/icinga-1.10.3.ebuild (renamed from net-analyzer/icinga/icinga-1.9.4.ebuild)8
-rw-r--r--net-analyzer/icinga/icinga-1.9.5.ebuild (renamed from net-analyzer/icinga/icinga-1.10.2.ebuild)8
3 files changed, 17 insertions, 10 deletions
diff --git a/net-analyzer/icinga/ChangeLog b/net-analyzer/icinga/ChangeLog
index 3a648c6c8c47..0fa82b05bdbd 100644
--- a/net-analyzer/icinga/ChangeLog
+++ b/net-analyzer/icinga/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/icinga
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.43 2013/12/18 01:57:44 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.44 2014/02/19 18:16:45 prometheanfire Exp $
+
+*icinga-1.9.5 (19 Feb 2014)
+*icinga-1.10.3 (19 Feb 2014)
+
+ 19 Feb 2014; Matthew Thode <prometheanfire@gentoo.org> +icinga-1.10.3.ebuild,
+ +icinga-1.9.5.ebuild, -icinga-1.10.2.ebuild, -icinga-1.9.4.ebuild:
+ fixes for CVE-2014-1878 bug 501690
*icinga-1.10.2 (18 Dec 2013)
*icinga-1.9.4 (18 Dec 2013)
diff --git a/net-analyzer/icinga/icinga-1.9.4.ebuild b/net-analyzer/icinga/icinga-1.10.3.ebuild
index 5de5e710f88e..b7a930a59ce5 100644
--- a/net-analyzer/icinga/icinga-1.9.4.ebuild
+++ b/net-analyzer/icinga/icinga-1.10.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.9.4.ebuild,v 1.1 2013/12/18 01:57:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.10.3.ebuild,v 1.1 2014/02/19 18:16:45 prometheanfire Exp $
EAPI=5
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.icinga.org/"
#MY_PV=$(delete_version_separator 3)
#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
#S=${WORKDIR}/${PN}-${MY_PV}
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}-core/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -49,7 +50,6 @@ src_configure() {
$(use_with perl perlcache)
$(use_enable idoutils)
$(use_enable ssl)
- --disable-statusurl
--with-cgiurl=/icinga/cgi-bin
--with-log-dir=/var/log/icinga
--libdir=/usr/$(get_libdir)
diff --git a/net-analyzer/icinga/icinga-1.10.2.ebuild b/net-analyzer/icinga/icinga-1.9.5.ebuild
index 5366f3f80b2d..6d3067950601 100644
--- a/net-analyzer/icinga/icinga-1.10.2.ebuild
+++ b/net-analyzer/icinga/icinga-1.9.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.10.2.ebuild,v 1.1 2013/12/18 01:57:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.9.5.ebuild,v 1.1 2014/02/19 18:16:45 prometheanfire Exp $
EAPI=5
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.icinga.org/"
#MY_PV=$(delete_version_separator 3)
#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
#S=${WORKDIR}/${PN}-${MY_PV}
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}-core/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -49,7 +50,6 @@ src_configure() {
$(use_with perl perlcache)
$(use_enable idoutils)
$(use_enable ssl)
- --disable-statusurl
--with-cgiurl=/icinga/cgi-bin
--with-log-dir=/var/log/icinga
--libdir=/usr/$(get_libdir)