python3-pyopenssl: Fix CVE-2026-27459

Pick patch mentioned in NVD

[1] https://nvd.nist.gov/vuln/detail/CVE-2026-27459
[2] https://ubuntu.com/security/CVE-2026-27459

(From OE-Core rev: b46b806b2ef773d7061923e7bab9184fb758a6b4)

Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Vijay Anusuri
2026-03-25 12:54:54 +05:30
committed by Paul Barker
parent 631b2c9ded
commit 80f07f4187
2 changed files with 107 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ inherit pypi setuptools3
SRC_URI += " \
file://CVE-2026-27448.patch \
file://CVE-2026-27459.patch \
"
PACKAGES =+ "${PN}-tests"