diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-14 08:34:38 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-15 13:50:49 +0100 |
| commit | 4638d0ee2288d74619060c057496b331ca0fdd85 (patch) | |
| tree | fadc7c5a96c4c575c0dc783ff61dcaca2bb5af4f /meta-python/recipes-devtools/python/python3-django_2.2.28.bb | |
| parent | 75a627cd00ebb054093d541aede2f4deae20f10b (diff) | |
| download | meta-openembedded-4638d0ee2288d74619060c057496b331ca0fdd85.tar.gz | |
python3-django: fix regression from CVE-2024-24680 patch
This change is for python3-django_2.2.28.
The patch that mitigated CVE-2024-246680 accidentally also brought
a regression, some numbers were converted to (human-friendly) string incorrectly.
This backported patch mitigates this problem.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_2.2.28.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_2.2.28.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb index 8e826b9b61..72485295a7 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb | |||
| @@ -34,6 +34,7 @@ SRC_URI += "file://CVE-2023-31047.patch \ | |||
| 34 | file://CVE-2025-64459.patch \ | 34 | file://CVE-2025-64459.patch \ |
| 35 | file://Fix-undefined-_lazy_re_compile.patch \ | 35 | file://Fix-undefined-_lazy_re_compile.patch \ |
| 36 | file://Fix-missing-JSONField-in-django.db.mo.patch \ | 36 | file://Fix-missing-JSONField-in-django.db.mo.patch \ |
| 37 | file://0001-Fixed-35172-Fixed-intcomma-for-string-floats.patch \ | ||
| 37 | " | 38 | " |
| 38 | 39 | ||
| 39 | SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" | 40 | SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" |
