me
/
guix
Archived
1
0
Fork 0

gnu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].

* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.6.
master
Leo Famulari 2018-11-05 16:11:59 -05:00
parent 426ffb830a
commit 288d24800d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -3481,7 +3481,7 @@ differences (added or removed nodes) between two XML/HTML documents.")
(define-public ruby-rack
(package
(name "ruby-rack")
(version "2.0.5")
(version "2.0.6")
(source
(origin
(method url-fetch)
@ -3493,7 +3493,7 @@ differences (added or removed nodes) between two XML/HTML documents.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1k1k4wk10l6bxx46pw58j2p3nmyzjqnr65hbjjqydd6517fmxgib"))
"0pb3g5ymvbf07xaxcn51dpqv3djlxavckp3qkxsjdxiqznb0d9p1"))
;; Ignore test which fails inside the build environment but works
;; outside.
(patches (search-patches "ruby-rack-ignore-failing-test.patch"))))