gnu: exim: Update to 4.98 [security fixes].

Fixes CVE-2024-39929.

* gnu/packages/mail.scm (exim): Update to 4.98.

Change-Id: Iec780a9a718e256688aa531da2ce0b3183c3c7a4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Wilko Meyer 2024-07-12 14:08:02 +02:00 committed by Zheng Junjie
parent 49fa48eed7
commit 504973cb67
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1975,7 +1975,7 @@ (define-public msmtp
(define-public exim
(package
(name "exim")
(version "4.97.1")
(version "4.98")
(source
(origin
(method url-fetch)
@ -1989,7 +1989,7 @@ (define-public exim
(string-append "https://ftp.exim.org/pub/exim/exim4/old/"
file-name))))
(sha256
(base32 "1afzxyffjqm2xm5v6b731hbfm1fi4q35ja45a29kaycsa1bj0y5x"))))
(base32 "1xsjb2hqasxsqsmrcv98c2dvfgcsiy0j0g229fx974lzfy511g0f"))))
(build-system gnu-build-system)
(arguments
(list #:phases