django: bump to version 3.2.13
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 27 Apr 2022 05:50:56 +0000 (08:50 +0300)
committerRosen Penev <rosenp@gmail.com>
Fri, 29 Apr 2022 22:27:56 +0000 (15:27 -0700)
Fixes
https://nvd.nist.gov/vuln/detail/CVE-2022-28347
https://nvd.nist.gov/vuln/detail/CVE-2022-28346

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/django/Makefile

index b115a8d862e08779b51f28ff6a4efd62e23aea40..6822f1a0dea788d3677839bda1479b524d08e374 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=django
-PKG_VERSION:=3.2.8
+PKG_VERSION:=3.2.13
 PKG_RELEASE:=$(AUTORELEASE)
 
 PYPI_NAME:=Django
-PKG_HASH:=f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af
+PKG_HASH:=6d93497a0a9bf6ba0e0b1a29cccdc40efbfc76297255b1309b3a884a688ec4b6
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
 PKG_LICENSE:=BSD-3-Clause