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.4 [fixes CVE-2017-2538].


From: Leo Famulari
Subject: 01/01: gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].
Date: Thu, 22 Jun 2017 03:11:48 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ace6cc12d3fc7fa63a9dd171b356314c2ff5ff44
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 22 00:30:39 2017 -0400

    gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.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 71f1e9d..567d696 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.16.3")
+    (version "2.16.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04mmfxm8284zrlkrhkcn9gq1l4lpm1q6wwb5hyybj081v8qr2ki0"))))
+                "0a2ikwiw1wn8w11y9ci6nn6dq9w0iki48l9lhnbm7g8rhcrs9azr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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