Received: by mail.netbsd.org (Postfix, from userid 605) id C71F384E72; Sun, 26 Mar 2023 07:50:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3B6684CFD for ; Sun, 26 Mar 2023 07:50:10 +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 a04z2YwnGicj for ; Sun, 26 Mar 2023 07:50:10 +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 68A8F84CEF for ; Sun, 26 Mar 2023 07:50:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5567AF9A1; Sun, 26 Mar 2023 07:50:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1679817010124760" MIME-Version: 1.0 Date: Sun, 26 Mar 2023 07:50:10 +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: <20230326075010.5567AF9A1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1679817010124760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Sun Mar 26 07:50:10 UTC 2023 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 2.2.10 This is a bug-fix release, fixing several small issues. It also changes the message-id Base64 encoding to use a url-safe version. To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.113 -r1.114 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1679817010124760 Content-Disposition: inline Content-Length: 1645 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.267 pkgsrc/mail/mutt/Makefile:1.268 --- pkgsrc/mail/mutt/Makefile:1.267 Sun Nov 13 08:51:28 2022 +++ pkgsrc/mail/mutt/Makefile Sun Mar 26 07:50:10 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.267 2022/11/13 08:51:28 tron Exp $ +# $NetBSD: Makefile,v 1.268 2023/03/26 07:50:10 tron Exp $ -DISTNAME= mutt-2.2.9 +DISTNAME= mutt-2.2.10 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.113 pkgsrc/mail/mutt/distinfo:1.114 --- pkgsrc/mail/mutt/distinfo:1.113 Sun Nov 13 08:51:29 2022 +++ pkgsrc/mail/mutt/distinfo Sun Mar 26 07:50:10 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.113 2022/11/13 08:51:29 tron Exp $ +$NetBSD: distinfo,v 1.114 2023/03/26 07:50:10 tron Exp $ -BLAKE2s (mutt-2.2.9.tar.gz) = 4a179c23447ce3458767dcfc8a313cf20eb7011e424a07257037f190e38d6258 -SHA512 (mutt-2.2.9.tar.gz) = d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f -Size (mutt-2.2.9.tar.gz) = 5526236 bytes +BLAKE2s (mutt-2.2.10.tar.gz) = b2e235c3d4e543ead36cbdf1701f3dce1e473286ae6ec0446c4ad35d36adfc9f +SHA512 (mutt-2.2.10.tar.gz) = 6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f +Size (mutt-2.2.10.tar.gz) = 5530411 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = 6ecee8d2aef0a6280d9eb9d195beed2c439a2c87 --_----------=_1679817010124760--