summaryrefslogtreecommitdiffstats
path: root/package/python-m2crypto
Commit message (Collapse)AuthorAgeFilesLines
* python-m2crypto: removeGustavo Zacarias2016-03-302-34/+0
| | | | | | | | It only provided the host variant, which was only used by crda (no longer necessary), and wasn't available as a host selection. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-m2crypto: bump versionPeter Korsgaard2016-03-282-3/+4
| | | | | | And add stronger hash. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-m2crypto: bump to 0.23.0Nitin Mendiratta2016-03-283-39/+6
| | | | | | [Peter: license is MIT, fix license file name / variable] Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-m2crypto: don't reference SSLv2 functions if openssl is built without ↵Peter Korsgaard2016-03-011-0/+36
| | | | | | | | | | | | | | SSLv2 support Fixes: http://autobuild.buildroot.net/results/018/0183ba8c9fccc87f9e72279c49c2fdc1a9fcb556/ The recent openssl security bump disabled SSLv2 support, but python-m2crypto was still referencing SSLv2 functions causing undefined symbols when the module was imported. Backport an upstream patch to only reference these symbols if openssl is built with SSLv2 support. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-m2crypto: different fix for the OpenSSL problemThomas Petazzoni2015-12-121-14/+10
| | | | | | | | | | | | | | | | | | | | | | | m2crypto provides a --openssl option to specify the location of the OpenSSL library, when not installed in /usr. However, this option does not apply to the standard "build" command normally called by the python-package infrastructure, but only to the "build_ext" command. This already required to override the default python-package build commands for this package. Moreover, this the last bump to version 0.22.5, things got even more complicated since calling just "build_ext" does not work, and additional quirks are needed. This commit proposes to get away with this by relying on the default python-package behavior, and simply hardcoding the OpenSSL location by patching the setup.py script in a post-patch hook. This issue has also been reported upstream at https://gitlab.com/m2crypto/m2crypto/issues/89. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpython-m2crypto: bump versionYann E. MORIN2015-12-072-3/+9
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/ee1/ee1bb80214a51c212712de8193b89a32e9901408/ http://autobuild.buildroot.org/results/ce8/ce8d5d68eef312ca168f351b845920eb62ca4eb1/ http://autobuild.buildroot.org/results/500/5004a2a9cabe75669bbe90f3ee35ab3869617fc9/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-m2crypto: add hashFabio Porcedda2015-04-191-0/+2
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-m2crypto: requires host-python2Samuel Martin2014-04-051-3/+7
| | | | | | | | | | | | | | | | Acording to its homepage [1], m2crypto does not support python3 yet. So, this patch forces building the host m2crypto module for pyhton2. [1] https://pypi.python.org/pypi/M2Crypto [Thomas: take into account the rename of the new variable to <pkg>_NEEDS_HOST_PYTHON.] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-m2crypto: convert to the Python package infrastructureThomas Petazzoni2013-12-151-12/+8
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-m2crypto: new packageGustavo Zacarias2013-05-061-0/+26
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud