diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-25 07:32:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-25 07:32:25 -0400 |
commit | ebc9f7050c6912b015395e020fe6a07b0369e3a8 (patch) | |
tree | 95fcd5583ee3384b81634af83da5f9b1f5d2cb1f /gnu/packages/webkit.scm | |
parent | a84ea2191e3781317b53bacf392343eb3b15e1be (diff) | |
download | guix-ebc9f7050c6912b015395e020fe6a07b0369e3a8.tar guix-ebc9f7050c6912b015395e020fe6a07b0369e3a8.tar.gz |
gnu: webkitgtk: Update to 2.16.6 [security fixes].
Includes fixes for CVE-2017-7039, CVE-2017-7018, CVE-2017-7030, CVE-2017-7037,
CVE-2017-7034, CVE-2017-7055, CVE-2017-7056, CVE-2017-7064, CVE-2017-7061,
CVE-2017-7048, and CVE-2017-7046.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.6.
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 8d04242743..5ab27b49f5 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -53,14 +53,14 @@ (define-public webkitgtk (package (name "webkitgtk") - (version "2.16.5") + (version "2.16.6") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "1m3xpqs6ddq3m8z6vn83mqh5mkagxlp68vl5qnc7hxcf8brrc0wf")))) + "08abxbhi2n1pfby9f2c20z8mpmbvbs2z7vf0p5ckq4jkz46na8zw")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no tests |