gnu: exim: Update to 4.92.1 [fixes CVE-2019-13917].
* gnu/packages/mail.scm (exim): Update to 4.92.1.
This commit is contained in:
parent
15027b89a8
commit
108edc964b
|
@ -1195,7 +1195,7 @@ delivery.")
|
||||||
(define-public exim
|
(define-public exim
|
||||||
(package
|
(package
|
||||||
(name "exim")
|
(name "exim")
|
||||||
(version "4.92")
|
(version "4.92.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1204,7 +1204,7 @@ delivery.")
|
||||||
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
|
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "127spqn009wa6irp6r1k7a24r8vdwb6mf0raamxn8lbxsnrwy7sl"))))
|
(base32 "132zmxgzz35xwi89g3crw6hd3y74rxj5zcpamakvrnlcn256amdp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’
|
`(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’
|
||||||
|
|
Loading…
Reference in New Issue