diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-02-21 18:09:41 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-21 11:54:39 -0800 |
commit | 1da8b9cd0e7b4572355ebff8b0657ab4e2e1beb2 (patch) | |
tree | 69ec22a8104e690ba4771020e1584fba652e243f /meta-python | |
parent | 492a53ede5d9d37bed49ca9e78fe567dc6f20e53 (diff) | |
download | meta-openembedded-1da8b9cd0e7b4572355ebff8b0657ab4e2e1beb2.tar.gz |
python3-django: upgrade 5.0.10 -> 5.0.11
Fixes CVE-2024-56374
Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.11/
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.11.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.0.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb index beadf3e953..12d43c5046 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python3-django.inc | 1 | require python3-django.inc |
2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" | 4 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" |
5 | 5 | ||
6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | python3-sqlparse \ | 7 | python3-sqlparse \ |