From 1bc95afbcb05ee2eece033b9c73b59be60c36672 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 20 Aug 2015 11:28:46 +0000 Subject: [PATCH] - security update to django-1.7.10 * CVE-2015-5963, Denial-of-service possibility in logout() view by filling session store * CVE-2015-5964, Additional fixes in relation to CVE-2015-5963 https://www.djangoproject.com/weblog/2015/aug/18/security-releases/ ok rpointel@ --- www/py-django/stable/Makefile | 5 ++--- www/py-django/stable/distinfo | 4 ++-- www/py-django/stable/pkg/PLIST | 6 ++++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/py-django/stable/Makefile b/www/py-django/stable/Makefile index e652fc5f321..ef5e90520ac 100644 --- a/www/py-django/stable/Makefile +++ b/www/py-django/stable/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2015/07/27 20:01:02 rpointel Exp $ +# $OpenBSD: Makefile,v 1.2 2015/08/20 11:28:46 jasper Exp $ COMMENT = high-level Python web framework -MODPY_EGG_VERSION = 1.7.9 -REVISION = 0 +MODPY_EGG_VERSION = 1.7.10 LNAME = django diff --git a/www/py-django/stable/distinfo b/www/py-django/stable/distinfo index e2c61ae3129..e659ebf9ade 100644 --- a/www/py-django/stable/distinfo +++ b/www/py-django/stable/distinfo @@ -1,2 +1,2 @@ -SHA256 (Django-1.7.9.tar.gz) = Tz+f5OXSD/jtapC10vLfLY/AVOR4zcw9uBxrKb0heGA= -SIZE (Django-1.7.9.tar.gz) = 7605194 +SHA256 (Django-1.7.10.tar.gz) = uTV9LOvmGZcFXUF9YH+cZQ6BfNGjg7mhuIvx7a15fHU= +SIZE (Django-1.7.10.tar.gz) = 7584312 diff --git a/www/py-django/stable/pkg/PLIST b/www/py-django/stable/pkg/PLIST index 3c8e52c49a9..6ddc7499684 100644 --- a/www/py-django/stable/pkg/PLIST +++ b/www/py-django/stable/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1 2015/07/27 20:01:02 rpointel Exp $ +@comment $OpenBSD: PLIST,v 1.2 2015/08/20 11:28:46 jasper Exp $ @pkgpath www/py-django @comment bin/${LNAME}-admin bin/${LNAME}-admin.py @@ -7560,6 +7560,7 @@ share/doc/${LNAME}/releases/1.4.19.txt share/doc/${LNAME}/releases/1.4.2.txt share/doc/${LNAME}/releases/1.4.20.txt share/doc/${LNAME}/releases/1.4.21.txt +share/doc/${LNAME}/releases/1.4.22.txt share/doc/${LNAME}/releases/1.4.3.txt share/doc/${LNAME}/releases/1.4.4.txt share/doc/${LNAME}/releases/1.4.5.txt @@ -7594,6 +7595,7 @@ share/doc/${LNAME}/releases/1.6.8.txt share/doc/${LNAME}/releases/1.6.9.txt share/doc/${LNAME}/releases/1.6.txt share/doc/${LNAME}/releases/1.7.1.txt +share/doc/${LNAME}/releases/1.7.10.txt share/doc/${LNAME}/releases/1.7.2.txt share/doc/${LNAME}/releases/1.7.3.txt share/doc/${LNAME}/releases/1.7.4.txt @@ -7601,7 +7603,7 @@ share/doc/${LNAME}/releases/1.7.5.txt share/doc/${LNAME}/releases/1.7.6.txt share/doc/${LNAME}/releases/1.7.7.txt share/doc/${LNAME}/releases/1.7.8.txt -share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt +share/doc/${LNAME}/releases/1.7.9.txt share/doc/${LNAME}/releases/1.7.txt share/doc/${LNAME}/releases/index.txt share/doc/${LNAME}/releases/security.txt