CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/01/04 12:56:41
Modified files:
security/py-cryptography: Makefile
security/py-cryptography/patches:
patch-src__cffi_src_openssl_x509_vfy_py
Log message:
Another hack to unbreak py-cryptography (this time runtime rather than
build) following symbol list changes around the X509_VERIFY_PARAM_*
functions in libcrypto; based on a diff from phessler who found this the
hard way (and I think landry also ran into it with qgis).. OK phessler