mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2d459bb830
commit
6c6d9ea4a6
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue