Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 693A81A923C for ; Sat, 23 Jan 2021 09:46:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A11B88511F; Sat, 23 Jan 2021 09:46:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D845784DD7 for ; Sat, 23 Jan 2021 09:46:47 +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 uNTPf3oGs_SL for ; Sat, 23 Jan 2021 09:46:47 +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 5CD0B84D37 for ; Sat, 23 Jan 2021 09:46:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5401EFA9D; Sat, 23 Jan 2021 09:46:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611395207240410" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 09:46:47 +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: <20210123094647.5401EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611395207240410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Sat Jan 23 09:46:47 UTC 2021 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 2.0.5 This is a bug-fix release, fixing a few memory leaks. One of them was assigned CVE-2021-3181. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611395207240410 Content-Disposition: inline Content-Length: 1724 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.240 pkgsrc/mail/mutt/Makefile:1.241 --- pkgsrc/mail/mutt/Makefile:1.240 Fri Jan 1 09:19:27 2021 +++ pkgsrc/mail/mutt/Makefile Sat Jan 23 09:46:47 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.240 2021/01/01 09:19:27 tron Exp $ +# $NetBSD: Makefile,v 1.241 2021/01/23 09:46:47 tron Exp $ -DISTNAME= mutt-2.0.4 +DISTNAME= mutt-2.0.5 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.92 pkgsrc/mail/mutt/distinfo:1.93 --- pkgsrc/mail/mutt/distinfo:1.92 Fri Jan 1 09:19:27 2021 +++ pkgsrc/mail/mutt/distinfo Sat Jan 23 09:46:47 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.92 2021/01/01 09:19:27 tron Exp $ +$NetBSD: distinfo,v 1.93 2021/01/23 09:46:47 tron Exp $ -SHA1 (mutt-2.0.4.tar.gz) = 19828b1ba7dc2c4241a7719c7010959bdf149bc4 -RMD160 (mutt-2.0.4.tar.gz) = f2c3be9be7d355881ac7fe25201ed7f5bfb9b786 -SHA512 (mutt-2.0.4.tar.gz) = 8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762 -Size (mutt-2.0.4.tar.gz) = 5293913 bytes +SHA1 (mutt-2.0.5.tar.gz) = 5254653d11f03e59d6a733f696076f4cebfa7324 +RMD160 (mutt-2.0.5.tar.gz) = 90c0185034ff43067b7d1d6770b1de97618cf6f8 +SHA512 (mutt-2.0.5.tar.gz) = 41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740 +Size (mutt-2.0.5.tar.gz) = 5294710 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = cbd7ff52b0b358fff41988d286267046f56ee8d5 --_----------=_1611395207240410--