guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ruby-2.3: Update to 2.3.6 [fixes CVE-2017-17405].


From: Ben Woodcroft
Subject: 01/04: gnu: ruby-2.3: Update to 2.3.6 [fixes CVE-2017-17405].
Date: Thu, 14 Dec 2017 22:58:08 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 2713e399eeffe36b3e7c6be5307323a1a24d774e
Author: Ben Woodcroft <address@hidden>
Date:   Fri Dec 15 13:25:46 2017 +1000

    gnu: ruby-2.3: Update to 2.3.6 [fixes CVE-2017-17405].
    
    * gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.6.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index caab8fa..6402107 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -105,7 +105,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.3
   (package
     (inherit ruby)
-    (version "2.3.5")
+    (version "2.3.6")
     (source
      (origin
        (method url-fetch)
@@ -114,7 +114,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "1npzcnq5kh0f9y88w5gj4v6ln8csr91361k3r43dmhlhn6mpsfkx"))
+         "0mlz0mk7yyxia37k8fdv8m8a72h61nfbns28430h796l4an6kng0"))
        (modules '((guix build utils)))
        (snippet `(begin
                    ;; Remove bundled libffi



reply via email to

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