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


From: Leo Famulari
Subject: 01/01: gnu: webkitgtk: Update to 2.18.6 [security fixes].
Date: Wed, 24 Jan 2018 15:46:30 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 6b113dad78c383cf9e158ebb2a06900e112217a8
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 24 15:37:21 2018 -0500

    gnu: webkitgtk: Update to 2.18.6 [security fixes].
    
    Fixes CVE-2017-{7153,7160,7161,7165,13884,13885,} and CVE-2018-{4088,4096}.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.18.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 2b003f5..3402216 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -54,14 +54,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.18.5")
+    (version "2.18.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1f1rsp14gkb2r1mrrxn2cnbs45vg38da27q4cf02zlxmgv680v8c"))))
+                "0g5cpdijjv5hlrbi4i4dh97yrh5apnyvm90wpr9f84hgyk12r4ck"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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