[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mutt: Update to 2.2.12 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: mutt: Update to 2.2.12 [security fixes]. |
Date: |
Sun, 17 Sep 2023 08:57:49 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new af08de2b2d gnu: mutt: Update to 2.2.12 [security fixes].
af08de2b2d is described below
commit af08de2b2d8bee54bd2664e3da3c8470a046e352
Author: André Batista <nandre@riseup.net>
AuthorDate: Mon Sep 11 18:33:00 2023 -0300
gnu: mutt: Update to 2.2.12 [security fixes].
Fixes CVE-2023-4874 and CVE-2023-4875. See
http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20230904/000056.html
* gnu/packages/mail.scm (mutt): Update to 2.2.12
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
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 aac87d4eea..e0c185ceb5 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -600,7 +600,7 @@ aliasing facilities to work just as they would on normal
mail.")
(define-public mutt
(package
(name "mutt")
- (version "2.2.10")
+ (version "2.2.12")
(source (origin
(method url-fetch)
(uri (list
@@ -610,7 +610,7 @@ aliasing facilities to work just as they would on normal
mail.")
version ".tar.gz")))
(sha256
(base32
- "121xrns9b0n5cdjb7nv5a6idjjk58pp7pdclgdphjy9g88i3yxsd"))
+ "0f6f32xlfp36axj5in8b0fcc9m05la27zxqbzpvmd3jbyq9g6fh4"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mutt: Update to 2.2.12 [security fixes].,
guix-commits <=