apteryx pushed a commit to branch master
in repository guix.

commit 6c6d9ea4a6b17ab8175c6bacf880f8609f323c23
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Nov 6 00:13:53 2024 +0100

    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 <[email protected]>
---
 gnu/packages/mail.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 447325207d..dca313925e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3122,7 +3122,7 @@ powerful user customization features.")
 (define-public sendmail
   (package
     (name "sendmail")
-    (version "8.15.2")
+    (version "8.18.1")
     (source
      (origin
        (method url-fetch)
@@ -3130,8 +3130,7 @@ powerful user customization features.")
              "ftp://ftp.sendmail.org/pub/sendmail/sendmail.";
              version ".tar.gz"))
        (sha256
-        (base32
-         "0fdl9ndmspqspdlmghzxlaqk56j3yajk52d7jxcg21b7sxglpy94"))))
+        (base32 "0w07iw4imp9wvczd2mijns7zxl8p1wk29b9yrzvhcj4fqc4z7wfb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to