diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-12 20:23:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-14 11:58:08 -0800 |
| commit | f9af96120b2404f9d3aa9bc5b24058a5e37479af (patch) | |
| tree | 111865ba20e60bb728ebdb5de3ce707e1183437e /meta-python | |
| parent | 95d4bb050833a405c11fce5be66cadc433a51b35 (diff) | |
| download | meta-openembedded-f9af96120b2404f9d3aa9bc5b24058a5e37479af.tar.gz | |
python3-rsa: Upgrade 4.6 -> 4.7
Upgrade to release 4.7:
- Fix: CVE-2020-25658 - Bleichenbacher-style timing oracle in
PKCS#1 v1.5 decryption code
- Add padding length check as described by PKCS#1 v1.5
- Reuse of blinding factors to speed up blinding operations
- Declare & test support for Python 3.9
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rsa_4.7.bb (renamed from meta-python/recipes-devtools/python/python3-rsa_4.6.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.6.bb b/meta-python/recipes-devtools/python/python3-rsa_4.7.bb index d2b1086351..c4c36020f4 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.6.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.7.bb | |||
| @@ -4,8 +4,7 @@ AUTHOR = "Sybren A. Stuvel" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "bbf1c954865319bd542600ab07f92aca" | 7 | SRC_URI[sha256sum] = "69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4" |
| 8 | SRC_URI[sha256sum] = "109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa" | ||
| 9 | 8 | ||
| 10 | inherit pypi setuptools3 update-alternatives | 9 | inherit pypi setuptools3 update-alternatives |
| 11 | 10 | ||
