gnu: exim: Update to 4.89.
* gnu/packages/mail.scm (exim): Update to 4.89.
This commit is contained in:
parent
4dd8d28085
commit
53c2dc3108
|
@ -996,7 +996,7 @@ delivery.")
|
||||||
(define-public exim
|
(define-public exim
|
||||||
(package
|
(package
|
||||||
(name "exim")
|
(name "exim")
|
||||||
(version "4.87.1")
|
(version "4.89")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1007,7 +1007,7 @@ delivery.")
|
||||||
(patches (search-patches "exim-CVE-2017-1000369.patch"))
|
(patches (search-patches "exim-CVE-2017-1000369.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050m2gjzpc6vyik458h1j0vi8bxplkzjsyndkyd2y394i569kdyl"))))
|
"1c0syp7yxngmq7y8vqsrvijinzin5m941vn0ljihdfld7kh2wbwi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
|
Loading…
Reference in New Issue