all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56301] [PATCH] gnu: ruby: Update to 2.6.10 [security fixes].
@ 2022-06-29 15:54 Remco van 't Veer
  2022-08-29 14:45 ` bug#56301: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2022-06-29 15:54 UTC (permalink / raw)
  To: 56301; +Cc: Remco van 't Veer

Includes fixes for: CVE-2022-28739, CVE-2021-41819, CVE-2021-41817,
CVE-2021-31810, CVE-2021-32066, CVE-2021-28965, CVE-2020-25613, and
CVE-2020-10933.

* gnu/packages/ruby.scm (ruby-2.6): Update to 2.6.10.
---
 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..ba26206fd2 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.
 ;;;
@@ -98,7 +99,7 @@ (define %prawn-project-licenses
 (define-public ruby-2.6
   (package
     (name "ruby")
-    (version "2.6.5")
+    (version "2.6.10")
     (source
      (origin
        (method url-fetch)
@@ -107,7 +108,7 @@ (define-public ruby-2.6
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0qhsw2mr04f3lqinkh557msr35pb5rdaqy4vdxcj91flgxqxmmnm"))
+         "1wn12klc44hn2nh5v1lkqbdyvljip6qhwjqvkkf8zf112gaxxn2z"))
        (modules '((guix build utils)))
        (snippet `(begin
                    ;; Remove bundled libffi

base-commit: c86484782ecdc08c8c75e67cb0067a68a0a9e4d3
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56301: [PATCH] gnu: ruby: Update to 2.6.10 [security fixes].
  2022-06-29 15:54 [bug#56301] [PATCH] gnu: ruby: Update to 2.6.10 [security fixes] Remco van 't Veer
@ 2022-08-29 14:45 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-29 14:45 UTC (permalink / raw)
  To: Remco van 't Veer, 56301-done; +Cc: Remco van 't Veer

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

Remco van 't Veer <remco@remworks.net> skriver:

> Includes fixes for: CVE-2022-28739, CVE-2021-41819, CVE-2021-41817,
> CVE-2021-31810, CVE-2021-32066, CVE-2021-28965, CVE-2020-25613, and
> CVE-2020-10933.
>
> * gnu/packages/ruby.scm (ruby-2.6): Update to 2.6.10.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-29 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 15:54 [bug#56301] [PATCH] gnu: ruby: Update to 2.6.10 [security fixes] Remco van 't Veer
2022-08-29 14:45 ` bug#56301: " Marius Bakke

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.