diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-20 11:34:51 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-20 18:41:17 -0500 |
commit | 632bfda5bbd2c2a0595d1e895f9ad67e8c45a3a2 (patch) | |
tree | b8a0915b463bc877e8cfc942f401e8e2751ba6c0 /gnu/packages/webkit.scm | |
parent | 7be1ea33ff52af49896464cf8457708c6a1be662 (diff) | |
download | guix-632bfda5bbd2c2a0595d1e895f9ad67e8c45a3a2.tar.gz |
gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809,30887,30890}].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.3.
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 65ad122f9c..8e9aa2b1b5 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -227,14 +227,14 @@ acceleration in mind, leveraging common 3D graphics APIs for best performance.") (define-public webkitgtk (package (name "webkitgtk") - (version "2.34.1") + (version "2.34.3") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" "webkitgtk-" version ".tar.xz")) (sha256 (base32 - "1vix0w24m7mq82rzxrk8xvcrkli44gimzs282xs29q2xf0b16g24")) + "0bf5976b0369p1ibj0v8kp13ax72bjpffp2svpj3c6p26am3fbqd")) (patches (search-patches "webkitgtk-share-store.patch" "webkitgtk-bind-all-fonts.patch")))) (build-system cmake-build-system) |