* [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5
@ 2022-05-29 21:13 Fabrice Fontaine
2022-06-03 6:46 ` Thomas Petazzoni via buildroot
2022-06-07 14:03 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-05-29 21:13 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Mutt 2.2.5 was released on May 16, 2022: this is a bug-fix release,
fixing two issues with libgsasl authentication.
Mutt 2.2.4 was released on April 30, 2022: this is a bug-fix release,
fixing some regressions with Maildir/mh mailbox path normalization that
were added in 2.2.0. Please see the UPDATING file for more details.
https://gitlab.com/muttmua/mutt/-/blob/mutt-2-2-5-rel/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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 952e0b7bc0..1f6082ee35 100644
--- a/package/mutt/mutt.hash
+++ b/package/mutt/mutt.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 978addcdab454f447ed7d1de84b5767e714c30714285bf82e4a1745071d18d89 mutt-2.2.3.tar.gz
+sha256 ff8b781159794adcca126b551d5e419174b7b38a582a159bfe4e13451a757e47 mutt-2.2.5.tar.gz
sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee GPL
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 45ae36530a..2c6b087b92 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MUTT_VERSION = 2.2.3
+MUTT_VERSION = 2.2.5
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
MUTT_LICENSE = GPL-2.0+
MUTT_LICENSE_FILES = GPL
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5
2022-05-29 21:13 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5 Fabrice Fontaine
@ 2022-06-03 6:46 ` Thomas Petazzoni via buildroot
2022-06-07 14:03 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-06-03 6:46 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
On Sun, 29 May 2022 23:13:14 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Mutt 2.2.5 was released on May 16, 2022: this is a bug-fix release,
> fixing two issues with libgsasl authentication.
>
> Mutt 2.2.4 was released on April 30, 2022: this is a bug-fix release,
> fixing some regressions with Maildir/mh mailbox path normalization that
> were added in 2.2.0. Please see the UPDATING file for more details.
>
> https://gitlab.com/muttmua/mutt/-/blob/mutt-2-2-5-rel/ChangeLog
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/mutt/mutt.hash | 2 +-
> package/mutt/mutt.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
I know we normally don't take version bumps in master, but this was
clearly a bug-fix only version bump, so I took it for master.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5
2022-05-29 21:13 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5 Fabrice Fontaine
2022-06-03 6:46 ` Thomas Petazzoni via buildroot
@ 2022-06-07 14:03 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-06-07 14:03 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Mutt 2.2.5 was released on May 16, 2022: this is a bug-fix release,
> fixing two issues with libgsasl authentication.
> Mutt 2.2.4 was released on April 30, 2022: this is a bug-fix release,
> fixing some regressions with Maildir/mh mailbox path normalization that
> were added in 2.2.0. Please see the UPDATING file for more details.
> https://gitlab.com/muttmua/mutt/-/blob/mutt-2-2-5-rel/ChangeLog
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-07 14:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-29 21:13 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.2.5 Fabrice Fontaine
2022-06-03 6:46 ` Thomas Petazzoni via buildroot
2022-06-07 14:03 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.