diff mbox series

[meta-python,whinlatter,16/17] python3-django: upgrade 4.2.26 -> 4.2.27

Message ID 20260105100237.3081345-16-skandigraun@gmail.com
State Under Review
Delegated to: Anuj Mittal
Headers show
Series [meta-networking,whinlatter,01/17] civetweb: ignore CVE-2025-9648 | expand

Commit Message

Gyorgy Sarvari Jan. 5, 2026, 10:02 a.m. UTC
Contains fix for CVE-2025-13372 and CVE-2025-64460

Changelog: https://github.com/django/django/blob/4.2.27/docs/releases/4.2.27.txt

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fae6fe9b4156fae7696a7978700c823f414da8f7)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../{python3-django_4.2.26.bb => python3-django_4.2.27.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_4.2.26.bb => python3-django_4.2.27.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-django_4.2.26.bb
rename to meta-python/recipes-devtools/python/python3-django_4.2.27.bb
index ea790e4b7f..86425ca724 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"
+SRC_URI[sha256sum] = "b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \