diff options
author | Leo Famulari <leo@famulari.name> | 2018-08-08 08:11:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-08 09:39:01 -0400 |
commit | 66d35d04e862892ae8dab4390b734d6ad047c61d (patch) | |
tree | baa41125d2a439e10138a7c588ecc5d2e0e40fa8 /gnu/packages/webkit.scm | |
parent | 277f25ce5af060e2a057f5f43eeea2ae6f4fc5b9 (diff) |
gnu: webkitgtk: Update to 2.20.4 [security fixes].
Fixes CVE-2018-{4246,4261,4262,4263,4264,4265,4266,4267,4270,4272,4273,4278,
4284,12911}.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.4.
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 10cd788af2..0eab2df22c 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -55,14 +55,14 @@ (define-public webkitgtk (package (name "webkitgtk") - (version "2.20.3") + (version "2.20.4") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "1n0dy94bm7wvxln4jis1gp8plv8n4a01g41724zsf5psg1yk16sp")))) + "0cmfjbfxssgrwhgqmk7kqws91k6pha519bnyjrfsgy640max2zfc")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no tests |