From 798fe3f59f63350054ed24bf0d9c23f7d998a0f2 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 2 Dec 2022 23:12:55 +0100 Subject: [PATCH] django: bump version 4.0.8 fix CVE-2022-41323 Signed-off-by: Peter Stadler --- lang/python/django/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 4201c21393..5e273af89d 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.0.7 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=4.0.8 +PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=9c6d5ad36be798e562ddcaa6b17b1c3ff2d3c4f529a47432b69fb9a30f847461 +PKG_HASH:=07e6433f263c3839939cfabeb6d7557841e0419e47759a7b7d37f6d44d40adcb PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause -- 2.30.2