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.28.3 [security fixes]


From: guix-commits
Subject: branch master updated: gnu: webkitgtk: Update to 2.28.3 [security fixes].
Date: Fri, 10 Jul 2020 14:57:07 -0400

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

mhw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 152f020  gnu: webkitgtk: Update to 2.28.3 [security fixes].
152f020 is described below

commit 152f0207daf08037e3b03e546bb6a99de23ccf2f
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Jul 9 16:33:34 2020 -0400

    gnu: webkitgtk: Update to 2.28.3 [security fixes].
    
    Includes fixes for CVE-2020-9802, CVE-2020-9803, CVE-2020-9805,
    CVE-2020-9806, CVE-2020-9807, CVE-2020-9843, CVE-2020-9850,
    and CVE-2020-13753.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.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 3804209..fd70ad4 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.28.2")
+    (version "2.28.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "1g9hik3bprki5s9d7y5288q5irwckbzajr6rnlvjrlnqrwjkblmr"))
+                "08imj2q6h975mz7714dqdrmbav0s884990gf98xf2862fb08m2gh"))
               (patches (search-patches "webkitgtk-share-store.patch"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))



reply via email to

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