From dc2b819291a4632381c114f193abe8583bfcbd12 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 16 Feb 2024 14:43:40 +0100 Subject: python3-django: upgrade from 4.2.7 to 4.2.10 Upgrade to the latest 4.x LTS release. Bugs fixes only. Fix CVE: CVE-2024-24680: Potential denial-of-service in intcomma template filter Signed-off-by: Fathi Boudra Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-django_4.2.10.bb | 13 +++++++++++++ meta-python/recipes-devtools/python/python3-django_4.2.7.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.7.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.10.bb b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb new file mode 100644 index 0000000000..a9f25ac2b3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb @@ -0,0 +1,13 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" + +# Set DEFAULT_PREFERENCE so that the LTS version of django is built by +# default. To build the 4.x branch, +# PREFERRED_VERSION_python3-django = "4.2.7" can be added to local.conf +DEFAULT_PREFERENCE = "-1" diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.7.bb b/meta-python/recipes-devtools/python/python3-django_4.2.7.bb deleted file mode 100644 index 580592d702..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.2.7.bb +++ /dev/null @@ -1,13 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" - -# Set DEFAULT_PREFERENCE so that the LTS version of django is built by -# default. To build the 4.x branch, -# PREFERRED_VERSION_python3-django = "4.2.7" can be added to local.conf -DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf