guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: webkitgtk: Update to 2.14.4 [security fixes].


From: Marius Bakke
Subject: 02/02: gnu: webkitgtk: Update to 2.14.4 [security fixes].
Date: Fri, 10 Feb 2017 10:33:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d0d878493bf43a2dc8f13ec7fe2b9d32fa9f6f1f
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 10 16:31:34 2017 +0100

    gnu: webkitgtk: Update to 2.14.4 [security fixes].
    
    Fixes 
CVE-2017-{2350,2354,2355,2356,2362,2363,2364,2365,2366,2369,2371,2373}.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.14.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 4742322..30dde65 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.14.3")
+    (version "2.14.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb"))))
+                "1b73rcyfqjyg5rqw6f4760b2h1kixwva88clp2wl9vnl3psjvbni"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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