From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH] gnu: ruby: Update to 2.1.5. Date: Sat, 15 Nov 2014 11:28:58 -0500 Message-ID: <87oas8qvg5.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpgDk-0000Dx-8x for guix-devel@gnu.org; Sat, 15 Nov 2014 11:29:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpgDe-0004Ks-2l for guix-devel@gnu.org; Sat, 15 Nov 2014 11:29:08 -0500 Received: from mail.fsf.org ([208.118.235.13]:43797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpgDd-0004Kl-Vs for guix-devel@gnu.org; Sat, 15 Nov 2014 11:29:02 -0500 Received: from 209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.40.86]:47281 helo=izanagi) by mail.fsf.org with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1XpgDd-0001np-HB for guix-devel@gnu.org; Sat, 15 Nov 2014 11:29:01 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain 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/ --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-ruby-Update-to-2.1.5.patch Content-Transfer-Encoding: quoted-printable >From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001 From: David Thompson 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 =C2=A9 2014 Pjotr Prins ;;; Copyright =C2=A9 2014 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2014 Mark H Weaver +;;; Copyright =C2=A9 2014 David Thompson ;;; ;;; 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" --=20 2.1.1 --=-=-= Content-Type: text/plain -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate --=-=-=--