mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: ruby: Update to 2.7.7. [security fixes].
Fixes: CVE-2021-33621: HTTP response splitting in CGI. * gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9e4f89df57
commit
49b4d4f708
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ (define-public ruby-2.7
|
||||||
(define ruby-2.7-fixed
|
(define ruby-2.7-fixed
|
||||||
(package
|
(package
|
||||||
(inherit ruby-2.7)
|
(inherit ruby-2.7)
|
||||||
(version "2.7.6")
|
(version "2.7.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(inherit (package-source ruby-2.7))
|
(inherit (package-source ruby-2.7))
|
||||||
|
@ -203,7 +203,7 @@ (define ruby-2.7-fixed
|
||||||
"/ruby-" version ".tar.gz"))
|
"/ruby-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877"))))))
|
"143vih5jzmrd2r5h94pa3qzml0ldii0qzs6g09jg6zqxd7djf0g1"))))))
|
||||||
|
|
||||||
(define-public ruby-3.0
|
(define-public ruby-3.0
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue