guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].


From: guix-commits
Subject: branch master updated: gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].
Date: Mon, 18 Apr 2022 00:26:20 -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 31f42393e8 gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].
31f42393e8 is described below

commit 31f42393e8fe3b84fc0b58eb16866302cdff27c9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Apr 18 00:23:04 2022 -0400

    gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].
    
    https://gitlab.com/muttmua/mutt/-/issues/404
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.3.
---
 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 e99824d023..194f7e3fb3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -555,7 +555,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.2")
+    (version "2.2.3")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -565,7 +565,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "1k0ghbpc4gn3sydbw10xv9djin9grk1pkxdwynrw0iknyc68gphh"))
+               "12cds5qm0x51wj1bz1a2f4q4qwbyfssq9pnisxz48ks5mg6xv2lp"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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