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.3 [fixes CVE-2017-{2496, 2510, 25


From: Marius Bakke
Subject: 01/01: gnu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496, 2510, 2539}].
Date: Thu, 25 May 2017 12:04:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 60793e3732235af92de37602fcf2e306ef290077
Author: Marius Bakke <address@hidden>
Date:   Thu May 25 18:00:24 2017 +0200

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



reply via email to

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