Skip to content
Snippets Groups Projects
Unverified Commit ace6cc12 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
parent d92621cf
No related branches found
No related tags found
No related merge requests found
...@@ -53,14 +53,14 @@ (define-module (gnu packages webkit) ...@@ -53,14 +53,14 @@ (define-module (gnu packages webkit)
(define-public webkitgtk (define-public webkitgtk
(package (package
(name "webkitgtk") (name "webkitgtk")
(version "2.16.3") (version "2.16.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/" (uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"04mmfxm8284zrlkrhkcn9gq1l4lpm1q6wwb5hyybj081v8qr2ki0")))) "0a2ikwiw1wn8w11y9ci6nn6dq9w0iki48l9lhnbm7g8rhcrs9azr"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment