From 873297afaa6398c261ef5ed9597a29db5175d63e Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 9 Dec 2025 07:57:42 +1300 Subject: python3-django: upgrade 5.0.11 -> 5.0.14 Drop patch merged in the upstream. Release notes: https://docs.djangoproject.com/en/dev/releases/5.0.12/ https://docs.djangoproject.com/en/dev/releases/5.0.13/ https://docs.djangoproject.com/en/dev/releases/5.0.14/ Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../recipes-devtools/python/python3-django_5.0.11.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.11.bb (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.11.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb deleted file mode 100644 index 0d26c7928d..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb +++ /dev/null @@ -1,14 +0,0 @@ -require python-django.inc -inherit setuptools3 - -# Windows-specific DoS via NFKC normalization, not applicable to Linux -CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: Issue only applies on Windows" - -SRC_URI = "file://CVE-2025-26699.patch \ - " -SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" -- cgit v1.2.3-54-g00ecf