Received: by mail.netbsd.org (Postfix, from userid 605) id DAEED84E84; Tue, 17 Jul 2018 06:54:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9FC784E60 for ; Tue, 17 Jul 2018 06:54:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GCI4epttGICb for ; Tue, 17 Jul 2018 06:54:22 +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 3A0F584C81 for ; Tue, 17 Jul 2018 06:54:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B373FBEC; Tue, 17 Jul 2018 06:54:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531810462225310" MIME-Version: 1.0 Date: Tue, 17 Jul 2018 06:54:22 +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: <20180717065422.2B373FBEC@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. --_----------=_1531810462225310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Tue Jul 17 06:54:22 UTC 2018 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 1.10.1 This is a bug fix release, and includes a few important security fixes. It is strongly recommended that IMAP and POP users upgrade as soon as possible. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531810462225310 Content-Disposition: inline Content-Length: 1712 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.200 pkgsrc/mail/mutt/Makefile:1.201 --- pkgsrc/mail/mutt/Makefile:1.200 Sun May 20 07:54:23 2018 +++ pkgsrc/mail/mutt/Makefile Tue Jul 17 06:54:22 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.200 2018/05/20 07:54:23 tron Exp $ +# $NetBSD: Makefile,v 1.201 2018/07/17 06:54:22 tron Exp $ -DISTNAME= mutt-1.10.0 +DISTNAME= mutt-1.10.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.66 pkgsrc/mail/mutt/distinfo:1.67 --- pkgsrc/mail/mutt/distinfo:1.66 Sun May 20 07:54:23 2018 +++ pkgsrc/mail/mutt/distinfo Tue Jul 17 06:54:22 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.66 2018/05/20 07:54:23 tron Exp $ +$NetBSD: distinfo,v 1.67 2018/07/17 06:54:22 tron Exp $ -SHA1 (mutt-1.10.0.tar.gz) = 1ceb1e6f9d97abf1553b2583601437c820c871d3 -RMD160 (mutt-1.10.0.tar.gz) = bdf6c0842496c72c5f3a16bfce7e0e75243a52c9 -SHA512 (mutt-1.10.0.tar.gz) = 4cade7f17e157c8c2184c96d596d9dbfab704d300074eca66c567f2dab055caa9b828080cce92e2616176000219288630c33542ab83a98db0160cd085b937530 -Size (mutt-1.10.0.tar.gz) = 4249980 bytes +SHA1 (mutt-1.10.1.tar.gz) = 584c3a5cd604813749da4d90c8c457a143ccd746 +RMD160 (mutt-1.10.1.tar.gz) = aa86932d3d34fa8f57281fdf0abc8776ccbe595a +SHA512 (mutt-1.10.1.tar.gz) = 13509ff159c65e23614696967b4bd8baf7b8e16c0e85cfd89e2df8201de2dc97e6c4a426f5919f05051dee2b14f847c7203e0b236931d3cdf81dbbb221551726 +Size (mutt-1.10.1.tar.gz) = 4255890 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 --_----------=_1531810462225310--