From 33ee8d1ec3ddd36f625eb17c82a5e33a7ba1ca31 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 18 Sep 2019 14:40:47 -0700 Subject: [PATCH] django: Update to 1.11.24 Fixes a whole bunchs of CVEs: CVE-2019-3498 CVE-2019-6975 CVE-2019-12308 CVE-2019-12781 CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235 Signed-off-by: Rosen Penev (cherry picked from commit 64a02079da18f24cea0234c8e9ff6e14ad1ee683) --- 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 23a07585a..bb3efa11a 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=1.11.17 -PKG_RELEASE=3 +PKG_VERSION:=1.11.24 +PKG_RELEASE:=1 PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django -PKG_HASH:=a787ee66f4b4cf8ed753661cabcec603989677fa3a107fcb7f15511a44bdb483 +PKG_HASH:=215c27453f775b6b1add83a185f76c2e2ab711d17786a6704bd62eabd93f89e3 PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION) PKG_MAINTAINER:=Alexandru Ardelean