emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56304: closed ([PATCH] gnu: ruby: Update to 3.1.2 [security fixes].)


From: GNU bug Tracking System
Subject: bug#56304: closed ([PATCH] gnu: ruby: Update to 3.1.2 [security fixes].)
Date: Mon, 29 Aug 2022 14:47:02 +0000

Your message dated Mon, 29 Aug 2022 16:46:32 +0200
with message-id <87o7w3ds53.fsf@gnu.org>
and subject line Re: [bug#56304] [PATCH] gnu: ruby: Update to 3.1.2 [security 
fixes].
has caused the debbugs.gnu.org bug report #56304,
regarding [PATCH] gnu: ruby: Update to 3.1.2 [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56304: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56304
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ruby: Update to 3.1.2 [security fixes]. Date: Wed, 29 Jun 2022 17:56:17 +0200
Includes fixes for: CVE-2022-28738, and CVE-2022-28739.

* gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.2.
---
 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 68e5d8dfd6..ef0224b179 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2021 EuAndreh <eu@euandre.org>
 ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
 ;;; Copyright © 2021 Giovanni Biscuolo <g@xelera.eu>
+;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -203,7 +204,7 @@ (define-public ruby-3.0
 (define-public ruby-3.1
   (package
     (inherit ruby-2.7)
-    (version "3.1.1")
+    (version "3.1.2")
     (source
      (origin
        (method url-fetch)
@@ -212,7 +213,7 @@ (define-public ruby-3.1
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "1akcl7vhmwfm6ybj7493kzy58ykh2r39ri9f4xfm2xmhg1msmvvs"))))))
+         "0amzqczgvr51ilcqfgw0n41hrfanzi0wh8k6am3x5dm1z0bx046a"))))))
 
 (define-public ruby-2.5
   (package
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#56304] [PATCH] gnu: ruby: Update to 3.1.2 [security fixes]. Date: Mon, 29 Aug 2022 16:46:32 +0200
Remco van 't Veer <remco@remworks.net> skriver:

> Includes fixes for: CVE-2022-28738, and CVE-2022-28739.
>
> * gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.2.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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