diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-15 13:24:34 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-17 13:45:38 +0100 |
| commit | 08466c714f4419eba5247a2215a9ae0c7ebb3d99 (patch) | |
| tree | aa1568e7cf1d351d5d2736627acb01ad36b90fca /meta-python/recipes-devtools/python/python3-django_3.2.25.bb | |
| parent | 62927185fe7591c9a2596647f36f19cc6a4607ef (diff) | |
| download | meta-openembedded-08466c714f4419eba5247a2215a9ae0c7ebb3d99.tar.gz | |
python3-django: (v3.2.25) fix ipv6 validation
This patch is only for python3-django_3.2.25.
The URL validator didn't detect invalid IPv6 addresses, treating them
as correct ones, making a testcase fail. (Also, according to the comment,
it could also crash in some cases, though I haven't encountered that)
This backported patch mitigates this behavior.
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.bb | 1 |
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 68b60a784e..15ee178115 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 | |||
| @@ -15,6 +15,7 @@ SRC_URI += "\ | |||
| 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 | file://CVE-2025-32873.patch \ |
| 18 | file://0001-Fixed-33367-Fixed-URLValidator-crash-in-some-edge-ca.patch \ | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by | 21 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by |
