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.32.0 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: WebKitGTK: Update to 2.32.0 [fixes CVE-2021-{1788, 1844, 1871}].
Date: Tue, 30 Mar 2021 14:12:25 -0400

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 3c5e141  gnu: WebKitGTK: Update to 2.32.0 [fixes 
CVE-2021-{1788,1844,1871}].
3c5e141 is described below

commit 3c5e1412e3ef769df8e4826d0aedabaa3aa0d631
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 30 13:30:55 2021 -0400

    gnu: WebKitGTK: Update to 2.32.0 [fixes CVE-2021-{1788,1844,1871}].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.32.0.
    [arguments]: Add -DENABLE_GAMEPAD=OFF to #:configure-flags.
---
 gnu/packages/webkit.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index d837835..083c8cc 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -226,14 +226,14 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.30.6")
+    (version "2.32.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "07kwkn7gnlfw4idl5vyyzhzbj2bjzvjrclbikn9vaw0pm73nwwsh"))
+                "1w3b0w8izp0i070grhv19j631sdcd0mcqnjnax13k8mdx7dg8zcx"))
               (patches (search-patches "webkitgtk-share-store.patch"
                                        "webkitgtk-bind-all-fonts.patch"))))
     (build-system cmake-build-system)
@@ -244,6 +244,9 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
        #:configure-flags (list
                           "-DPORT=GTK"
                           "-DENABLE_GTKDOC=ON" ; No doc by default
+                          ;; Requires libmanette, new dependency added in 
2.32.0.
+                          ;; TODO Decide if we should enable this
+                          "-DENABLE_GAMEPAD=OFF"
                           "-DUSE_SYSTEMD=OFF"
                           (string-append ; uses lib64 by default
                            "-DLIB_INSTALL_DIR="



reply via email to

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