mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
django: bump to version 6.0.6
Fix CVE-2026-6873, CVE-2026-7666, CVE-2026-8404, CVE-2026-35193, and CVE-2026-48587. Full release notes: https://docs.djangoproject.com/en/6.0/releases/6.0.6/ Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
3a53d9cc02
commit
acb028dbf7
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=6.0.5
|
||||
PKG_VERSION:=6.0.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=django
|
||||
PKG_HASH:=bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269
|
||||
PKG_HASH:=ad03916ba59523d781ae5c3f631960c23d69a9d9c43cecda52fc23b47e953713
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
@@ -18,4 +18,3 @@ if (django.__version__) != "$GOT_VER":
|
||||
|
||||
sys.exit(0)
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user