Received: by mail.netbsd.org (Postfix, from userid 605) id A8F9B84D74; Sun, 24 Sep 2017 14:57:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B47B84D70 for ; Sun, 24 Sep 2017 14:57:28 +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 bKgBzh26iiyf for ; Sun, 24 Sep 2017 14:57:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B605E84D6F for ; Sun, 24 Sep 2017 14:57:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ACEF8FA9C; Sun, 24 Sep 2017 14:57:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506265047105590" MIME-Version: 1.0 Date: Sun, 24 Sep 2017 14:57:27 +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: <20170924145727.ACEF8FA9C@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. --_----------=_1506265047105590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Sun Sep 24 14:57:27 UTC 2017 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: Update "mutt" package to version 1.9.1 Changes since version 1.9.0: This is a bug fix release, coming shortly after the last release due to a possible segfault fix with IMAP. There are also fixes for the trash folder, imap_poll_timeout, and GMail flags notifications. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506265047105590 Content-Disposition: inline Content-Length: 1702 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.192 pkgsrc/mail/mutt/Makefile:1.193 --- pkgsrc/mail/mutt/Makefile:1.192 Sun Sep 3 09:45:36 2017 +++ pkgsrc/mail/mutt/Makefile Sun Sep 24 14:57:27 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.192 2017/09/03 09:45:36 tron Exp $ +# $NetBSD: Makefile,v 1.193 2017/09/24 14:57:27 tron Exp $ -DISTNAME= mutt-1.9.0 +DISTNAME= mutt-1.9.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.60 pkgsrc/mail/mutt/distinfo:1.61 --- pkgsrc/mail/mutt/distinfo:1.60 Sun Sep 3 09:45:36 2017 +++ pkgsrc/mail/mutt/distinfo Sun Sep 24 14:57:27 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.60 2017/09/03 09:45:36 tron Exp $ +$NetBSD: distinfo,v 1.61 2017/09/24 14:57:27 tron Exp $ -SHA1 (mutt-1.9.0.tar.gz) = 3b0fc40c6f96053b6cb561d6a53ad642e5543444 -RMD160 (mutt-1.9.0.tar.gz) = ece0ea99ede1515b779c100ae454b369c1e5f000 -SHA512 (mutt-1.9.0.tar.gz) = d68b256ba73d19e1fa4594c2f30c5e89f6ce98b34701498cb7179f7f70a9bda4f08eb063e476ef01a7ad9d61cfc12c2528fa3605047dab5ffadd98b955de8b03 -Size (mutt-1.9.0.tar.gz) = 4191932 bytes +SHA1 (mutt-1.9.1.tar.gz) = 1046bcb9d69dae36a888aeedd2568c09d63fa1e9 +RMD160 (mutt-1.9.1.tar.gz) = cbad7580c187f72c34aa0fa0f5cc8b9bc010a3a1 +SHA512 (mutt-1.9.1.tar.gz) = 1a6871eb8499c60ae18b03d56b81e64de1643c68f8fbe05bbe114085b20098be58175e5bd6d2515e8332a824cbed75640744a261d4f10654c56625f903224095 +Size (mutt-1.9.1.tar.gz) = 4193868 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 --_----------=_1506265047105590--