guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Exim: Update to 4.94.2 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: Exim: Update to 4.94.2 [security fixes].
Date: Tue, 04 May 2021 11:42:34 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4ca8a00  gnu: Exim: Update to 4.94.2 [security fixes].
4ca8a00 is described below

commit 4ca8a002633f5d5c88c689fd41a686b5cdff33ec
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue May 4 11:35:43 2021 -0400

    gnu: Exim: Update to 4.94.2 [security fixes].
    
    Fixes CVE-2020-{27216,28007,28008,28009,28010,28011,28012,28013,28014,28015,
    28016,28017,28018,28019,28020,28021,28022,28023,28024,28025,28026}.
    
    See the upstream security advisory for more information:
    
    https://exim.org/static/doc/security/CVE-2020-qualys/21nails.txt
    
    * gnu/packages/mail.scm (exim): Update to 4.94.2.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e4ddf5e..594c764 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1722,7 +1722,7 @@ delivery.")
 (define-public exim
   (package
     (name "exim")
-    (version "4.94")
+    (version "4.94.2")
     (source
      (origin
        (method url-fetch)
@@ -1736,7 +1736,7 @@ delivery.")
                     (string-append "https://ftp.exim.org/pub/exim/exim4/old/";
                                    file-name))))
        (sha256
-        (base32 "1nsb2i5mqxfz1sl1bmbxmpb2qiaf3wffhfiw4j9vfpagy3xfhzpp"))))
+        (base32 "0x4j698gsawm8a3bz531pf1k6izyxfvry4hj5wb0aqphi7y62605"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’



reply via email to

[Prev in Thread] Current Thread [Next in Thread]