guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: ruby: Update to 2.1.5.


From: David Thompson
Subject: [PATCH] gnu: ruby: Update to 2.1.5.
Date: Sat, 15 Nov 2014 11:28:58 -0500
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

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 <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
+;;; Copyright © 2014 David Thompson <address@hidden>
 ;;;
 ;;; 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]