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:
Tobias Geerinckx-Rice 2019-07-25 17:34:49 +02:00
parent 15027b89a8
commit 108edc964b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1195,7 +1195,7 @@ delivery.")
(define-public exim
(package
(name "exim")
(version "4.92")
(version "4.92.1")
(source
(origin
(method url-fetch)
@ -1204,7 +1204,7 @@ delivery.")
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
version ".tar.bz2")))
(sha256
(base32 "127spqn009wa6irp6r1k7a24r8vdwb6mf0raamxn8lbxsnrwy7sl"))))
(base32 "132zmxgzz35xwi89g3crw6hd3y74rxj5zcpamakvrnlcn256amdp"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb-5.3) ; #error Version 6 and later BDB API is not supported