From: Alexandru Ardelean Date: Mon, 18 Jul 2022 14:42:44 +0000 (+0300) Subject: django: bump to version 3.2.14 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c45f72086ccd4936cb69240f80747f7cc92d51b4;p=feed%2Fpackages.git django: bump to version 3.2.14 Fixes https://nvd.nist.gov/vuln/detail/CVE-2022-34265 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 6822f1a0de..824beeffe4 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=3.2.13 +PKG_VERSION:=3.2.14 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=Django -PKG_HASH:=6d93497a0a9bf6ba0e0b1a29cccdc40efbfc76297255b1309b3a884a688ec4b6 +PKG_HASH:=677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause