From 70e59ae9c443658ee1ea319e5e4b5da6a17e991e Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 2 Dec 2022 23:14:38 +0100 Subject: [PATCH] django: bump version 3.2.16 fix CVE-2022-41323 Signed-off-by: Peter Stadler --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 246eba3241..edce485143 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.15 +PKG_VERSION:=3.2.16 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=Django -PKG_HASH:=f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b +PKG_HASH:=3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause