Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to m2crypto 0.36.0 #282

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions security/py-m2crypto/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.53 2020/04/24 11:41:37 nia Exp $

DISTNAME= M2Crypto-0.32.0
DISTNAME= M2Crypto-0.36.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= security python
Expand All @@ -11,11 +11,10 @@ HOMEPAGE= https://gitlab.com/m2crypto/m2crypto
COMMENT= Crypto and SSL toolkit for Python
LICENSE= m2crypto-license

BROKEN= "Fails to build with OpenSSL 1.1"

.include "../../lang/python/pyversion.mk"

PLIST_VARS+= typing
USE_LANGUAGES+= c c++11

.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
Expand All @@ -24,7 +23,10 @@ PLIST.typing= yes

PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}

.include "../../devel/swig/buildlink3.mk"
pre-configure:
${LN} -sf ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig

.include "../../devel/swig3/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 4 additions & 5 deletions security/py-m2crypto/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.18 2019/03/04 18:41:48 adam Exp $

SHA1 (M2Crypto-0.32.0.tar.gz) = b36c43373f952401b9cc190e4e5ddd09028e276b
RMD160 (M2Crypto-0.32.0.tar.gz) = 4d8b714b105ba4e2616d203edd72733736b124c1
SHA512 (M2Crypto-0.32.0.tar.gz) = 477cc30748b3ddc21b66872a88ba0e111a592928ce0d2edc9b72c9a8fa7aa2b422e1b785b830e8d8fcab9f1678928634627b0ea3d57632ec5769ba4ed64c16f8
Size (M2Crypto-0.32.0.tar.gz) = 1292542 bytes
SHA1 (M2Crypto-0.36.0.tar.gz) = 666735839ad0d9b414cc39937ffad2675297bb02
RMD160 (M2Crypto-0.36.0.tar.gz) = e813fd1da12a8b8a5550931129d29977a25cef5d
SHA512 (M2Crypto-0.36.0.tar.gz) = 5b7d6d10c943ff0e09e0e9748d5578e7e0f7659a73de4ba49481152bca05871aef2bfbb869e1636a7cebcf2dd8b9f67fb0d299a833d1d4ebd538031c35d7bca1
Size (M2Crypto-0.36.0.tar.gz) = 1127584 bytes
SHA1 (patch-SWIG___m2crypto__wrap.c) = 2672787cd8fd70b5ac2cf634b6a913aefc27b26c
SHA1 (patch-setup.py) = ec43146954a849a7e12003397df19e6567df888c
27 changes: 0 additions & 27 deletions security/py-m2crypto/patches/patch-setup.py

This file was deleted.