From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 610D6C433F5 for ; Tue, 4 Jan 2022 19:59:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id CA3954154C; Tue, 4 Jan 2022 19:59:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KhUNi31TXQf4; Tue, 4 Jan 2022 19:59:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 2A72541549; Tue, 4 Jan 2022 19:59:06 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 32B6C1BF27A for ; Tue, 4 Jan 2022 19:59:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 2F3C9812C9 for ; Tue, 4 Jan 2022 19:59:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2mtodEul3G5 for ; Tue, 4 Jan 2022 19:59:03 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id 55FF480E46 for ; Tue, 4 Jan 2022 19:59:03 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4049) id 7FBF982A54; Tue, 4 Jan 2022 19:52:59 +0000 (UTC) From: Yann E. MORIN To: buildroot@buildroot.org Date: Tue, 4 Jan 2022 20:58:30 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: 7cbf6d2a42d482f54f58b2ed10b0078fa13a719e X-Git-Newrev: db156d693a54fadb43f6b487902ae6795477921f X-Patchwork-Hint: ignore Message-Id: <20220104195259.7FBF982A54@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/mutt: bump to version 2.1.5 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=db156d693a54fadb43f6b487902ae6795477921f branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Mutt 2.1.5 was released on December 30, 2021. This is a bug-fix release, fixing two SMTP authentication issues, a crash bug on NetBSD, and a couple other issues. https://gitlab.com/muttmua/mutt/-/blob/mutt-2-1-5-rel/ChangeLog Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- 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 dceae57b65..d439b23aa3 100644 --- a/package/mutt/mutt.hash +++ b/package/mutt/mutt.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 3361b682ea23df88961fa9835196698aefd2ebf0aba494599b29d1c4b1b4db79 mutt-2.1.4.tar.gz +sha256 92a309e47e363a97d62425bcb71adceae5ab5c4c413dbcac37fa98ed70c12be0 mutt-2.1.5.tar.gz sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee GPL diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk index 44d7864eb6..7e9046fe8a 100644 --- a/package/mutt/mutt.mk +++ b/package/mutt/mutt.mk @@ -4,7 +4,7 @@ # ################################################################################ -MUTT_VERSION = 2.1.4 +MUTT_VERSION = 2.1.5 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