Received: by mail.netbsd.org (Postfix, from userid 605) id 5F28484DC2; Tue, 21 Apr 2020 14:18:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 987D884D22 for ; Tue, 21 Apr 2020 14:17:40 +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 i-OHAYHu7DJL for ; Tue, 21 Apr 2020 14:17:40 +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 21BC484C85 for ; Tue, 21 Apr 2020 14:17:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BE1AFB27; Tue, 21 Apr 2020 14:17:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587478660296600" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 14:17:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200421141740.1BE1AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587478660296600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Apr 21 14:17:40 UTC 2020 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to 1.13.5 Mutt 1.13.5 was released on March 28, 2020. This is a bug-fix release, fixing a use-after-free bug, and a couple format string processing bugs. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587478660296600 Content-Disposition: inline Content-Length: 1730 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.226 pkgsrc/mail/mutt/Makefile:1.227 --- pkgsrc/mail/mutt/Makefile:1.226 Wed Apr 8 08:40:00 2020 +++ pkgsrc/mail/mutt/Makefile Tue Apr 21 14:17:39 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.226 2020/04/08 08:40:00 rhialto Exp $ +# $NetBSD: Makefile,v 1.227 2020/04/21 14:17:39 nia Exp $ -DISTNAME= mutt-1.13.4 -PKGREVISION= 2 +DISTNAME= mutt-1.13.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.80 pkgsrc/mail/mutt/distinfo:1.81 --- pkgsrc/mail/mutt/distinfo:1.80 Sat Feb 15 22:54:45 2020 +++ pkgsrc/mail/mutt/distinfo Tue Apr 21 14:17:39 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.80 2020/02/15 22:54:45 tron Exp $ +$NetBSD: distinfo,v 1.81 2020/04/21 14:17:39 nia Exp $ -SHA1 (mutt-1.13.4.tar.gz) = 2d009e2dee3814fd6416ea12f9a501c475367ea3 -RMD160 (mutt-1.13.4.tar.gz) = 05ca9a3f8b0a61fed14ed1bd80949c5957a2e820 -SHA512 (mutt-1.13.4.tar.gz) = 59ae13d7cef052818f38f6d52e2cb42251f393ecf622eae113bfa29218b541195471de822efbdb072c6f74a4dc385bb94fe27c37b44c62eac7e2a0a4e0c6adc3 -Size (mutt-1.13.4.tar.gz) = 4901222 bytes +SHA1 (mutt-1.13.5.tar.gz) = fc678c0397ef015e0a2cd629fe471fdfb22dd38c +RMD160 (mutt-1.13.5.tar.gz) = d742c259c370dd76ce9cc796ebd69a047848ce27 +SHA512 (mutt-1.13.5.tar.gz) = f2ea863626e5dad4854c98a1797faa97c9f14fb5161c590e88ee02afbdde7f48493bd2cce6109f9839501cf38aa238dc804f4c98f17ac97c68b48cb0bc0e5b4a +Size (mutt-1.13.5.tar.gz) = 4902500 bytes SHA1 (patch-aa) = ffa6fc8af174b3caf3286f24ea6330b4a27d91a1 SHA1 (patch-ab) = 3d094b6bdb2b2ffac8ce6a1d3a306714c9f01835 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 --_----------=_1587478660296600--