guix-patches
[Top][All Lists]
Advanced

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

bug#72075: [PATCH] gnu: exim: Update to 4.98.


From: Zheng Junjie
Subject: bug#72075: [PATCH] gnu: exim: Update to 4.98.
Date: Thu, 18 Jul 2024 18:35:27 +0800

Wilko Meyer <w@wmeyer.eu> writes:

> 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

push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=504973cb6713d29e6630e031bab1e39d67bc4920

Attachment: signature.asc
Description: PGP signature


reply via email to

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