guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].


From: Mark H. Weaver
Subject: 01/01: gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].
Date: Thu, 21 Jan 2016 15:24:49 +0000

mhw pushed a commit to branch master
in repository guix.

commit 0c0207a93b286342991ef391df96e871fd924515
Author: Mark H Weaver <address@hidden>
Date:   Thu Jan 21 10:23:19 2016 -0500

    gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].
    
    * gnu/packages/messaging.scm (gajim): Update to 0.16.5.
      [arguments]: Disable tests.
---
 gnu/packages/messaging.scm |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 956045d..23c7a0b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014 Julien Lepiller <address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
@@ -425,7 +425,7 @@ was initially a fork of xmpppy, but is using non-blocking 
sockets.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "0.16.4")
+    (version "0.16.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gajim.org/downloads/";
@@ -433,10 +433,17 @@ was initially a fork of xmpppy, but is using non-blocking 
sockets.")
                                   "/gajim-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zyfs7q1qg8iqszr8l1gb18gqla6zrrfsgpmbxblpi9maqxas5i1"))))
+                "14fhcqnkqygh91132dnf1idayj4r3iqbwb44sd3mxv20n6ribh55"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(;; The only check done by gajim-0.16.x is to check that the
+       ;; translations are up-to-date, and in 0.16.5 they are not, so
+       ;; "make check" fails.  Therefore, we disable tests for now.
+       ;;
+       ;; XXX TODO Try re-enabling tests in gajim-0.16.6 or later.
+       ;;
+       #:tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-after 'install 'wrap-program
           (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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