From owner-svn-ports-head@freebsd.org Sun Dec 13 14:43:55 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4B7B4BA522; Sun, 13 Dec 2020 14:43:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv6j66pLdz3vj2; Sun, 13 Dec 2020 14:43:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB474115AB; Sun, 13 Dec 2020 14:43:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDEhqTM038587; Sun, 13 Dec 2020 14:43:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDEhpA7038583; Sun, 13 Dec 2020 14:43:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012131443.0BDEhpA7038583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Dec 2020 14:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557938 - in head/security/py-m2crypto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/py-m2crypto: . files X-SVN-Commit-Revision: 557938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 14:43:58 -0000 Author: sunpoet Date: Sun Dec 13 14:43:51 2020 New Revision: 557938 URL: https://svnweb.freebsd.org/changeset/ports/557938 Log: Update to 0.37.1 Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master Modified: head/security/py-m2crypto/Makefile head/security/py-m2crypto/distinfo head/security/py-m2crypto/files/patch-SWIG-_m2crypto.i head/security/py-m2crypto/files/patch-setup.py Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Sun Dec 13 14:43:46 2020 (r557937) +++ head/security/py-m2crypto/Makefile Sun Dec 13 14:43:51 2020 (r557938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= m2crypto -PORTVERSION= 0.36.0 +PORTVERSION= 0.37.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE BUILD_DEPENDS= swig>=2.0.4:devel/swig -RUN_DEPENDS= ${PY_TYPING} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY_FLAVOR} \ + ${PY_TYPING} USES= python ssl USE_PYTHON= autoplist concurrent distutils Modified: head/security/py-m2crypto/distinfo ============================================================================== --- head/security/py-m2crypto/distinfo Sun Dec 13 14:43:46 2020 (r557937) +++ head/security/py-m2crypto/distinfo Sun Dec 13 14:43:51 2020 (r557938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595416625 -SHA256 (M2Crypto-0.36.0.tar.gz) = 1542c18e3ee5c01db5031d0b594677536963e3f54ecdf5315aeecb3a595b4dc1 -SIZE (M2Crypto-0.36.0.tar.gz) = 1127584 +TIMESTAMP = 1607685399 +SHA256 (M2Crypto-0.37.1.tar.gz) = e4e42f068b78ccbf113e5d0a72ae5f480f6c3ace4940b91e4fff5598cfff6fb3 +SIZE (M2Crypto-0.37.1.tar.gz) = 1247031 Modified: head/security/py-m2crypto/files/patch-SWIG-_m2crypto.i ============================================================================== --- head/security/py-m2crypto/files/patch-SWIG-_m2crypto.i Sun Dec 13 14:43:46 2020 (r557937) +++ head/security/py-m2crypto/files/patch-SWIG-_m2crypto.i Sun Dec 13 14:43:51 2020 (r557938) @@ -1,6 +1,6 @@ ---- SWIG/_m2crypto.i.orig 2018-02-24 13:54:59 UTC +--- SWIG/_m2crypto.i.orig 2020-01-30 08:17:01 UTC +++ SWIG/_m2crypto.i -@@ -57,7 +57,8 @@ static PyObject *x509_store_verify_cb_fu +@@ -65,6 +65,7 @@ static PyObject *x509_store_verify_cb_func; #ifdef _WIN32 %include #endif @@ -8,4 +8,3 @@ %include /* Bring in LHASH_OF macro definition */ - /* XXX Can't include lhash.h where LHASH_OF is defined, because it includes Modified: head/security/py-m2crypto/files/patch-setup.py ============================================================================== --- head/security/py-m2crypto/files/patch-setup.py Sun Dec 13 14:43:46 2020 (r557937) +++ head/security/py-m2crypto/files/patch-setup.py Sun Dec 13 14:43:51 2020 (r557938) @@ -1,9 +1,9 @@ ---- setup.py.orig 2018-04-29 18:47:25 UTC +--- setup.py.orig 2020-12-08 18:29:38 UTC +++ setup.py -@@ -196,7 +196,7 @@ class _M2CryptoBuildExt(build_ext.build_ +@@ -204,7 +204,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): + self.swig_opts.append( + '-I' + os.path.join(openssl_include_dir, 'openssl')) - # swig seems to need the default header file directories - self.swig_opts.extend(['-I%s' % i for i in _get_additional_includes()]) - self.swig_opts.append('-includeall') + #self.swig_opts.append('-includeall') self.swig_opts.append('-modern')