meta-openembedded/meta-python
Yi Zhao 44af8be65f python-pycrypto: Security fix CVE-2013-7459
CVE-2013-7459: Heap-based buffer overflow in the ALGnew function in
block_templace.c in Python Cryptography Toolkit (aka pycrypto) allows
remote attackers to execute arbitrary code as demonstrated by a crafted
iv parameter to cryptmsg.py.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2013-7459

Patch from:
8dbe0dc3ee

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit e4af9cf961)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-13 17:16:28 -07:00
..
classes pypi: add default values for UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX 2016-12-13 11:19:34 +01:00
conf python-cryptography, python-cryptography-vectors: uprev 2015-12-18 12:33:06 +01:00
licenses python-numeric: Add LLNL license 2016-05-19 12:02:38 +02:00
recipes-connectivity python-mprpc: add new recipe 2017-04-24 11:00:49 +02:00
recipes-devtools/python python-pycrypto: Security fix CVE-2013-7459 2017-09-13 17:16:28 -07:00
recipes-extended meta: do not prepend/append to BBCLASSEXTEND 2017-03-16 23:34:32 +01:00
COPYING.MIT meta-python: create layer 2014-07-22 00:01:49 +02:00
README README: update maintainers list for pyro 2017-05-09 15:59:39 +02:00

meta-python
================================

Introduction
-------------------------

This layer is intended to be the home of python modules for OpenEmbedded.
Modules in this layer need to be independent of openembedded-core and
meta-openembedded/meta-oe. Because of this, modules required by 'gateone'
and 'anki' are not included and remain in:
        meta-openembedded/meta-oe/recipes-devtools/python.

Dependencies
-------------------------

The meta-python layer depends on:

	URI: git://git.openembedded.org/openembedded-core
	layers: meta
	branch: pyro 
	revision: HEAD

	URI: git://git.openembedded.org/meta-openembedded
	layers: meta-oe
	branch:  pyro
	revision: HEAD

Please follow the recommended setup procedures of your OE distribution.
For Angstrom that is:
        http://www.angstrom-distribution.org/building-angstrom,
other distros should have similar online resources.

Contributing
-------------------------

The meta-openembedded mailinglist
(openembedded-devel@lists.openembedded.org) is used for questions,
comments and patch review. It is subscriber only, so please register
before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with
'[meta-python][pyro]' in the subject.

When sending single patches, please use something like: 
'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][pyro][PATCH'

Maintenance
-------------------------
pyro Branch Maintainer:
Armin Kuster <akuster808@gmail.com>