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: Thu Oct 26 07:08:10 UTC 2017
Modified Files:
pkgsrc/security/py-m2crypto: Makefile distinfo
Log Message:
py-m2crypto: updated to 0.27.0
0.27.0:
- Fix licence: it is MIT, not BSD
- At least minimal support of SNI in httpslib.
- Small bugfixes and cleanups.
- More effort to make build system more robust (now should work even on
Debian LTS).
- Restore m2.rsa_set_e() and m2.rsa_set_n().
- Make sure that every exceptional return throws and exception and vice
versa.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-m2crypto/Makefile
cvs rdiff -u -r1.11 -r1.12 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.43 pkgsrc/security/py-m2crypto/Makefile:1.44
--- pkgsrc/security/py-m2crypto/Makefile:1.43 Thu Sep 28 10:44:11 2017
+++ pkgsrc/security/py-m2crypto/Makefile Thu Oct 26 07:08:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2017/09/28 10:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.44 2017/10/26 07:08:10 adam Exp $
-DISTNAME= M2Crypto-0.26.4
+DISTNAME= M2Crypto-0.27.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/M2Crypto/}
@@ -14,9 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:.
PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.26.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.27.0
-.include "../../lang/python/egg.mk"
.include "../../devel/swig/buildlink3.mk"
+.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-m2crypto/distinfo
diff -u pkgsrc/security/py-m2crypto/distinfo:1.11 pkgsrc/security/py-m2crypto/distinfo:1.12
--- pkgsrc/security/py-m2crypto/distinfo:1.11 Thu Sep 28 10:44:11 2017
+++ pkgsrc/security/py-m2crypto/distinfo Thu Oct 26 07:08:10 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2017/09/28 10:44:11 adam Exp $
+$NetBSD: distinfo,v 1.12 2017/10/26 07:08:10 adam Exp $
-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 (M2Crypto-0.27.0.tar.gz) = 0bcf5962c60283f07aeaa443bebf49bcfe5a2e04
+RMD160 (M2Crypto-0.27.0.tar.gz) = 2b86ddc861d2b11db1ce40f76443608c2c09e869
+SHA512 (M2Crypto-0.27.0.tar.gz) = df0f6b16f7d00a19fafbb5da5a3ececff6b4627accd00ca65e0d6f9e752a97f41016d0072c8e681475fe1d87c89b7474067068c0bfce6c68a30baddeb31bfac2
+Size (M2Crypto-0.27.0.tar.gz) = 1119288 bytes
SHA1 (patch-SWIG___m2crypto__wrap.c) = 14e62bf68bf5f1b0231c3f32e6030a3dad1e0eef
SHA1 (patch-setup.py) = 6f47564c57d4136612db53cfec50667a626b5091
Home |
Main Index |
Thread Index |
Old Index