diff options
author | adam <adam@pkgsrc.org> | 2015-01-28 06:39:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-01-28 06:39:40 +0000 |
commit | 91b206437631cff9e6b7823bc87608464805f3ad (patch) | |
tree | 2d18b556ecb6938711d8cea117c502f72c26493e /www/py-django14/Makefile | |
parent | 68fcffe502fe8ce1cd7516168b7a2c52c7474382 (diff) | |
download | pkgsrc-91b206437631cff9e6b7823bc87608464805f3ad.tar.gz |
Changes 1.4.19:
* GZipMiddleware now supports streaming responses. As part of the 1.4.18 security release, the django.views.static.serve() function was altered to stream the files it serves. Unfortunately, the GZipMiddleware consumed the stream prematurely and prevented files from being served properly.
Diffstat (limited to 'www/py-django14/Makefile')
-rw-r--r-- | www/py-django14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index 8f8f0d170ec..2439052d7a0 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/01/14 17:07:12 adam Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/28 06:39:40 adam Exp $ -DISTNAME= Django-1.4.18 +DISTNAME= Django-1.4.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ |