libotr: Update to 4.1.1 [fixes CVE-2016-2851].
* gnu/packages/messaging.scm (libotr): Update to 4.1.1. [native-inputs]: New field.
This commit is contained in:
parent
6da23c0429
commit
89e58e8e8c
|
@ -63,17 +63,19 @@
|
||||||
(define-public libotr
|
(define-public libotr
|
||||||
(package
|
(package
|
||||||
(name "libotr")
|
(name "libotr")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://otr.cypherpunks.ca/libotr-"
|
(uri (string-append "https://otr.cypherpunks.ca/libotr-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c6rkh58s6wqzcrpccwdik5qs91qj6dgd60a340d72gc80cqknsg"))))
|
(base32
|
||||||
|
"1x8rliydhbibmzwdbyr7pd7n87m2jmxnqkpvaalnf4154hj1hfwb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libgcrypt" ,libgcrypt))) ; libotr headers include gcrypt.h
|
`(("libgcrypt" ,libgcrypt))) ; libotr headers include gcrypt.h
|
||||||
(inputs `(("libgpg-error" ,libgpg-error)))
|
(inputs `(("libgpg-error" ,libgpg-error)))
|
||||||
|
(native-inputs `(("perl" ,perl))) ; for the test suite
|
||||||
(synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
|
(synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
|
||||||
(description
|
(description
|
||||||
"OTR allows you to have private conversations over instant messaging by
|
"OTR allows you to have private conversations over instant messaging by
|
||||||
|
|
Loading…
Reference in New Issue