guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809, 30887, 30890}].
Date: Mon, 20 Dec 2021 19:18:13 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 632bfda  gnu: WebKitGTK: Update to 2.34.3 [fixes 
CVE-2021-{30809,30887,30890}].
632bfda is described below

commit 632bfda5bbd2c2a0595d1e895f9ad67e8c45a3a2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 20 11:34:51 2021 -0500

    gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809,30887,30890}].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.34.3.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 65ad122..8e9aa2b 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]