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 923767A0F3 for ; Sun, 14 May 2017 14:36:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 447448563C; Sun, 14 May 2017 14:36:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6ADC84DB2 for ; Sun, 14 May 2017 14:36:22 +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 4gVGBiXCpzzk for ; Sun, 14 May 2017 14:36:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 59A6A84D73 for ; Sun, 14 May 2017 14:36:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57FA9FBE4; Sun, 14 May 2017 14:36:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494772582236690" MIME-Version: 1.0 Date: Sun, 14 May 2017 14:36:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/libetpan To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170514143622.57FA9FBE4@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. --_----------=_1494772582236690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 14 14:36:22 UTC 2017 Modified Files: pkgsrc/mail/libetpan: Makefile distinfo Log Message: Updated libetpan to 1.8. 1.8 LMTP support workaround for QIP IMAP Server compatibility with NDK 13 fixed crash (CVE-2017-8825) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/mail/libetpan/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/libetpan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494772582236690 Content-Disposition: inline Content-Length: 1756 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.46 pkgsrc/mail/libetpan/Makefile:1.47 --- pkgsrc/mail/libetpan/Makefile:1.46 Sun Apr 30 01:21:23 2017 +++ pkgsrc/mail/libetpan/Makefile Sun May 14 14:36:22 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2017/04/30 01:21:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2017/05/14 14:36:22 wiz Exp $ -DISTNAME= libetpan-1.7.2 -PKGREVISION= 3 +DISTNAME= libetpan-1.8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=dinhviethoa/} EXTRACT_USING= bsdtar Index: pkgsrc/mail/libetpan/distinfo diff -u pkgsrc/mail/libetpan/distinfo:1.19 pkgsrc/mail/libetpan/distinfo:1.20 --- pkgsrc/mail/libetpan/distinfo:1.19 Sat Sep 3 17:56:37 2016 +++ pkgsrc/mail/libetpan/distinfo Sun May 14 14:36:22 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2016/09/03 17:56:37 nros Exp $ +$NetBSD: distinfo,v 1.20 2017/05/14 14:36:22 wiz Exp $ -SHA1 (libetpan-1.7.2.tar.gz) = 599a0219872d50ef8e45a365ab56c886b007de13 -RMD160 (libetpan-1.7.2.tar.gz) = abaea1740a4c29f133bcb35f2df7a6ef5a4922ef -SHA512 (libetpan-1.7.2.tar.gz) = b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca -Size (libetpan-1.7.2.tar.gz) = 6186628 bytes +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 (patch-aa) = e783adf544c9a63df584815ee4b033249cecf0ff SHA1 (patch-configure.ac) = 45ec1bd4384e3bdd31c1dd7ebef1d855b5c962c6 --_----------=_1494772582236690--