Received: by mail.netbsd.org (Postfix, from userid 605) id EA48884D96; Sat, 16 Feb 2019 06:25:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71E7184D81 for ; Sat, 16 Feb 2019 06:25: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 Hx4JVnoIiWEt for ; Sat, 16 Feb 2019 06:25:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E73CB84CE2 for ; Sat, 16 Feb 2019 06:25:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 841A0FB16; Sat, 16 Feb 2019 06:23:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550298193237170" MIME-Version: 1.0 Date: Sat, 16 Feb 2019 06:23:13 +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: <20190216062313.841A0FB16@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. --_----------=_1550298193237170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Feb 16 06:23:13 UTC 2019 Modified Files: pkgsrc/mail/getmail: Makefile distinfo Log Message: Update to 5.11. From the changelog: - bugfix: the SNI change did not work correctly with Python < 2.7.13; should be fixed now. Thanks: Scott Robbins. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 pkgsrc/mail/getmail/Makefile cvs rdiff -u -r1.141 -r1.142 pkgsrc/mail/getmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550298193237170 Content-Disposition: inline Content-Length: 1649 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.165 pkgsrc/mail/getmail/Makefile:1.166 --- pkgsrc/mail/getmail/Makefile:1.165 Tue Feb 12 23:25:22 2019 +++ pkgsrc/mail/getmail/Makefile Sat Feb 16 06:23:13 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.165 2019/02/12 23:25:22 schmonz Exp $ +# $NetBSD: Makefile,v 1.166 2019/02/16 06:23:13 schmonz Exp $ -DISTNAME= getmail-5.10 +DISTNAME= getmail-5.11 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ Index: pkgsrc/mail/getmail/distinfo diff -u pkgsrc/mail/getmail/distinfo:1.141 pkgsrc/mail/getmail/distinfo:1.142 --- pkgsrc/mail/getmail/distinfo:1.141 Tue Feb 12 23:25:22 2019 +++ pkgsrc/mail/getmail/distinfo Sat Feb 16 06:23:13 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.141 2019/02/12 23:25:22 schmonz Exp $ +$NetBSD: distinfo,v 1.142 2019/02/16 06:23:13 schmonz Exp $ -SHA1 (getmail-5.10.tar.gz) = 003344fb55c8939d40cdf7400b43484f126a782b -RMD160 (getmail-5.10.tar.gz) = bb70ab8beb029e157c8acfae48801e5c50b70377 -SHA512 (getmail-5.10.tar.gz) = c3014953c068f8dce637dbf331bccb396e57f4baefe0222dff450dd4c1251dd901c041eec33da4147ecb1ae4c2acc099fd899e38546f6d705e372f52f98e4e57 -Size (getmail-5.10.tar.gz) = 198868 bytes +SHA1 (getmail-5.11.tar.gz) = 5a88b8b81c583f2fc6ce01d26fde5d7eee12dc42 +RMD160 (getmail-5.11.tar.gz) = 4f03eadbe6f3190d2b3daa62dc8b612ccba7784d +SHA512 (getmail-5.11.tar.gz) = a53518049fb74b9c63018b354a0a366ef4f71eba1b125b1b2b0db269a82b3f308534f19f7658eaf0a20ef5fd2872cac8a4361e9a5ec912b3937efa4bdce3d55d +Size (getmail-5.11.tar.gz) = 198939 bytes SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2 --_----------=_1550298193237170--