diff options
author | adam <adam@pkgsrc.org> | 2015-02-13 15:56:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-02-13 15:56:25 +0000 |
commit | be0ec7eab9e1fc220cf00eb23f7853df25716829 (patch) | |
tree | 87dbcc544c40a2cc216a34b49c2fffdd620d25b4 /www/py-mod_wsgi/Makefile | |
parent | c8425a1e58f4be67b6cf5eda23b47cee984a1dcd (diff) | |
download | pkgsrc-be0ec7eab9e1fc220cf00eb23f7853df25716829.tar.gz |
Changes 4.4.8:
Bugs Fixed
1. The eviction timeout was not being correctly applied when request timeout wasn’t being applied at the same time. It may have partly worked if any of inactivity or graceful timeout were also specified, but the application of the timeout may still have been delayed.
New Features
1. Added the --error-log-name option to mod_wsgi-express to allow the name of the file used for the error log, when being written to the log directory, to be overridden.
2. Added the --access-log-name option to mod_wsgi-express to allow the name of the file used for the access log, when being written to the log directory, to be overridden.
3. Added the --startup-log-name option to mod_wsgi-express to allow the name of the file used for the startup log, when being written to the log directory, to be overridden.
Diffstat (limited to 'www/py-mod_wsgi/Makefile')
-rw-r--r-- | www/py-mod_wsgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-mod_wsgi/Makefile b/www/py-mod_wsgi/Makefile index 01360900753..2266cb36367 100644 --- a/www/py-mod_wsgi/Makefile +++ b/www/py-mod_wsgi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/01/25 12:00:28 adam Exp $ +# $NetBSD: Makefile,v 1.2 2015/02/13 15:56:25 adam Exp $ -DISTNAME= mod_wsgi-4.4.6 +DISTNAME= mod_wsgi-4.4.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/m/mod_wsgi/ |