* [PATCH] gnu: ruby: Update to 2.1.5.
@ 2014-11-15 16:28 David Thompson
2014-11-15 18:14 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: David Thompson @ 2014-11-15 16:28 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
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/
[-- Attachment #2: 0001-gnu-ruby-Update-to-2.1.5.patch --]
[-- Type: text/x-diff, Size: 1328 bytes --]
From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
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 <pjotr.guix@thebird.nl>
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2014 David Thompson <davet@gnu.org>
;;;
;;; 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
[-- Attachment #3: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-15 18:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 16:28 [PATCH] gnu: ruby: Update to 2.1.5 David Thompson
2014-11-15 18:14 ` Ludovic Courtès
2014-11-15 18:54 ` David Thompson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.