diff options
author | Leo Famulari <leo@famulari.name> | 2021-02-16 17:53:36 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-16 17:54:07 -0500 |
commit | 8fc36d82271946bf5e327b0f2feef9f65ce91701 (patch) | |
tree | c68b070d0aa363b6630ca43cc256ba3541c9af21 /gnu | |
parent | b95a9ff8fd2a2b87d41cdbe7532188b6bd27fd81 (diff) | |
download | guix-8fc36d82271946bf5e327b0f2feef9f65ce91701.tar guix-8fc36d82271946bf5e327b0f2feef9f65ce91701.tar.gz |
gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.5.
Diffstat (limited to 'gnu')
-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 1f49c7de91..9ad6682880 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -224,14 +224,14 @@ acceleration in mind, leveraging common 3D graphics APIs for best performance.") (define-public webkitgtk (package (name "webkitgtk") - (version "2.30.4") + (version "2.30.5") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" "webkitgtk-" version ".tar.xz")) (sha256 (base32 - "093v5wwi237kq8a2fvs6dn5b9rgjll1y6mdicrr7izq1a1ya75fm")) + "07vzbbnvz69rn9pciji4axfpclp98bpj4a0br2z0gbn5wc4an3bx")) (patches (search-patches "webkitgtk-share-store.patch" "webkitgtk-bind-all-fonts.patch")))) (build-system cmake-build-system) |