prometheanfire 14/06/15 03:39:24
Modified: ChangeLog
Added: hiera-1.3.4.ebuild
Removed: hiera-1.3.2.ebuild hiera-1.3.1.ebuild
hiera-1.2.1-r1.ebuild hiera-1.3.0.ebuild
hiera-1.3.3.ebuild
Log:
fixes for CVE-2014-3248 and bug 513290
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0x2471eb3e40ac5ac3)
Revision Changes Path
1.23 dev-ruby/hiera/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.23&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.23&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 24 May 2014 05:55:36 -0000 1.22
+++ ChangeLog 15 Jun 2014 03:39:23 -0000 1.23
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/hiera
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.22 2014/05/24
05:55:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.23 2014/06/15
03:39:23 prometheanfire Exp $
+
+*hiera-1.3.4 (15 Jun 2014)
+
+ 15 Jun 2014; Matthew Thode <[email protected]> +hiera-1.3.4.ebuild,
+ -hiera-1.2.1-r1.ebuild, -hiera-1.3.0.ebuild, -hiera-1.3.1.ebuild,
+ -hiera-1.3.2.ebuild, -hiera-1.3.3.ebuild:
+ fixes for CVE-2014-3248 and bug 513290
*hiera-1.3.3 (24 May 2014)
1.1 dev-ruby/hiera/hiera-1.3.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.4.ebuild?rev=1.1&content-type=text/plain
Index: hiera-1.3.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-1.3.4.ebuild,v 1.1
2014/06/15 03:39:23 prometheanfire Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="A simple pluggable Hierarchical Database"
HOMEPAGE="http://projects.puppetlabs.com/"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
ruby_add_bdepend "test? ( dev-ruby/mocha )"
ruby_add_rdepend "dev-ruby/json"
all_ruby_prepare() {
# Our json package is either the compiled version or the pure
# version. Fix gemspec accordingly.
sed -i -e 's/json_pure/json/' ../metadata || die
}