guix-commits
[Top][All Lists]
Advanced

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

01/01: libotr: Update to 4.1.1 [fixes CVE-2016-2851].


From: Leo Famulari
Subject: 01/01: libotr: Update to 4.1.1 [fixes CVE-2016-2851].
Date: Wed, 09 Mar 2016 20:25:10 +0000

lfam pushed a commit to branch master
in repository guix.

commit 89e58e8e8c941b74f2280f40a1204ba97fd9a323
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 9 15:19:50 2016 -0500

    libotr: Update to 4.1.1 [fixes CVE-2016-2851].
    
    * gnu/packages/messaging.scm (libotr): Update to 4.1.1.
    [native-inputs]: New field.
---
 gnu/packages/messaging.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 076c4dc..6e1c474 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -63,17 +63,19 @@
 (define-public libotr
   (package
     (name "libotr")
-    (version "4.1.0")
+    (version "4.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://otr.cypherpunks.ca/libotr-";
                                   version ".tar.gz"))
               (sha256
-               (base32 
"0c6rkh58s6wqzcrpccwdik5qs91qj6dgd60a340d72gc80cqknsg"))))
+               (base32
+                "1x8rliydhbibmzwdbyr7pd7n87m2jmxnqkpvaalnf4154hj1hfwb"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgcrypt" ,libgcrypt)))  ; libotr headers include gcrypt.h
     (inputs `(("libgpg-error" ,libgpg-error)))
+    (native-inputs `(("perl" ,perl))) ; for the test suite
     (synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
     (description
      "OTR allows you to have private conversations over instant messaging by



reply via email to

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