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.3 [fixes CVE-2017-{13788, 13798, 1


From: Leo Famulari
Subject: 01/01: gnu: webkitgtk: Update to 2.18.3 [fixes CVE-2017-{13788, 13798, 13803}].
Date: Fri, 10 Nov 2017 12:48:29 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 74c0aeb027d8e411216b553ddd695677618cc14b
Author: Leo Famulari <address@hidden>
Date:   Fri Nov 10 12:43:25 2017 -0500

    gnu: webkitgtk: Update to 2.18.3 [fixes CVE-2017-{13788,13798,13803}].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.18.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 f8efad2..89fe910 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -54,14 +54,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.18.2")
+    (version "2.18.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ry8zvv6k01g9p7agg326n0ziqpqjxd49h5w1b2is6rjnpqv6k5i"))))
+                "17lgn7qwrwqxl1lgmq5icvzmna6aymx4c7al47rp0vvac7hj0m71"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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