The most important patch in this new version is a fix for the following CVE:
https://www.ruby-lang.org/en/news/2014/11/13/rexml-dos-cve-2014-8090/
>From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001 From: David Thompson <[email protected]> Date: Sat, 15 Nov 2014 11:26:23 -0500 Subject: [PATCH] gnu: ruby: Update to 2.1.5. * gnu/packages/ruby.scm (ruby): Update to version 2.1.5. --- gnu/packages/ruby.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 5cdd722..4b6665c 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2014 Pjotr Prins <[email protected]> ;;; Copyright © 2014 Ludovic Courtès <[email protected]> ;;; Copyright © 2014 Mark H Weaver <[email protected]> +;;; Copyright © 2014 David Thompson <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +37,7 @@ (define-public ruby (package (name "ruby") - (version "2.1.4") + (version "2.1.5") (source (origin (method url-fetch) @@ -45,7 +46,7 @@ "/ruby-" version ".tar.xz")) (sha256 (base32 - "1ksgx1rn4wp80290399q6d26zpbx0nb3sxh45wl4wr58raxmrk71")))) + "18z9mwhzgh4gqc0c6ydbjg0a87jc0j38sha10mzfvjbmsjw1xfi2")))) (build-system gnu-build-system) (arguments `(#:test-target "test" -- 2.1.1
-- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate
