Browse Source

django: bump to version 4.0.6

Fixes https://nvd.nist.gov/vuln/detail/CVE-2022-34265

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit b0ddec3161)
lilik-openwrt-22.03
Alexandru Ardelean 2 years ago
committed by Josef Schlehofer
parent
commit
3c5270c9d9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/django/Makefile

+ 2
- 2
lang/python/django/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=django PKG_NAME:=django
PKG_VERSION:=4.0.5
PKG_VERSION:=4.0.6
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PYPI_NAME:=Django PYPI_NAME:=Django
PKG_HASH:=f7431a5de7277966f3785557c3928433347d998c1e6459324501378a291e5aab
PKG_HASH:=a67a793ff6827fd373555537dca0da293a63a316fe34cb7f367f898ccca3c3ae
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause


Loading…
Cancel
Save