From: Alexandru Ardelean Date: Fri, 17 Feb 2023 17:32:46 +0000 (+0200) Subject: django: bump to version 4.1.7 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2ecde63118f903345562ea5404d71c039d757fb4;p=feed%2Fpackages.git django: bump to version 4.1.7 Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-23969 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 1249f3e551..616c7f3de2 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=4.1.5 +PKG_VERSION:=4.1.7 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=ff56ebd7ead0fd5dbe06fe157b0024a7aaea2e0593bb3785fb594cf94dad58ef +PKG_HASH:=44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause