guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: webkitgtk: Update to 2.16.6 [security fixes].


From: Mark H. Weaver
Subject: 01/01: gnu: webkitgtk: Update to 2.16.6 [security fixes].
Date: Tue, 25 Jul 2017 07:41:24 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit ebc9f7050c6912b015395e020fe6a07b0369e3a8
Author: Mark H Weaver <address@hidden>
Date:   Tue Jul 25 07:32:25 2017 -0400

    gnu: webkitgtk: Update to 2.16.6 [security fixes].
    
    Includes fixes for CVE-2017-7039, CVE-2017-7018, CVE-2017-7030, 
CVE-2017-7037,
    CVE-2017-7034, CVE-2017-7055, CVE-2017-7056, CVE-2017-7064, CVE-2017-7061,
    CVE-2017-7048, and CVE-2017-7046.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.6.
---
 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 8d04242..5ab27b4 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.16.5")
+    (version "2.16.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1m3xpqs6ddq3m8z6vn83mqh5mkagxlp68vl5qnc7hxcf8brrc0wf"))))
+                "08abxbhi2n1pfby9f2c20z8mpmbvbs2z7vf0p5ckq4jkz46na8zw"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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