From dc2b819291a4632381c114f193abe8583bfcbd12 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 16 Feb 2024 14:43:40 +0100 Subject: [PATCH] python3-django: upgrade from 4.2.7 to 4.2.10 Upgrade to the latest 4.x LTS release. Bugs fixes only. Fix CVE: CVE-2024-24680: Potential denial-of-service in intcomma template filter Signed-off-by: Fathi Boudra Signed-off-by: Armin Kuster --- .../{python3-django_4.2.7.bb => python3-django_4.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.7.bb => python3-django_4.2.10.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.7.bb b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-django_4.2.7.bb rename to meta-python/recipes-devtools/python/python3-django_4.2.10.bb index 580592d702..a9f25ac2b3 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41" +SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \