* [bug#59582] [PATCH] gnu: ruby: Update to 2.7.7. [security fixes].
@ 2022-11-25 19:23 Remco van 't Veer
2022-11-27 11:02 ` bug#59582: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2022-11-25 19:23 UTC (permalink / raw)
To: 59582; +Cc: Remco van 't Veer
Fixes: CVE-2021-33621: HTTP response splitting in CGI.
* gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.7.
---
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..37d18061f8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -194,7 +194,7 @@ (define-public ruby-2.7
(define ruby-2.7-fixed
(package
(inherit ruby-2.7)
- (version "2.7.6")
+ (version "2.7.7")
(source
(origin
(inherit (package-source ruby-2.7))
@@ -203,7 +203,7 @@ (define ruby-2.7-fixed
"/ruby-" version ".tar.gz"))
(sha256
(base32
- "042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877"))))))
+ "143vih5jzmrd2r5h94pa3qzml0ldii0qzs6g09jg6zqxd7djf0g1"))))))
(define-public ruby-3.0
(package
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59582: [PATCH] gnu: ruby: Update to 2.7.7. [security fixes].
2022-11-25 19:23 [bug#59582] [PATCH] gnu: ruby: Update to 2.7.7. [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: 59582-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:23 [bug#59582] [PATCH] gnu: ruby: Update to 2.7.7. [security fixes] Remco van 't Veer
2022-11-27 11:02 ` bug#59582: " Efraim Flashner
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.