Received: by mail.netbsd.org (Postfix, from userid 605) id 0AF1D84DA7; Mon, 10 Dec 2018 15:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13CBB84CDC for ; Mon, 10 Dec 2018 15:18: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 5rxcUqnJ20Ec for ; Mon, 10 Dec 2018 15:18:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5476584D9C for ; Mon, 10 Dec 2018 15:18:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47392FB16; Mon, 10 Dec 2018 15:18:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544455101188440" MIME-Version: 1.0 Date: Mon, 10 Dec 2018 15:18:21 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/mail/libetpan To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20181210151821.47392FB16@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. --_----------=_1544455101188440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Dec 10 15:18:21 UTC 2018 Modified Files: pkgsrc/mail/libetpan: Makefile distinfo Log Message: libetpan: update to 1.9.1 - TLS SNI support - Fixes for GnuTLS - Fix build with newer curl From Greg Oster, this fixes claws-mail functionality with OpenSSL 1.1.1. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/mail/libetpan/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/libetpan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544455101188440 Content-Disposition: inline Content-Length: 1847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/libetpan/Makefile diff -u pkgsrc/mail/libetpan/Makefile:1.51 pkgsrc/mail/libetpan/Makefile:1.52 --- pkgsrc/mail/libetpan/Makefile:1.51 Thu Aug 16 18:54:30 2018 +++ pkgsrc/mail/libetpan/Makefile Mon Dec 10 15:18:21 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2018/08/16 18:54:30 adam Exp $ +# $NetBSD: Makefile,v 1.52 2018/12/10 15:18:21 maya Exp $ -DISTNAME= libetpan-1.8 -PKGREVISION= 4 +DISTNAME= libetpan-1.9.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=dinhviethoa/} EXTRACT_USING= bsdtar Index: pkgsrc/mail/libetpan/distinfo diff -u pkgsrc/mail/libetpan/distinfo:1.21 pkgsrc/mail/libetpan/distinfo:1.22 --- pkgsrc/mail/libetpan/distinfo:1.21 Fri Nov 2 09:32:02 2018 +++ pkgsrc/mail/libetpan/distinfo Mon Dec 10 15:18:21 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2018/11/02 09:32:02 jperkin Exp $ +$NetBSD: distinfo,v 1.22 2018/12/10 15:18:21 maya Exp $ -SHA1 (libetpan-1.8.tar.gz) = 66ae6d8e0eb4095725fca1e44e6049ae5620aec4 -RMD160 (libetpan-1.8.tar.gz) = 1bf694f50f6e828f9aaf64745f1977a13a6bc730 -SHA512 (libetpan-1.8.tar.gz) = a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd -Size (libetpan-1.8.tar.gz) = 6188927 bytes +SHA1 (libetpan-1.9.1.tar.gz) = b7c0b645af9d5e5e250d2085782be4da1698d43b +RMD160 (libetpan-1.9.1.tar.gz) = bb8adc310fb05e32dc22dd1c28373d2063c1d321 +SHA512 (libetpan-1.9.1.tar.gz) = 1dd72644672e15eecc9883ffb4b29ef34d4355c55aec950cac44e7b59f252d9355f37ef0ad37007c89728c09e057144b4c3b853496a011d693598b6027356286 +Size (libetpan-1.9.1.tar.gz) = 6189971 bytes SHA1 (patch-aa) = e783adf544c9a63df584815ee4b033249cecf0ff SHA1 (patch-configure.ac) = 45ec1bd4384e3bdd31c1dd7ebef1d855b5c962c6 SHA1 (patch-src_low-level_feed_newsfeed.c) = 962f2059bb13a8f9c40cb6845276ee52e3bcd937 --_----------=_1544455101188440--