3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: exim: Update to 4.90.1 [fixes CVE-2018-6789].

* gnu/packages/mail.scm (exim): Update to 4.90.1.
[source]: Use HTTPS URLs.
This commit is contained in:
Leo Famulari 2018-02-10 13:46:22 -05:00
parent 73a1f10a80
commit 354c493fb8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1050,17 +1050,17 @@ delivery.")
(define-public exim
(package
(name "exim")
(version "4.90")
(version "4.90.1")
(source
(origin
(method url-fetch)
(uri (list (string-append "ftp://ftp.exim.org/pub/exim/exim4/exim-"
(uri (list (string-append "https://ftp.exim.org/pub/exim/exim4/exim-"
version ".tar.bz2")
(string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
version ".tar.bz2")))
(sha256
(base32
"1cmx2648zhpsc4pznky7qsqbjazd3wn4gpslbl30j56cv1m6rb3x"))))
"1w6blvvrd87c649j8xpag034md2w1ib0db9c4ijqbzc5dh2i1xfq"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb)