Received: by mail.netbsd.org (Postfix, from userid 605) id 38B0C84EEF; Sun, 6 Nov 2022 10:57:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6733684E54 for ; Sun, 6 Nov 2022 10:57:56 +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 311lgRQaRS-7 for ; Sun, 6 Nov 2022 10:57:55 +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 CE72484CDC for ; Sun, 6 Nov 2022 10:57:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB327FA90; Sun, 6 Nov 2022 10:57:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667732275103430" MIME-Version: 1.0 Date: Sun, 6 Nov 2022 10:57:55 +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: <20221106105755.BB327FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667732275103430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Sun Nov 6 10:57:55 UTC 2022 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 2.2.8 This is a bug-fix release, fixing a possible crash with GPGME when viewing an application/pgp key block. It also makes some changes to redrawing and resizing handling, and adds support for batch-mode IMAP Fcc. Please see the UPDATING file for more details. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.111 -r1.112 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667732275103430 Content-Disposition: inline Content-Length: 1657 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.265 pkgsrc/mail/mutt/Makefile:1.266 --- pkgsrc/mail/mutt/Makefile:1.265 Wed Oct 26 10:31:38 2022 +++ pkgsrc/mail/mutt/Makefile Sun Nov 6 10:57:55 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.265 2022/10/26 10:31:38 wiz Exp $ +# $NetBSD: Makefile,v 1.266 2022/11/06 10:57:55 tron Exp $ -DISTNAME= mutt-2.2.7 -PKGREVISION= 1 +DISTNAME= mutt-2.2.8 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.111 pkgsrc/mail/mutt/distinfo:1.112 --- pkgsrc/mail/mutt/distinfo:1.111 Mon Aug 8 06:49:52 2022 +++ pkgsrc/mail/mutt/distinfo Sun Nov 6 10:57:55 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.111 2022/08/08 06:49:52 tron Exp $ +$NetBSD: distinfo,v 1.112 2022/11/06 10:57:55 tron Exp $ -BLAKE2s (mutt-2.2.7.tar.gz) = 962fc13b6beb8fcb7b206c2e8a4de64de841bf4e8b23096aefcb29f55c59afe6 -SHA512 (mutt-2.2.7.tar.gz) = 5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22 -Size (mutt-2.2.7.tar.gz) = 5522342 bytes +BLAKE2s (mutt-2.2.8.tar.gz) = ee6bddfc2b7b61d0e850fa93174eb4de6abea481837ca38c564089ca74af487f +SHA512 (mutt-2.2.8.tar.gz) = 7723dffd5fb0f6f1aa1ab22e90f101d0d8b9cd4f198a3ac7ebbba7a3c00e0f2163ce03075f48a6f288a81bf621204c8d8eb247a3fb216a5f7d37686b0e8b9fb2 +Size (mutt-2.2.8.tar.gz) = 5527187 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = 6ecee8d2aef0a6280d9eb9d195beed2c439a2c87 --_----------=_1667732275103430--