summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_3.2.25.bb
diff options
context:
space:
mode:
authorSaravanan <saravanan.kadambathursubramaniyam@windriver.com>2025-12-04 19:21:06 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-05 15:29:59 +0100
commite2da1298ac289c855abb073e6499be590d09ecd0 (patch)
treeb8971460b53d3ae886c4a216c1439d3371cc9ca5 /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parentee59faebac7de6ac25416bb887689ffc34d2ff4a (diff)
downloadmeta-openembedded-e2da1298ac289c855abb073e6499be590d09ecd0.tar.gz
python3-django: fix CVE-2025-32873
Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-32873 Upstream-patch: https://github.com/django/django/commit/9cd8028f3e38dca8e51c1388f474eecbe7d6ca3c/ Signed-off-by: Saravanan <saravanan.kadambathursubramaniyam@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_3.2.25.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_3.2.25.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.25.bb b/meta-python/recipes-devtools/python/python3-django_3.2.25.bb
index 04dbe1cd19..68b60a784e 100644
--- a/meta-python/recipes-devtools/python/python3-django_3.2.25.bb
+++ b/meta-python/recipes-devtools/python/python3-django_3.2.25.bb
@@ -14,6 +14,7 @@ SRC_URI += "\
14 file://CVE-2024-39330.patch \ 14 file://CVE-2024-39330.patch \
15 file://CVE-2024-41991.patch \ 15 file://CVE-2024-41991.patch \
16 file://CVE-2024-53907.patch \ 16 file://CVE-2024-53907.patch \
17 file://CVE-2025-32873.patch \
17" 18"
18 19
19# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 20# Set DEFAULT_PREFERENCE so that the LTS version of django is built by