guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: w3m: Update to 0.5.3+git20161120 [fixes security issues].


From: Efraim Flashner
Subject: 02/02: gnu: w3m: Update to 0.5.3+git20161120 [fixes security issues].
Date: Tue, 22 Nov 2016 12:19:41 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 4a5ec78d5f66ba693328a171bc69392ac0f86151
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 22 13:56:47 2016 +0200

    gnu: w3m: Update to 0.5.3+git20161120 [fixes security issues].
    
    Fixes CVE-2016-9439 and others.
    
    * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20161120.
---
 gnu/packages/w3m.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 61035ab..12114b1 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -36,7 +36,7 @@
 (define-public w3m
   (package
     (name "w3m")
-    (version "0.5.3+git20161031")
+    (version "0.5.3+git20161120")
     (source (origin
               (method git-fetch)
               ;; Debian's fork of w3m is the only one that is still
@@ -47,7 +47,7 @@
               (file-name (string-append "w3m-" version "-checkout"))
               (sha256
                (base32
-                "142vkkmsk76wj9w6r4y2pa1hmy1kkzmc73an9zchx0ikm2z92x6s"))))
+                "06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f  ; no check target



reply via email to

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