meta-openembedded/meta-python/recipes-devtools/python/python-m2crypto
Armin Kuster c305ac5d2f python-m2crypto: fix SSLv2 symbol issue
missed using "-D"  for OPENSSL_NO_SSL2 swig_features.

ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method

disable using SSLv2_method if not supported in openssl. This is now the case
with the advent of CVE-2016-0800

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-09 20:10:13 +01:00
..
0001-M2Crypto-Error-fix.patch python-m2crypto: Error fix for swig >= 3.0.5 2015-08-18 11:52:31 +02:00
0001-setup.py-link-in-sysroot-not-in-host-directories.patch meta-python: rename recipes-python to recipes-devtools 2014-07-30 12:49:45 +02:00
dont_try_build_with_SSLv2_when_it_is_not_available.patch python-m2crypto: fix SSLv2 symbol issue 2016-03-09 20:10:13 +01:00