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.42.4 [fixes CVE-2023-


From: guix-commits
Subject: branch master updated: gnu: webkitgtk: Update to 2.42.4 [fixes CVE-2023-42883].
Date: Wed, 24 Jan 2024 10:47:46 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c5faa9ab8 gnu: webkitgtk: Update to 2.42.4 [fixes CVE-2023-42883].
2c5faa9ab8 is described below

commit 2c5faa9ab88a2b6415bfb1ddbcdc9f8eb9c88d74
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Jan 22 15:35:52 2024 +0200

    gnu: webkitgtk: Update to 2.42.4 [fixes CVE-2023-42883].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.4.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 95dac20b81..d359d01f98 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.42.3")
+    (version "2.42.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "1qnq2f6chsfns1psrqbbsqhgyb458zf75nlmzskb6a2n0hq4c6ha"))
+               (base32 "11pdcwmdj3i9aarrf7wsfvadi6jnkaf6zf7c5i2768x2plq8na2j"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)



reply via email to

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