python3-ecdsa: fix CVE-2026-33936

Details:
https://nvd.nist.gov/vuln/detail/CVE-2026-33936

Ptests passed:

root@qemux86:~# ptest-runner python3-ecdsa
START: ptest-runner
2026-04-11T08:04
BEGIN: /usr/lib/python3-ecdsa/ptest
...
...
Testsuite summary
# TOTAL: 1978
# PASS: 1974
# SKIP: 4
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 386
END: /usr/lib/python3-ecdsa/ptest
2026-04-11T08:10
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-04-11 23:14:46 +12:00
committed by Anuj Mittal
parent 8e106a9b12
commit 8ce4b233c6
2 changed files with 57 additions and 0 deletions
@@ -10,6 +10,7 @@ inherit pypi setuptools3 python3native ptest
SRC_URI += " \
file://run-ptest \
file://CVE-2026-33936.patch \
"
RDEPENDS:${PN}-ptest += " \