CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/06/23 10:18:46
Modified files:
security/py-cryptography: Makefile distinfo
security/py-cryptography/pkg: PLIST
Added files:
security/py-cryptography/patches:
patch-src_cryptography_hazmat_bindings_openssl_ec_py
security/py-cryptography/pkg: PFRAG.no-python3 PFRAG.python3
Log message:
update to py-cryptography 0.91, and patch to permit building with recent
libressl (py-cryptography was providing its own implementation of
EC_curve_nid2nist for libressl and for old openssl versions, this was
broken when libressl added it - since LIBRESSL_VERSION doesn't provide
anything useful for recognising this, simply delete the libressl check
from the ifdef).