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.30.5 [fixes CVE-2020-


From: guix-commits
Subject: branch master updated: gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558].
Date: Tue, 16 Feb 2021 17:56:57 -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 8fc36d8  gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558].
8fc36d8 is described below

commit 8fc36d82271946bf5e327b0f2feef9f65ce91701
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Feb 16 17:53:36 2021 -0500

    gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.5.
---
 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 1f49c7d..9ad6682 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -224,14 +224,14 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.30.4")
+    (version "2.30.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "093v5wwi237kq8a2fvs6dn5b9rgjll1y6mdicrr7izq1a1ya75fm"))
+                "07vzbbnvz69rn9pciji4axfpclp98bpj4a0br2z0gbn5wc4an3bx"))
               (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]