[Buildroot] [git commit branch/2024.02.x] package/mutt: bump to version 2.2.13
Peter Korsgaard
peter at korsgaard.com
Sat Jun 8 13:55:10 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=4b4becbd070375ee68c633929486df1eaa54bfe3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
Mutt 2.2.13 was released on March 9, 2024. This is a bug-fix release,
fixing a possible dangling pointer reference in the SMTP client.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 730de6c00e2c75c7ccb972b44b77f97f734c3ae4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/mutt/mutt.hash | 2 +-
package/mutt/mutt.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/mutt/mutt.hash b/package/mutt/mutt.hash
index 8c4aae3c1c..72c7924e9b 100644
--- a/package/mutt/mutt.hash
+++ b/package/mutt/mutt.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 043af312f64b8e56f7fd0bf77f84a205d4c498030bd9586457665c47bb18ce38 mutt-2.2.12.tar.gz
+sha256 eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb mutt-2.2.13.tar.gz
sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee GPL
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 2fe7b92b38..9a6be6d4a0 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MUTT_VERSION = 2.2.12
+MUTT_VERSION = 2.2.13
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
MUTT_LICENSE = GPL-2.0+
MUTT_LICENSE_FILES = GPL
More information about the buildroot
mailing list