diff options
author | adam <adam@pkgsrc.org> | 2010-09-15 11:51:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-15 11:51:29 +0000 |
commit | e291a585cade7b647a67d28722cde3c0c3b2410b (patch) | |
tree | 5d3f2adf8d2df34064e8d2517fd9933170cccfd1 /www | |
parent | 5a79d64ede88628f60bceda8d9ef2d53be92d2c0 (diff) | |
download | pkgsrc-e291a585cade7b647a67d28722cde3c0c3b2410b.tar.gz |
Changes 3.3:
* Bug fixes:
1. Inactivity timeout not triggered at correct time when occurs for first
request after process is started.
2. Back off timer for failed connections to daemon process group wasn't
working correctly and no delay on reconnect attempts was being applied.
3. Logging not appearing in Apache error log files when using daemon mode
and have multiple virtual hosts against same server name.
4. Eliminate logging of KeyError exception in threading module when processes
are shutdown when using Python 2.6.5 or 3.1.2 or later. This wasn't
indicating any real problem but was annoying all the same.
5. Fix potential for crash when logging error message resulting from failed
group authorisation.
6. Fix compilation problems with Apache 2.3.6.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-wsgi/Makefile | 15 | ||||
-rw-r--r-- | www/ap2-wsgi/distinfo | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile index 3c3cc9b713c..4ee452fc702 100644 --- a/www/ap2-wsgi/Makefile +++ b/www/ap2-wsgi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/08/31 12:42:19 gdt Exp $ -# +# $NetBSD: Makefile,v 1.12 2010/09/15 11:51:29 adam Exp $ DISTNAME= mod_wsgi-${VERSION} -PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION} +PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION} CATEGORIES= www python MASTER_SITES= http://modwsgi.googlecode.com/files/ @@ -13,13 +12,13 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir -USE_LIBTOOL= yes APACHE_MODULE= yes -VERSION= 2.5 +VERSION= 3.3 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-apxs=${APXS:Q} -CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-apxs=${APXS:Q} +CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q} PKG_APACHE_ACCEPTED= apache2 apache22 diff --git a/www/ap2-wsgi/distinfo b/www/ap2-wsgi/distinfo index c71eb302188..8500a3011a1 100644 --- a/www/ap2-wsgi/distinfo +++ b/www/ap2-wsgi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/08/31 12:42:19 gdt Exp $ +$NetBSD: distinfo,v 1.9 2010/09/15 11:51:29 adam Exp $ -SHA1 (mod_wsgi-2.5.tar.gz) = a2ed3fd60b390c3a790aca1c859093ab7a7c2d9d -RMD160 (mod_wsgi-2.5.tar.gz) = c1c2b72deca98eaa9e7bee256b027b5e0488b2fc -Size (mod_wsgi-2.5.tar.gz) = 97420 bytes +SHA1 (mod_wsgi-3.3.tar.gz) = f32d38e5d3ed5de1efd5abefb52678f833dc9166 +RMD160 (mod_wsgi-3.3.tar.gz) = 759cf57d691924271fbc45af10596c033c063c89 +Size (mod_wsgi-3.3.tar.gz) = 117930 bytes |