unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72075] [PATCH] gnu: exim: Update to 4.98.
@ 2024-07-12 12:08 Wilko Meyer
  2024-07-18 10:35 ` bug#72075: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-07-12 12:08 UTC (permalink / raw)
  To: 72075; +Cc: Wilko Meyer

Fixes CVE-2024-39929.

* gnu/packages/mail.scm (exim): Update to 4.98.

Change-Id: Iec780a9a718e256688aa531da2ce0b3183c3c7a4
---
Hi Guix,

There's been a recent security-related release for exim. Builds
successfully on my machine:

(~/devel/guix) λ ./pre-inst-env guix build exim
/gnu/store/awjx8k4kp24n8g2mhbx5kw3c32dbyas5-exim-4.98


 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 b7b06c1d99..9319077192 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1975,7 +1975,7 @@ (define-public msmtp
 (define-public exim
   (package
     (name "exim")
-    (version "4.97.1")
+    (version "4.98")
     (source
      (origin
        (method url-fetch)
@@ -1989,7 +1989,7 @@ (define-public exim
                     (string-append "https://ftp.exim.org/pub/exim/exim4/old/"
                                    file-name))))
        (sha256
-        (base32 "1afzxyffjqm2xm5v6b731hbfm1fi4q35ja45a29kaycsa1bj0y5x"))))
+        (base32 "1xsjb2hqasxsqsmrcv98c2dvfgcsiy0j0g229fx974lzfy511g0f"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases

base-commit: 2d6a3799fcda5c017f653c6e96b91964b07a7ee0
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-18 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 12:08 [bug#72075] [PATCH] gnu: exim: Update to 4.98 Wilko Meyer
2024-07-18 10:35 ` bug#72075: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).