gnu: prosody: Update to 0.10.2 [fixes CVE-2018-10847].
* gnu/packages/messaging.scm (prosody): Update to 0.10.2.master
parent
555ab0853b
commit
e90322d201
|
@ -736,14 +736,14 @@ a graphical desktop environment like GNOME.")
|
||||||
(define-public prosody
|
(define-public prosody
|
||||||
(package
|
(package
|
||||||
(name "prosody")
|
(name "prosody")
|
||||||
(version "0.10.1")
|
(version "0.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://prosody.im/downloads/source/"
|
(uri (string-append "https://prosody.im/downloads/source/"
|
||||||
"prosody-" version ".tar.gz"))
|
"prosody-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kmmpkkgymg1r8r0k8j83pgmiskg1phl8hmpzjrnvlvsfnrnjplr"))))
|
"13knr7izscw0zx648b9582dx11aap4cq9bzfiqh5ykd7wwsz1dbm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
|
|
Reference in New Issue