Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D5CEC7A16E for ; Fri, 16 Sep 2016 16:44:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4D19885E95; Fri, 16 Sep 2016 16:44:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D172D85E8B for ; Fri, 16 Sep 2016 16:44:02 +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 RrYNnpoS5aGw for ; Fri, 16 Sep 2016 16:44:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 64C2C84D04 for ; Fri, 16 Sep 2016 16:44:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88988FBD1; Fri, 16 Sep 2016 16:43:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147404420132490" MIME-Version: 1.0 Date: Fri, 16 Sep 2016 16:43:21 +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: <20160916164321.88988FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147404420132490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Sep 16 16:43:21 UTC 2016 Modified Files: pkgsrc/mail/getmail: Makefile distinfo Log Message: Update to 4.51.0. From the changelog: - fix exception when using MDA_External and an IMAP mailbox whose name contains non-ASCII chars. Thanks: "drtmk". To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 pkgsrc/mail/getmail/Makefile cvs rdiff -u -r1.126 -r1.127 pkgsrc/mail/getmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147404420132490 Content-Disposition: inline Content-Length: 1663 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.148 pkgsrc/mail/getmail/Makefile:1.149 --- pkgsrc/mail/getmail/Makefile:1.148 Tue Jul 12 01:55:44 2016 +++ pkgsrc/mail/getmail/Makefile Fri Sep 16 16:43:21 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.148 2016/07/12 01:55:44 schmonz Exp $ +# $NetBSD: Makefile,v 1.149 2016/09/16 16:43:21 schmonz Exp $ -DISTNAME= getmail-4.50.0 +DISTNAME= getmail-4.51.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ Index: pkgsrc/mail/getmail/distinfo diff -u pkgsrc/mail/getmail/distinfo:1.126 pkgsrc/mail/getmail/distinfo:1.127 --- pkgsrc/mail/getmail/distinfo:1.126 Tue Jul 12 01:55:44 2016 +++ pkgsrc/mail/getmail/distinfo Fri Sep 16 16:43:21 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.126 2016/07/12 01:55:44 schmonz Exp $ +$NetBSD: distinfo,v 1.127 2016/09/16 16:43:21 schmonz Exp $ -SHA1 (getmail-4.50.0.tar.gz) = 83c7d513f875325472ee83506e2ed3827639d5e7 -RMD160 (getmail-4.50.0.tar.gz) = e822fb39d8647b803c2cafbf0d32b0f863931b86 -SHA512 (getmail-4.50.0.tar.gz) = f8484fe907e82bd96abc6fea9e824a51608450921020d18522c6da00ddc5f0c1a2f9be0a534d1451830174d33e526e956a1bba9b7e9f2c987f765547848317c9 -Size (getmail-4.50.0.tar.gz) = 150892 bytes +SHA1 (getmail-4.51.0.tar.gz) = f17e4a2d36eb14a2d3bf20bd3f8ad43bce2a37bb +RMD160 (getmail-4.51.0.tar.gz) = 5bc28e36284219dadfb64897f706e76719f24309 +SHA512 (getmail-4.51.0.tar.gz) = 0da5b5958a755bb66bdc7eb6dcacc99c81db2f18c44def911bd90f95a6b0a42a68d9426a278d75c68a001129da6fd97425cca3d4c87b2442b1faa504b27ac72d +Size (getmail-4.51.0.tar.gz) = 190612 bytes SHA1 (patch-aa) = 9e23af34d9c7a7a298c9c8fb1ffb2135d84c1885 --_----------=_147404420132490--