aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-06-22 00:30:39 -0400
committerLeo Famulari <leo@famulari.name>2017-06-22 03:11:34 -0400
commitace6cc12d3fc7fa63a9dd171b356314c2ff5ff44 (patch)
tree8b999e59adbdaeab2dc33dcd73c4a877ac35efd3
parentd92621cf4547d909e6b9f247607327d9744e3b0b (diff)
downloadguix-ace6cc12d3fc7fa63a9dd171b356314c2ff5ff44.tar
guix-ace6cc12d3fc7fa63a9dd171b356314c2ff5ff44.tar.gz
gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
-rw-r--r--gnu/packages/webkit.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 71f1e9dc7f..567d696eac 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
(define-public webkitgtk
(package
(name "webkitgtk")
- (version "2.16.3")
+ (version "2.16.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
- "04mmfxm8284zrlkrhkcn9gq1l4lpm1q6wwb5hyybj081v8qr2ki0"))))
+ "0a2ikwiw1wn8w11y9ci6nn6dq9w0iki48l9lhnbm7g8rhcrs9azr"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no tests