3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].

* gnu/packages/messaging.scm (mcabber): Update to 1.0.5.
This commit is contained in:
Leo Famulari 2017-02-12 10:44:47 -05:00
parent d6065945ff
commit 46aa4c666e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1140,7 +1140,7 @@ protocol allows.")
(define-public mcabber
(package
(name "mcabber")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
@ -1148,7 +1148,7 @@ protocol allows.")
name "-" version ".tar.bz2"))
(sha256
(base32
"02nfn5r7cjpnacym95l6bvczii232v3x2gi79gfa9syc7w0brdk3"))))
"0ixdzk5b3s31a4bdfqgqrsiq7vbgdzhqr49p9pz9cq9bgn0h1wm0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list "--enable-otr"