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:05:23 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:16:30 +0100
commit540b79e3eeec268bfbc49ad1fe227cc385005bf4 (patch)
tree2f31f9b32eab84ea23a279e980ecf4b8357ecd52 /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent666ec505b4a90a1c02d1d9205a9c6840b9adf528 (diff)
downloadmeta-openembedded-540b79e3eeec268bfbc49ad1fe227cc385005bf4.tar.gz
python3-django: fix CVE-2025-26699
Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-26699 Upstream-patch: https://github.com/django/django/commit/e88f7376fe68dbf4ebaf11fad1513ce700b45860 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.bb3
1 files changed, 3 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 29977fa013..fb6cb97710 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
@@ -6,6 +6,9 @@ SRC_URI[sha256sum] = "7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \ 7 ${PYTHON_PN}-sqlparse \
8" 8"
9SRC_URI += "\
10 file://CVE-2025-26699.patch \
11"
9 12
10# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 13# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
11# default. To build the 3.x branch, 14# default. To build the 3.x branch,