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.6 [Fixes CVE-2022-


From: guix-commits
Subject: branch master updated: gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620].
Date: Fri, 18 Feb 2022 00:02:43 -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 f47125d286 gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620].
f47125d286 is described below

commit f47125d2868315acc40379c8e859fb60d6942dad
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Feb 17 21:08:45 2022 -0500

    gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.34.6.
---
 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 3b3dcef30f..40537f5e0a 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -239,14 +239,14 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.34.5")
+    (version "2.34.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "1d19ardah6gkh8r5scxb7msk6922hkkncvgl0nps6ivsmx1hd4v8"))
+                "1xn1hhd0qaxmjf6vy6664i4mmmjsw9zgrr4w8ni3415d981zvj3b"))
               (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]