summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-07-17 06:43:42 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-07-17 06:43:42 +0000
commit4330b149936e1136169ce6f19049bd50cb659239 (patch)
tree2de2d851c0c5552832c946b641ca8d24644b0083 /app-admin/mcollective
parentVersion bump. (diff)
downloadgentoo-2-4330b149936e1136169ce6f19049bd50cb659239.tar.gz
gentoo-2-4330b149936e1136169ce6f19049bd50cb659239.tar.bz2
gentoo-2-4330b149936e1136169ce6f19049bd50cb659239.zip
finishing up fixing bug 513292 (CVE-2014-3248), starting fixing bug 517286 (CVE-2014-3251)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'app-admin/mcollective')
-rw-r--r--app-admin/mcollective/ChangeLog9
-rw-r--r--app-admin/mcollective/mcollective-2.5.3.ebuild (renamed from app-admin/mcollective/mcollective-2.3.2.ebuild)8
2 files changed, 12 insertions, 5 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog
index ba8a00dd090f..be890a6f727f 100644
--- a/app-admin/mcollective/ChangeLog
+++ b/app-admin/mcollective/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/mcollective
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.25 2014/06/21 11:00:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.26 2014/07/17 06:43:42 prometheanfire Exp $
+
+*mcollective-2.5.3 (17 Jul 2014)
+
+ 17 Jul 2014; Matthew Thode <prometheanfire@gentoo.org>
+ +mcollective-2.5.3.ebuild, -mcollective-2.3.2.ebuild:
+ finishing up fixing bug 513292 (CVE-2014-3248), starting fixing bug 517286
+ (CVE-2014-3251)
21 Jun 2014; Agostino Sarubbo <ago@gentoo.org> mcollective-2.5.2.ebuild:
Stable for x86, wrt bug #513292
diff --git a/app-admin/mcollective/mcollective-2.3.2.ebuild b/app-admin/mcollective/mcollective-2.5.3.ebuild
index dd42c0c3c454..e5bd98e09d66 100644
--- a/app-admin/mcollective/mcollective-2.3.2.ebuild
+++ b/app-admin/mcollective/mcollective-2.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild,v 1.3 2014/03/02 08:07:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.3.ebuild,v 1.1 2014/07/17 06:43:42 prometheanfire Exp $
EAPI="4"
@@ -12,11 +12,11 @@ inherit ruby-ng
DESCRIPTION="Framework to build server orchestration or parallel job execution
systems"
HOMEPAGE="http://marionette-collective.org/"
-SRC_URI="http://puppetlabs.com/downloads/mcollective/${P}.tgz"
+SRC_URI="http://puppetlabs.com/downloads/mcollective/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc +client"
DEPEND=""
@@ -30,7 +30,7 @@ each_ruby_install() {
doruby -r lib/*
insinto /usr/share/mcollective
doins -r plugins
- use client && dosbin bin/mc-* bin/mco
+ use client && dosbin bin/mco
dosbin bin/mcollectived
if use doc ; then
dohtml -r doc/*