Received: by mail.netbsd.org (Postfix, from userid 605) id CDEF084DED; Sun, 16 Jul 2017 03:50:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60D4884DE6 for ; Sun, 16 Jul 2017 03:50: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 X5FKQUyaeKPC for ; Sun, 16 Jul 2017 03:50:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DBC1184CE4 for ; Sun, 16 Jul 2017 03:50:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6A8DFACC; Sun, 16 Jul 2017 03:50:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150017704651080" MIME-Version: 1.0 Date: Sun, 16 Jul 2017 03:50:46 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/getmail To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170716035046.D6A8DFACC@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. --_----------=_150017704651080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Jul 16 03:50:46 UTC 2017 Modified Files: pkgsrc/mail/getmail: Makefile distinfo Log Message: Update to 5.1. From the changelog: - bugfix: if password_command parameter was used with a non-existent program, getmail would error out during the handling of that condition and not report the problem correctly. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/mail/getmail/Makefile cvs rdiff -u -r1.131 -r1.132 pkgsrc/mail/getmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150017704651080 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/getmail/Makefile diff -u pkgsrc/mail/getmail/Makefile:1.154 pkgsrc/mail/getmail/Makefile:1.155 --- pkgsrc/mail/getmail/Makefile:1.154 Sun Jul 16 00:16:43 2017 +++ pkgsrc/mail/getmail/Makefile Sun Jul 16 03:50:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.154 2017/07/16 00:16:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.155 2017/07/16 03:50:46 schmonz Exp $ -DISTNAME= getmail-5.0 +DISTNAME= getmail-5.1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ Index: pkgsrc/mail/getmail/distinfo diff -u pkgsrc/mail/getmail/distinfo:1.131 pkgsrc/mail/getmail/distinfo:1.132 --- pkgsrc/mail/getmail/distinfo:1.131 Sun Jul 16 00:16:43 2017 +++ pkgsrc/mail/getmail/distinfo Sun Jul 16 03:50:46 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.131 2017/07/16 00:16:43 schmonz Exp $ +$NetBSD: distinfo,v 1.132 2017/07/16 03:50:46 schmonz Exp $ -SHA1 (getmail-5.0.tar.gz) = 08f31fe07bd51d6a94bf6f4d485ba3299dffe59a -RMD160 (getmail-5.0.tar.gz) = 5309873b49088e312fa9b710d41867638431f9bf -SHA512 (getmail-5.0.tar.gz) = 50950746600a5707e4a8cbe0dc3045f9b88f76ca79f5d3c43290d0bdf288a3b17d21a6a891ef8f7a1aaa6d4dda45e552d1644da684ba41a72b42241ab3247dcb -Size (getmail-5.0.tar.gz) = 194062 bytes +SHA1 (getmail-5.1.tar.gz) = 9b94f73f1403154a2fb385ddf74ea02dfa13e37b +RMD160 (getmail-5.1.tar.gz) = 6f32173bf8765c6afd9a152bace22123ea2c8b34 +SHA512 (getmail-5.1.tar.gz) = af826ddc0f3252716868c4e22804e84a0bbf58179830d739794d7e7ba7ab67805e1ab64fbece3a429b662323b42337deeecd4350154a9029f2161f87d50e442e +Size (getmail-5.1.tar.gz) = 194291 bytes SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2 --_----------=_150017704651080--