mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Exim: Update to 4.92.3 [fixes CVE-2019-16928].
* gnu/packages/mail.scm (exim): Update to 4.92.3.
This commit is contained in:
parent
92807b6f57
commit
bf67988070
1 changed files with 3 additions and 2 deletions
|
@ -1197,7 +1197,7 @@ (define-public msmtp
|
|||
(define-public exim
|
||||
(package
|
||||
(name "exim")
|
||||
(version "4.92.2")
|
||||
(version "4.92.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1206,7 +1206,8 @@ (define-public exim
|
|||
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
|
||||
version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32 "1xnc5rdcg5mcrvjqp506a9frmcr89jwsh4c5vbks46awyz1rfzsm"))))
|
||||
(base32
|
||||
"0d0h0j9pl3yf089sc59ia60m3dqnkb3qh1qaz6vxfg2ja2mnm5i9"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’
|
||||
|
|
Loading…
Reference in a new issue