From 2b143a275a4bdb3dc17b32806aa49375f574a488 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 07:59:47 +0100 Subject: [PATCH] python3-tornado: upgrade 6.5.2 -> 6.5.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 8ba97b66461e6dc9c8b073e43286932394d53ed0) Changelog: https://github.com/tornadoweb/tornado/blob/master/docs/releases/v6.5.3.rst - Fix CVE-2025-67724, CVE-2025-67725 and CVE-2025-67726 - Fix open redirect vulnerabilities in demos - Fix path traversal vulnerabilites in demos Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- .../{python3-tornado_6.5.2.bb => python3-tornado_6.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tornado_6.5.2.bb => python3-tornado_6.5.3.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb b/meta-python/recipes-devtools/python/python3-tornado_6.5.3.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb rename to meta-python/recipes-devtools/python/python3-tornado_6.5.3.bb index f915dd5658..fedd2700a7 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.5.3.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://www.tornadoweb.org/en/stable/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "ab53c8f9a0fa351e2c0741284e06c7a45da86afb544133201c5cc8578eb076a0" +SRC_URI[sha256sum] = "16abdeb0211796ffc73765bc0a20119712d68afeeaf93d1a3f2edf6b3aee8d5a" inherit pypi python_setuptools_build_meta