graaff 14/09/30 04:56:02 Modified: ChangeLog Added: safe_yaml-1.0.4.ebuild Log: Version bump. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.15 dev-ruby/safe_yaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 Aug 2014 14:26:12 -0000 1.14 +++ ChangeLog 30 Sep 2014 04:56:02 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/safe_yaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.14 2014/08/15 14:26:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.15 2014/09/30 04:56:02 graaff Exp $ + +*safe_yaml-1.0.4 (30 Sep 2014) + + 30 Sep 2014; Hans de Graaff <gra...@gentoo.org> +safe_yaml-1.0.4.ebuild: + Version bump. 15 Aug 2014; Anthony G. Basile <bluen...@gentoo.org> ChangeLog: Fix failed gpg signature 1.1 dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?rev=1.1&content-type=text/plain Index: safe_yaml-1.0.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/safe_yaml/safe_yaml-1.0.4.ebuild,v 1.1 2014/09/30 04:56:02 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability" HOMEPAGE="https://dtao.github.com/safe_yaml" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/hashie dev-ruby/heredoc_unindent dev-ruby/rspec:2 )" each_ruby_test() { # Run specs with monkeypatch ${RUBY} -S rspec --tag ~libraries || die # Running specs without monkeypatch ${RUBY} -S rspec --tag libraries || die }