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.12.4 [fixes CVE-2016-{4590, 4591, 46


From: Leo Famulari
Subject: 01/01: gnu: webkitgtk: Update to 2.12.4 [fixes CVE-2016-{4590, 4591, 4622, 4624}].
Date: Thu, 25 Aug 2016 05:09:41 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 3bd716c057f29497d26b18490316004d5a0f2aa8
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 25 00:18:42 2016 -0400

    gnu: webkitgtk: Update to 2.12.4 [fixes CVE-2016-{4590,4591,4622,4624}].
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.12.4.
    [source]: Use HTTPS URL.
---
 gnu/packages/webkit.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 578b4c9..2c94028 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.12.3")
+    (version "2.12.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.webkitgtk.org/releases/";
+              (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01y34v62khf03w25fnzgd42rrai5mf1m95lr5vjyw8ya5sdbng0p"))))
+                "0xwsc2lpb4q55vdgmwljx43219l0sa6r5mqs3bmw3fwsb5vk2ka2"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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