Received: by mail.netbsd.org (Postfix, from userid 605) id 52A4284D6D; Thu, 28 Sep 2017 10:44:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6DFD84D5F for ; Thu, 28 Sep 2017 10:44:11 +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 PJY-cxADA3o5 for ; Thu, 28 Sep 2017 10:44:11 +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 6279C84D04 for ; Thu, 28 Sep 2017 10:44:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 594E2FA9C; Thu, 28 Sep 2017 10:44:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150659545149330" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 10:44:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-m2crypto To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170928104411.594E2FA9C@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. --_----------=_150659545149330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 28 10:44:11 UTC 2017 Modified Files: pkgsrc/security/py-m2crypto: Makefile distinfo Log Message: py-m2crypto: update to 0.26.4 0.26.3: - Fix a syntax typo. 0.26.2: - port to support OpenSSL 1.1.0 API - add generated Sphinx documentation - another set of cleanups To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-m2crypto/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-m2crypto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150659545149330 Content-Disposition: inline Content-Length: 1872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-m2crypto/Makefile diff -u pkgsrc/security/py-m2crypto/Makefile:1.42 pkgsrc/security/py-m2crypto/Makefile:1.43 --- pkgsrc/security/py-m2crypto/Makefile:1.42 Wed May 10 17:03:42 2017 +++ pkgsrc/security/py-m2crypto/Makefile Thu Sep 28 10:44:11 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2017/05/10 17:03:42 adam Exp $ +# $NetBSD: Makefile,v 1.43 2017/09/28 10:44:11 adam Exp $ -DISTNAME= M2Crypto-0.26.0 +DISTNAME= M2Crypto-0.26.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=M/M2Crypto/} Index: pkgsrc/security/py-m2crypto/distinfo diff -u pkgsrc/security/py-m2crypto/distinfo:1.10 pkgsrc/security/py-m2crypto/distinfo:1.11 --- pkgsrc/security/py-m2crypto/distinfo:1.10 Wed May 10 17:03:42 2017 +++ pkgsrc/security/py-m2crypto/distinfo Thu Sep 28 10:44:11 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2017/05/10 17:03:42 adam Exp $ +$NetBSD: distinfo,v 1.11 2017/09/28 10:44:11 adam Exp $ -SHA1 (M2Crypto-0.26.0.tar.gz) = 1583782298a635c0634377e4037b1708c12ce426 -RMD160 (M2Crypto-0.26.0.tar.gz) = 8ffd4ccd0f040cc2d23d05397a883ab45fec45e7 -SHA512 (M2Crypto-0.26.0.tar.gz) = f6ba0173833d1b9a318402a3445fbb522f1848c7406face0cc08d384de6b6944395737f5871353ca1488c6655be7ffb0ad7b40b5e98d5954858da4540590d242 -Size (M2Crypto-0.26.0.tar.gz) = 305914 bytes +SHA1 (M2Crypto-0.26.4.tar.gz) = 31f70e9dc3faad1d961ad465f40094ae84f710be +RMD160 (M2Crypto-0.26.4.tar.gz) = fa9e0200d06fd5f8803aa858d08fa8d40ef1aca9 +SHA512 (M2Crypto-0.26.4.tar.gz) = 632b71850edd4f4e32d6d3aa83cb0e8068654c087498c88265f999180e0c58917aa6d29c5d1033f597397da98c3dc9acb9d21feddbb2f3da25a368f6a0af60f9 +Size (M2Crypto-0.26.4.tar.gz) = 1116587 bytes SHA1 (patch-SWIG___m2crypto__wrap.c) = 14e62bf68bf5f1b0231c3f32e6030a3dad1e0eef SHA1 (patch-setup.py) = 6f47564c57d4136612db53cfec50667a626b5091 --_----------=_150659545149330--