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-11-30 17:18:59 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:16:32 +0100
commit21d389c8f9c82be11f50560668591d5f7ae80690 (patch)
treed8fbbee63f20e600a81937238ffece013bd566ed /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent0b554678b68189e14293a8a6a07bb6998ce345c4 (diff)
downloadmeta-openembedded-21d389c8f9c82be11f50560668591d5f7ae80690.tar.gz
python3-django: fix CVE-2025-57833
Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-57833 Upstream-patch: https://github.com/django/django/commit/31334e6965ad136a5e369993b01721499c5d1a92 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 452f2f87a6..fe438016f9 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
@@ -9,6 +9,7 @@ RDEPENDS:${PN} += "\
9SRC_URI += "\ 9SRC_URI += "\
10 file://CVE-2025-26699.patch \ 10 file://CVE-2025-26699.patch \
11 file://CVE-2024-56374.patch \ 11 file://CVE-2024-56374.patch \
12 file://CVE-2025-57833.patch \
12" 13"
13 14
14# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 15# Set DEFAULT_PREFERENCE so that the LTS version of django is built by