From: Wei-Ting Yang Date: Thu, 9 Jul 2026 13:18:36 +0000 (+0800) Subject: django: bump to version 6.0.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4af6cb6efd6e616ea939bd4ce5bd1e53a2565944;p=openwrt-packages.git django: bump to version 6.0.7 Fix CVE-2026-48588, CVE-2026-53877, and CVE-2026-53878. Full release notes: https://docs.djangoproject.com/en/6.0/releases/6.0.7/ Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 21ded31ea..b46e63bff 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=6.0.6 +PKG_VERSION:=6.0.7 PKG_RELEASE:=1 PYPI_NAME:=django -PKG_HASH:=ad03916ba59523d781ae5c3f631960c23d69a9d9c43cecda52fc23b47e953713 +PKG_HASH:=2998503fc083124fb58037084bfa00de323c7c743f05f1b4284e77bff0ab8890 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause