All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.1.4
@ 2021-12-12 17:49 Fabrice Fontaine
  2021-12-14 19:40 ` Arnout Vandecappelle
  2022-01-15 11:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-12-12 17:49 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix release,
fixing a performance issue when used with DavMail.

Mutt 2.1.3 was released on September 10, 2021. This is a bug-fix
release, fixing some of the fixes in the last release. IMAP and
QRESYNC users are advised to upgrade.

Mutt 2.1.2 was released on August 24, 2021. This is an important bug-fix
release, fixing a potential data-loss IMAP bug, a couple QRESYNC bugs,
and a few other issues. IMAP users are strongly advised to upgrade.

http://www.mutt.org
https://gitlab.com/muttmua/mutt/-/blob/mutt-2-1-4-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 1b58c50065..dceae57b65 100644
--- a/package/mutt/mutt.hash
+++ b/package/mutt/mutt.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  4ae6d60f7f19854c375cc1c27b5768b71e9f450c2adc10c22e45de8a27de524a  mutt-2.1.1.tar.gz
+sha256  3361b682ea23df88961fa9835196698aefd2ebf0aba494599b29d1c4b1b4db79  mutt-2.1.4.tar.gz
 sha256  732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee  GPL
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 66616f032c..44d7864eb6 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MUTT_VERSION = 2.1.1
+MUTT_VERSION = 2.1.4
 MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
 MUTT_LICENSE = GPL-2.0+
 MUTT_LICENSE_FILES = GPL
-- 
2.33.0

_______________________________________________
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.1.4
  2021-12-12 17:49 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.1.4 Fabrice Fontaine
@ 2021-12-14 19:40 ` Arnout Vandecappelle
  2022-01-15 11:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-12-14 19:40 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 12/12/2021 18:49, Fabrice Fontaine wrote:
> Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix release,
> fixing a performance issue when used with DavMail.
> 
> Mutt 2.1.3 was released on September 10, 2021. This is a bug-fix
> release, fixing some of the fixes in the last release. IMAP and
> QRESYNC users are advised to upgrade.
> 
> Mutt 2.1.2 was released on August 24, 2021. This is an important bug-fix
> release, fixing a potential data-loss IMAP bug, a couple QRESYNC bugs,
> and a few other issues. IMAP users are strongly advised to upgrade.
> 
> http://www.mutt.org
> https://gitlab.com/muttmua/mutt/-/blob/mutt-2-1-4-rel/ChangeLog
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 1b58c50065..dceae57b65 100644
> --- a/package/mutt/mutt.hash
> +++ b/package/mutt/mutt.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  4ae6d60f7f19854c375cc1c27b5768b71e9f450c2adc10c22e45de8a27de524a  mutt-2.1.1.tar.gz
> +sha256  3361b682ea23df88961fa9835196698aefd2ebf0aba494599b29d1c4b1b4db79  mutt-2.1.4.tar.gz
>   sha256  732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee  GPL
> diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
> index 66616f032c..44d7864eb6 100644
> --- a/package/mutt/mutt.mk
> +++ b/package/mutt/mutt.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -MUTT_VERSION = 2.1.1
> +MUTT_VERSION = 2.1.4
>   MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
>   MUTT_LICENSE = GPL-2.0+
>   MUTT_LICENSE_FILES = GPL
> 
_______________________________________________
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.1.4
  2021-12-12 17:49 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.1.4 Fabrice Fontaine
  2021-12-14 19:40 ` Arnout Vandecappelle
@ 2022-01-15 11:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-15 11:01 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix release,
 > fixing a performance issue when used with DavMail.

 > Mutt 2.1.3 was released on September 10, 2021. This is a bug-fix
 > release, fixing some of the fixes in the last release. IMAP and
 > QRESYNC users are advised to upgrade.

 > Mutt 2.1.2 was released on August 24, 2021. This is an important bug-fix
 > release, fixing a potential data-loss IMAP bug, a couple QRESYNC bugs,
 > and a few other issues. IMAP users are strongly advised to upgrade.

 > http://www.mutt.org
 > https://gitlab.com/muttmua/mutt/-/blob/mutt-2-1-4-rel/ChangeLog

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.11.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-01-15 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 17:49 [Buildroot] [PATCH 1/1] package/mutt: bump to version 2.1.4 Fabrice Fontaine
2021-12-14 19:40 ` Arnout Vandecappelle
2022-01-15 11:01 ` 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.