summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-15 09:29:11 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-15 13:50:53 +0100
commit5e11a2eba710d0d277f56a4f48e93e9b0f6cf5fa (patch)
tree26b2ecf9c9aaf40c4bf41f1a6235d6c879d4cb8b /meta-python/recipes-devtools/python/python3-django_2.2.28.bb
parent6d3dcbce79a30772ec9ce48fdfede258513c313a (diff)
downloadmeta-openembedded-5e11a2eba710d0d277f56a4f48e93e9b0f6cf5fa.tar.gz
python3-django: fix hostname length validation in URLvalidator
This patch is for python3-django_2.2.28 The hostname's length has been incorrectly validated, it was checking an incorrect section of the URL, this made a testcase fail. This backported patch mitigates this issue. 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.bb1
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 3dd64a5507..bf7e182aba 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
@@ -37,6 +37,7 @@ SRC_URI += "file://CVE-2023-31047.patch \
37 file://0001-Fixed-35172-Fixed-intcomma-for-string-floats.patch \ 37 file://0001-Fixed-35172-Fixed-intcomma-for-string-floats.patch \
38 file://0001-implement-group-method-for-FakeMatch.patch \ 38 file://0001-implement-group-method-for-FakeMatch.patch \
39 file://0001-fix-ipv6-test.patch \ 39 file://0001-fix-ipv6-test.patch \
40 file://0001-Fixed-32298-Fixed-URLValidator-hostname-length-valid.patch \
40 " 41 "
41 42
42SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" 43SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413"