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 77E807A2AE for ; Sun, 18 Sep 2016 22:05:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 28AF885EFE; Sun, 18 Sep 2016 22:05:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADF1885EF2 for ; Sun, 18 Sep 2016 22:05:57 +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 PPCuCSewnhaA for ; Sun, 18 Sep 2016 22:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C64D84CFD for ; Sun, 18 Sep 2016 22:05:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27901FBD1; Sun, 18 Sep 2016 22:05:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474236357121990" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 22:05:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-cffi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918220557.27901FBD1@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. --_----------=_1474236357121990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 22:05:57 UTC 2016 Modified Files: pkgsrc/devel/py-cffi: Makefile distinfo Log Message: Updated py-cffi to 1.8.3. v1.8.3 ====== * When passing a ``void *`` argument to a function with a different pointer type, or vice-versa, the cast occurs automatically, like in C. The same occurs for initialization with ``ffi.new()`` and a few other places. However, I thought that ``char *`` had the same property---but I was mistaken. In C you get the usual warning if you try to give a ``char *`` to a ``char **`` argument, for example. Sorry about the confusion. This has been fixed in CFFI by giving for now a warning, too. It will turn into an error in a future version. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-cffi/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-cffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474236357121990 Content-Disposition: inline Content-Length: 1960 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cffi/Makefile diff -u pkgsrc/devel/py-cffi/Makefile:1.20 pkgsrc/devel/py-cffi/Makefile:1.21 --- pkgsrc/devel/py-cffi/Makefile:1.20 Mon Sep 12 07:57:41 2016 +++ pkgsrc/devel/py-cffi/Makefile Sun Sep 18 22:05:57 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/09/12 07:57:41 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/09/18 22:05:57 wiz Exp $ -DISTNAME= cffi-1.8.2 +DISTNAME= cffi-1.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/} @@ -17,7 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*: NOT_PAX_MPROTECT_SAFE= ${PYSITELIB}/_cffi_backend.so # tests don't run on MPROTECT enabled systems, and I haven't found -# the magic to fix that +# the magic to fix that, so workaround: +# sysctl -w security.pax.mprotect.global=0 .include "../../devel/libffi/buildlink3.mk" .include "../../lang/python/egg.mk" Index: pkgsrc/devel/py-cffi/distinfo diff -u pkgsrc/devel/py-cffi/distinfo:1.19 pkgsrc/devel/py-cffi/distinfo:1.20 --- pkgsrc/devel/py-cffi/distinfo:1.19 Mon Sep 12 07:57:41 2016 +++ pkgsrc/devel/py-cffi/distinfo Sun Sep 18 22:05:57 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2016/09/12 07:57:41 wiz Exp $ +$NetBSD: distinfo,v 1.20 2016/09/18 22:05:57 wiz Exp $ -SHA1 (cffi-1.8.2.tar.gz) = 9d2722ba9241b232b980bb9243e12451513a8000 -RMD160 (cffi-1.8.2.tar.gz) = df4939e7fdda0f6d1230f89eaa451fb24be78162 -SHA512 (cffi-1.8.2.tar.gz) = a7bbb8735cf4b36510b6953db26af2428725d589fedae05693f39c77b84567bdefd6e3dc1e5c6deef94e617ceb4bf6bf92379e76fd3732d73a19e8a39a3d06ed -Size (cffi-1.8.2.tar.gz) = 403191 bytes +SHA1 (cffi-1.8.3.tar.gz) = 2a5be10205bf3f6b21070a71ee2546d838868172 +RMD160 (cffi-1.8.3.tar.gz) = e13f80925e01699719788a82f8926069084a1d2f +SHA512 (cffi-1.8.3.tar.gz) = a5a5f62c9d8607a8477abc2c2c53dcbe2aa4cf964b0592d4db349cd35a199e69a84d6cf160973fb5ee736607fa6a41314e8ff0d84bef2ffe16c08f6071c15222 +Size (cffi-1.8.3.tar.gz) = 403766 bytes --_----------=_1474236357121990--