gnu: sendmail: Update to 8.18.1. [security fixes]

This fixes CVE-2023-51765 and CVE-2021-3618.

* gnu/packages/mail.scm (sendmail): Update to 8.18.1.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Nicolas Graves 2024-11-06 00:13:53 +01:00 committed by Maxim Cournoyer
parent 2d459bb830
commit 6c6d9ea4a6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3122,7 +3122,7 @@ powerful user customization features.")
(define-public sendmail (define-public sendmail
(package (package
(name "sendmail") (name "sendmail")
(version "8.15.2") (version "8.18.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3130,8 +3130,7 @@ powerful user customization features.")
"ftp://ftp.sendmail.org/pub/sendmail/sendmail." "ftp://ftp.sendmail.org/pub/sendmail/sendmail."
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0w07iw4imp9wvczd2mijns7zxl8p1wk29b9yrzvhcj4fqc4z7wfb"))))
"0fdl9ndmspqspdlmghzxlaqk56j3yajk52d7jxcg21b7sxglpy94"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases