diff options
author | Joe Slater <joe.slater@windriver.com> | 2023-11-16 13:43:35 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
commit | 13057d943a517e2ed12184150ad4dc8ad1fb5c4c (patch) | |
tree | 0abb973552dc56fd9c102f3a487d4d36472e2b8b /meta-python/recipes-devtools/python | |
parent | c2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6 (diff) | |
download | meta-openembedded-13057d943a517e2ed12184150ad4dc8ad1fb5c4c.tar.gz |
python3-django: move to version 4.2.5
Fixes CVE-2023-36053 and CVE-2023-41164
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.2.5.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.2.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.3.bb b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb index 4e3192744e..bc919b3a87 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-django.inc | 1 | require python-django.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed" | 4 | SRC_URI[sha256sum] = "5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1" |
5 | 5 | ||
6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | ${PYTHON_PN}-sqlparse \ | 7 | ${PYTHON_PN}-sqlparse \ |