gnu: Exim: Update to 4.94.2 [security fixes].
authorLeo Famulari <leo@famulari.name>
Tue, 4 May 2021 15:35:43 +0000 (11:35 -0400)
committerLeo Famulari <leo@famulari.name>
Tue, 4 May 2021 15:42:07 +0000 (11:42 -0400)
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

index e4ddf5e..594c764 100644 (file)
@@ -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’