summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-11-05 16:11:59 -0500
committerLeo Famulari <leo@famulari.name>2018-11-05 16:22:11 -0500
commit288d24800d99985a857269ea180d36f3a3a2306e (patch)
tree5042d735e78299497d04b65022f9211fbe5c11bd
parent426ffb830ab3977cbfc7fa6282d2ba54cfbdf695 (diff)
downloadguix-patches-288d24800d99985a857269ea180d36f3a3a2306e.tar
guix-patches-288d24800d99985a857269ea180d36f3a3a2306e.tar.gz
gnu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.6.
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bdcc3214e6..2fde016851 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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"))))