diff mbox series

[meta-python,1/1] python3-django: move to version 4.2.5

Message ID 20231116214335.2431020-1-joe.slater@windriver.com
State Accepted
Headers show
Series [meta-python,1/1] python3-django: move to version 4.2.5 | expand

Commit Message

Slater, Joseph Nov. 16, 2023, 9:43 p.m. UTC
From: Joe Slater <joe.slater@windriver.com>

Fixes CVE-2023-36053 and CVE-2023-41164

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 .../python/{python3-django_4.2.3.bb => python3-django_4.2.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_4.2.3.bb => python3-django_4.2.5.bb} (58%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 13:43:35 -0800, joe.slater@windriver.com wrote:
> Fixes CVE-2023-36053 and CVE-2023-41164
> 
> 

Applied, thanks!

[1/1] python3-django: move to version 4.2.5
      commit: 13057d943a517e2ed12184150ad4dc8ad1fb5c4c

Best regards,
diff mbox series

Patch

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
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-django_4.2.3.bb
rename to 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 @@ 
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"
+SRC_URI[sha256sum] = "5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-sqlparse \