guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: webkitgtk: Update to 2.20.3 [security fixes].


From: Marius Bakke
Subject: 04/06: gnu: webkitgtk: Update to 2.20.3 [security fixes].
Date: Mon, 11 Jun 2018 12:15:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f24cfb6cc368d3274e89ef14671a602d33d1a0b6
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 17:56:56 2018 +0200

    gnu: webkitgtk: Update to 2.20.3 [security fixes].
    
    Fixes CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222,
    CVE-2018-4232, CVE-2018-4233, CVE-2018-4246 and CVE-2018-11646.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.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 d1abb0b..10cd788 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -55,14 +55,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.20.2")
+    (version "2.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qi6nnj4qidzija1am9xscwjxwfqwhiy7x39ndriqgzh86i97znz"))))
+                "1n0dy94bm7wvxln4jis1gp8plv8n4a01g41724zsf5psg1yk16sp"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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