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.14.3 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: webkitgtk: Update to 2.14.3 [security fixes].
Date: Tue, 17 Jan 2017 19:56:18 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit cf3768fa06d2314061e32917e7a1bc7959e1d3c9
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 17 14:51:58 2017 -0500

    gnu: webkitgtk: Update to 2.14.3 [security fixes].
    
    Fixes 
CVE-2016-{7586,7589,7592,7599,7623,7632,7635,7639,7641,7645,7652,7654,7656}.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.14.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 79b49f0..4742322 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.14.2")
+    (version "2.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0mjmcxhafh6l6j062z2nwfqbbvfyx16iqrzrbajswijh23awpnrf"))))
+                "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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