guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: WebKitGTK: Update to 2.26.4 [security fixes].


From: guix-commits
Subject: 03/05: gnu: WebKitGTK: Update to 2.26.4 [security fixes].
Date: Fri, 14 Feb 2020 11:50:29 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit acadc0c5843ed78d684651ec735696a55de5f92d
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 14 16:13:54 2020 +0100

    gnu: WebKitGTK: Update to 2.26.4 [security fixes].
    
    This fixes CVE-2020-3862, CVE-2020-3864, CVE-2020-3865, CVE-2020-3867, and
    CVE-2020-3868.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.4.
---
 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 463bf41..f9ef1cb 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -121,14 +121,14 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.26.3")
+    (version "2.26.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "04g6y0sv04d20bw401myq3k828ikysjhx383ly81vh9wji9i3mdd"))))
+                "0gqi9f9njrdn8vad1zvr59b25arwc8r0n8bp25sgkbfz2c3r11j3"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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