Version: 0.36.0, Package name: py-M2Crypto-0.36.0 |
Maintained by: Jasper Lievisse Adriaanse |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be used to provide SSL for Twisted. |
Filesize: 1101.156 KB |
Version History (View Complete History) |
|
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-08-19 06:25:13 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are python3 only ports. "Yes please, it's not really optional so I think = is better." sthen@ |
2020-07-17 11:47:30 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - update to py-M2Crypto-0.36.0 - make this python3-only |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-09-01 06:34:08 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to py-M2Crypto-0.35.2 |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-09 10:12:52 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to py-M2Crypto-0.33.0 |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-01-28 12:25:11 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to py-M2Crypto-0.31.0 |
2018-04-30 03:37:15 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to py-M2Crypto-0.30.1 |
2018-04-26 02:25:22 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to py-M2Crypto-0.30.0 |
2018-04-25 10:51:05 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: BIO_meth_new() and BIO_meth_free() are non-static in LibreSSL |
2018-04-25 10:49:20 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: add links |
2018-04-25 03:58:03 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: - update to py-M2Crypto 0.29.0 - fix for python2 where .flush() would return EBADF, for example with "import M2Crypto; M2Crypto.BIO.openfile('/etc/ssl/cert.pem')" |
2018-04-05 05:45:43 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: End these over to jasper@, I'm not really using salt anymore these days. ok jasper@ |
2018-02-10 01:40:55 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to py-M2Crypto-0.28.2. |
2017-04-07 14:27:58 by Robert Peichaer | Files touched by this commit (3) |
Log message: Update security/py-M2Crypto to 0.26.0 OK aja@ |
2016-08-23 06:58:28 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: This requires devel/py-typing now. fixes devel/py-wbem breakage reported by naddy@ discussed with rpe@ |
2016-08-21 09:18:14 by Robert Peichaer | Files touched by this commit (3) |
Log message: Update security/py-M2Crypto to 0.25.1 OK aja@ |
2016-03-23 17:02:46 by Robert Peichaer | Files touched by this commit (3) |
Log message: Update security/py-M2Crypto to 0.24.0 with help from and OK sthen |
2016-02-05 07:58:46 by Robert Peichaer | Files touched by this commit (3) |
Log message: - update security/py-M2Crypto to 0.23.0 - add pre-test target to enable make test OK sthen@, aja@ |
2015-10-25 09:29:13 by Robert Peichaer | Files touched by this commit (4) |
Log message: Update security/py-M2Crypto to 0.22.5 Update HOMEPAGE to use gitlab.com. With help from sthen@ OK aja |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |
2015-08-28 10:29:56 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: SSLv3 fix: don't gen bindings for SSLv3_method. ok sthen@ |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |