pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-m2crypto
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 13 13:31:02 UTC 2018
Modified Files:
pkgsrc/security/py-m2crypto: Makefile distinfo
Log Message:
py-m2crypto: updated to 0.31.0
0.31.0:
- Compatibility with OpenSSL 1.1.1 (partly workaround, maybe requires
further investigation)
- Fixes for Windows builds
- Fixes of installs on AWS Lambda
- Fixes of Mac OS X related failures
- Fix Python 2.6 compatibility issues
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/py-m2crypto/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-m2crypto/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-m2crypto/Makefile
diff -u pkgsrc/security/py-m2crypto/Makefile:1.48 pkgsrc/security/py-m2crypto/Makefile:1.49
--- pkgsrc/security/py-m2crypto/Makefile:1.48 Mon Apr 30 08:51:15 2018
+++ pkgsrc/security/py-m2crypto/Makefile Tue Nov 13 13:31:02 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/04/30 08:51:15 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/11/13 13:31:02 adam Exp $
-DISTNAME= M2Crypto-0.30.1
+DISTNAME= M2Crypto-0.31.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/M2Crypto/}
@@ -14,7 +14,7 @@ LICENSE= m2crypto-license
PLIST_VARS+= typing
-.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
PLIST.typing= yes
.endif
Index: pkgsrc/security/py-m2crypto/distinfo
diff -u pkgsrc/security/py-m2crypto/distinfo:1.16 pkgsrc/security/py-m2crypto/distinfo:1.17
--- pkgsrc/security/py-m2crypto/distinfo:1.16 Mon Apr 30 08:51:15 2018
+++ pkgsrc/security/py-m2crypto/distinfo Tue Nov 13 13:31:02 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2018/04/30 08:51:15 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/11/13 13:31:02 adam Exp $
-SHA1 (M2Crypto-0.30.1.tar.gz) = 8e2eb23196afbac08ad566ecb3378de9f35c5f12
-RMD160 (M2Crypto-0.30.1.tar.gz) = 619e107d51b406101565d0bff484d36cdd0361f9
-SHA512 (M2Crypto-0.30.1.tar.gz) = c85b6350d8b6b4a14e9c76b755cdc1a88d7ba63ae75ebfbb32d42389225c0a3cf9d530f95c2651ff3811c755cd9bbb482f81fdb0dcf670d7a0015320622725b2
-Size (M2Crypto-0.30.1.tar.gz) = 1272599 bytes
+SHA1 (M2Crypto-0.31.0.tar.gz) = 68f26a320e5db6d199e58713eda68f3e9a89a8e5
+RMD160 (M2Crypto-0.31.0.tar.gz) = 95fa732143898d83148450659c2acd156e59d77b
+SHA512 (M2Crypto-0.31.0.tar.gz) = 9f3e2afda4b8ac14aa64a1534e446eb6895ec7182ce5b7ded8008178e01139d383561a87f8c9fb5fe4b9c257ba5c6b93339955eb9e2f7417cd3f4832c35c4598
+Size (M2Crypto-0.31.0.tar.gz) = 1292016 bytes
SHA1 (patch-SWIG___m2crypto__wrap.c) = 2672787cd8fd70b5ac2cf634b6a913aefc27b26c
SHA1 (patch-setup.py) = 647b45f38eaf71726b21725b351b439a9b0770cd
Home |
Main Index |
Thread Index |
Old Index