Received: by mail.netbsd.org (Postfix, from userid 605) id 79FBC84F70; Mon, 16 May 2022 22:45:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B17DA84F4E for ; Mon, 16 May 2022 22:44:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qWkQFEJrEM3M for ; Mon, 16 May 2022 22:44:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2FA5284D36 for ; Mon, 16 May 2022 22:44:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08F75FAEB; Mon, 16 May 2022 22:45:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165274113059100" MIME-Version: 1.0 Date: Mon, 16 May 2022 22:45:30 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20220516224530.08F75FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165274113059100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Mon May 16 22:45:29 UTC 2022 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 2.2.5 This is a bug-fix release, fixing two authentication problems when Mutt is configured with libgsasl (a new configuration option in 2.2.x). To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.108 -r1.109 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165274113059100 Content-Disposition: inline Content-Length: 1641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mutt/Makefile diff -u pkgsrc/mail/mutt/Makefile:1.260 pkgsrc/mail/mutt/Makefile:1.261 --- pkgsrc/mail/mutt/Makefile:1.260 Sun May 1 06:51:24 2022 +++ pkgsrc/mail/mutt/Makefile Mon May 16 22:45:29 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.260 2022/05/01 06:51:24 tron Exp $ +# $NetBSD: Makefile,v 1.261 2022/05/16 22:45:29 tron Exp $ -DISTNAME= mutt-2.2.4 +DISTNAME= mutt-2.2.5 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.108 pkgsrc/mail/mutt/distinfo:1.109 --- pkgsrc/mail/mutt/distinfo:1.108 Sun May 1 06:51:24 2022 +++ pkgsrc/mail/mutt/distinfo Mon May 16 22:45:29 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2022/05/01 06:51:24 tron Exp $ +$NetBSD: distinfo,v 1.109 2022/05/16 22:45:29 tron Exp $ -BLAKE2s (mutt-2.2.4.tar.gz) = c5cff6dd0580f1b36d559a05c58b07cc724f7af766b970b1578802f1c7278c54 -SHA512 (mutt-2.2.4.tar.gz) = 4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10 -Size (mutt-2.2.4.tar.gz) = 5515825 bytes +BLAKE2s (mutt-2.2.5.tar.gz) = 87e20a18d18e96ce9975ef53d122ee87b3aac0a4d6c9d23ba6cfd27cecf2c9ca +SHA512 (mutt-2.2.5.tar.gz) = 30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226 +Size (mutt-2.2.5.tar.gz) = 5516189 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = 6ecee8d2aef0a6280d9eb9d195beed2c439a2c87 --_----------=_165274113059100--