gnu: ruby: Update to 2.7.2.
Fixes CVE-2020-25613. * gnu/packages/ruby.scm (ruby): Update to 2.7.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
159c5943e4
commit
763e613388
|
@ -147,16 +147,16 @@ a focus on simplicity and productivity.")
|
||||||
(define-public ruby-2.7
|
(define-public ruby-2.7
|
||||||
(package
|
(package
|
||||||
(inherit ruby)
|
(inherit ruby)
|
||||||
(version "2.7.1")
|
(version "2.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
|
(uri (string-append "https://cache.ruby-lang.org/pub/ruby/"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/ruby-" version ".tar.gz"))
|
"/ruby-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l"))
|
"1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet `(begin
|
(snippet `(begin
|
||||||
;; Remove bundled libffi
|
;; Remove bundled libffi
|
||||||
|
|
Reference in New Issue