From: Wei-Ting Yang Date: Thu, 4 Dec 2025 12:51:17 +0000 (+0800) Subject: django: bump to version 5.2.9 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=364a98daafa0904a46cbcb0ffd201f5df6b4d337;p=feed%2Fpackages.git django: bump to version 5.2.9 Fixed CVE-2025-13372 and CVE-2025-64460. Full release notes: - https://docs.djangoproject.com/en/dev/releases/5.2.9/ Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index ea54abbb8c..d768b8cd47 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=5.2.8 +PKG_VERSION:=5.2.9 PKG_RELEASE:=1 PYPI_NAME:=django -PKG_HASH:=23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f +PKG_HASH:=16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause