unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59583] [PATCH] gnu: ruby-3.0: Update to 3.0.5. [security fixes].
@ 2022-11-25 19:32 Remco van 't Veer
  2022-11-27 11:02 ` bug#59583: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2022-11-25 19:32 UTC (permalink / raw)
  To: 59583; +Cc: Remco van 't Veer

Fixes: CVE-2021-33621: HTTP response splitting in CGI.

* gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.5.
---
 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 b53aa02ef3..780960c4fb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -208,7 +208,7 @@ (define ruby-2.7-fixed
 (define-public ruby-3.0
   (package
     (inherit ruby-2.7)
-    (version "3.0.4")
+    (version "3.0.5")
     (source
      (origin
        (method url-fetch)
@@ -217,7 +217,7 @@ (define-public ruby-3.0
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "1w7jpq3flnm007z5kj8kixgm8l4smb80w8ak4993a12j0irzq8lf"))))
+         "1pnxbdkkh2miq9nqfq2qscvh76nprzg0r620d9ckdzih42xbaz6g"))))
     (inputs
      (modify-inputs (package-inputs ruby-2.7)
        (replace "openssl" openssl)))))
-- 
2.38.1





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

* bug#59583: [PATCH] gnu: ruby-3.0: Update to 3.0.5. [security fixes].
  2022-11-25 19:32 [bug#59583] [PATCH] gnu: ruby-3.0: Update to 3.0.5. [security fixes] Remco van 't Veer
@ 2022-11-27 11:02 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-11-27 11:02 UTC (permalink / raw)
  To: Remco van 't Veer; +Cc: 59583-done

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

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

end of thread, other threads:[~2022-11-27 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 19:32 [bug#59583] [PATCH] gnu: ruby-3.0: Update to 3.0.5. [security fixes] Remco van 't Veer
2022-11-27 11:02 ` bug#59583: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).