From: Wei-Ting Yang Date: Tue, 10 Mar 2026 11:26:30 +0000 (+0800) Subject: django: bump to version 6.0.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d1923a44fd8ada0d5488e653547a09d799951b6b;p=openwrt-packages.git django: bump to version 6.0.3 Fix CVE-2026-25674. Full release notes: https://docs.djangoproject.com/en/6.0/releases/6.0.3/ Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 1b8c03489..cf38ceee4 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.2 +PKG_VERSION:=6.0.3 PKG_RELEASE:=1 PYPI_NAME:=django -PKG_HASH:=3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7 +PKG_HASH:=90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause