[Buildroot] [PATCH/next 1/1] package/mutt: bump to version 2.2.0

Arnout Vandecappelle arnout at mind.be
Wed Feb 16 19:53:15 UTC 2022



On 13/02/2022 22:51, Fabrice Fontaine wrote:
> libgsasl is an optional dependency since
> https://gitlab.com/muttmua/mutt/-/commit/68caf9140c8217ecf6c848460c4b4d27996b2922
> 
> http://www.mutt.org/relnotes/2.2/
> https://gitlab.com/muttmua/mutt/-/blob/mutt-2-2-rel/ChangeLog
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied to next, thanks.

  Regards,
  Arnout

> ---
>   package/mutt/mutt.hash |  2 +-
>   package/mutt/mutt.mk   | 12 ++++++++++--
>   2 files changed, 11 insertions(+), 3 deletions(-)
> 
> diff --git a/package/mutt/mutt.hash b/package/mutt/mutt.hash
> index d439b23aa3..bbc9d459b0 100644
> --- a/package/mutt/mutt.hash
> +++ b/package/mutt/mutt.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  92a309e47e363a97d62425bcb71adceae5ab5c4c413dbcac37fa98ed70c12be0  mutt-2.1.5.tar.gz
> +sha256  e84597f06d03ca82f8ca3b5ec8bc294c150709b43ed2a0177bf479c3e3345314  mutt-2.2.0.tar.gz
>   sha256  732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee  GPL
> diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
> index 7e9046fe8a..51178ef03d 100644
> --- a/package/mutt/mutt.mk
> +++ b/package/mutt/mutt.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -MUTT_VERSION = 2.1.5
> +MUTT_VERSION = 2.2.0
>   MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
>   MUTT_LICENSE = GPL-2.0+
>   MUTT_LICENSE_FILES = GPL
> @@ -53,8 +53,15 @@ else
>   MUTT_CONF_OPTS += --disable-pop
>   endif
>   
> -# SSL support is only used by imap or pop3 module
> +# SASL and SSL support are only used by imap or pop3 module
>   ifneq ($(BR2_PACKAGE_MUTT_IMAP)$(BR2_PACKAGE_MUTT_POP3),)
> +ifeq ($(BR2_PACKAGE_LIBGSASL),y)
> +MUTT_DEPENDENCIES += libgsasl
> +MUTT_CONF_OPTS += --with-gsasl
> +else
> +MUTT_CONF_OPTS += --without-gsasl
> +endif
> +
>   ifeq ($(BR2_PACKAGE_OPENSSL),y)
>   MUTT_DEPENDENCIES += openssl
>   MUTT_CONF_OPTS += \
> @@ -72,6 +79,7 @@ MUTT_CONF_OPTS += \
>   endif
>   else
>   MUTT_CONF_OPTS += \
> +	--without-gsasl \
>   	--without-gnutls \
>   	--without-ssl
>   endif



More information about the buildroot mailing list