mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-3.3: Update to 3.3.9.
Bugfixes including CVE-2025-24294: "Possible Denial of Service in resolv gem". * gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.9. Change-Id: I5f73c8e523d6ce574b5cca8bab14c4abde2a6337 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6a3d58fb06
commit
7af4a57c30
1 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
|||
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -148,7 +149,7 @@ a focus on simplicity and productivity.")
|
|||
(define-public ruby-3.3
|
||||
(package
|
||||
(inherit ruby-3.4)
|
||||
(version "3.3.8")
|
||||
(version "3.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -157,7 +158,7 @@ a focus on simplicity and productivity.")
|
|||
"/ruby-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hl6bi27w711hva96f95hg02vqzb30kabdw9hbj3rnj3w3z71bj4"))))))
|
||||
"1fvng8x44x90pn8nl4sxa5nzb34jwq0is6l5k7066zrg18ca491b"))))))
|
||||
|
||||
(define-public ruby-2.7
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue