diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2022-05-10 18:30:12 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-25 19:34:39 -0700 |
| commit | b99a386cd1398f1272798bbe3e4fc6c1be560e36 (patch) | |
| tree | 8c126a8d9cb691044ebbee67fc0ab8c3e3b18201 /meta-python/recipes-devtools/python/python3-cryptography_2.8.bb | |
| parent | abd7cf838d51900ad445a26e501baeb51b4ef1e8 (diff) | |
| download | meta-openembedded-b99a386cd1398f1272798bbe3e4fc6c1be560e36.tar.gz | |
python3-cryptography: backport 3 changes to fix CVE-2020-36242
* backport the actual code change from
https://github.com/pyca/cryptography/pull/5747
without the docs and CI changes (which aren't applicable on old 2.8
version) and backport 2 older changes to make this fix applicable
on 2.8.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography_2.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography_2.8.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb index c75dabb974..e50c97df45 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb | |||
| @@ -11,6 +11,9 @@ SRC_URI[sha256sum] = "3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02 | |||
| 11 | 11 | ||
| 12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | file://0001-chunked-update_into-5419.patch \ | ||
| 15 | file://0002-chunking-didn-t-actually-work-5499.patch \ | ||
| 16 | file://0003-correct-buffer-overflows-cause-by-integer-overflow-i.patch \ | ||
| 14 | " | 17 | " |
| 15 | 18 | ||
| 16 | inherit pypi setuptools3 | 19 | inherit pypi setuptools3 |
