mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
django: bump to version 6.0.5
Fix CVE-2026-5766, CVE-2026-35192, and CVE-2026-6907. Full release notes: https://docs.djangoproject.com/en/6.0/releases/6.0.5/ Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
586e79390b
commit
d677c11d96
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=6.0.4
|
||||
PKG_VERSION:=6.0.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=django
|
||||
PKG_HASH:=8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac
|
||||
PKG_HASH:=bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user