pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-m2crypto py-m2crypto: updated to 0.27.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d217e043b04
branches:  trunk
changeset: 370869:9d217e043b04
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 26 07:08:10 2017 +0000

description:
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.

diffstat:

 security/py-m2crypto/Makefile |   8 ++++----
 security/py-m2crypto/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 582084d785f0 -r 9d217e043b04 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Thu Oct 26 07:01:53 2017 +0000
+++ b/security/py-m2crypto/Makefile     Thu Oct 26 07:08:10 2017 +0000
@@ -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 @@
 
 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 "../../devel/swig/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../devel/swig/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 582084d785f0 -r 9d217e043b04 security/py-m2crypto/distinfo
--- a/security/py-m2crypto/distinfo     Thu Oct 26 07:01:53 2017 +0000
+++ b/security/py-m2crypto/distinfo     Thu Oct 26 07:08:10 2017 +0000
@@ -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