GNU bug report logs -
#65878
[PATCH] gnu: Mutt: Update to 2.2.12 [security fixes].
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Mon, 11 Sep 2023 21:34:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Fixes CVEs 2023-4874 and 2023-4875.
http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20230904/000056.html
* gnu/packages/mail.scm (mutt): Update to 2.2.12
---
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 ecaab1c7cd..30d8de7fa4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -600,7 +600,7 @@ (define-public fetchmail
(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 @@ (define-public mutt
version ".tar.gz")))
(sha256
(base32
- "121xrns9b0n5cdjb7nv5a6idjjk58pp7pdclgdphjy9g88i3yxsd"))
+ "0f6f32xlfp36axj5in8b0fcc9m05la27zxqbzpvmd3jbyq9g6fh4"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs
base-commit: d552c2508f891a92c465492984ff498dcc384651
--
2.41.0
This bug report was last modified 1 year and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.