diff options
author | gdt <gdt@pkgsrc.org> | 2007-12-18 01:00:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-12-18 01:00:13 +0000 |
commit | 1aac2e9591c21fe38f8fa660a22359c528b5594a (patch) | |
tree | 9ae0d4739f6f460bb531ba54e1369f233fec367c /www/ap2-wsgi | |
parent | 98f9b8ad5c1747d9768cf89db0cbb181dea750a0 (diff) | |
download | pkgsrc-1aac2e9591c21fe38f8fa660a22359c528b5594a.tar.gz |
Update to 1.3 (from Jan Danielsson).
Fix bug whereby mod_wsgi daemon process could hang when a request with
content greater than UNIX socket buffer size, was directed at a WSGI
application resource handler which in turn returned a response, greater
than UNIX socket buffer size, without first consuming the request content.
Diffstat (limited to 'www/ap2-wsgi')
-rw-r--r-- | www/ap2-wsgi/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-wsgi/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile index bc67c350e45..f1d0b5f7dc2 100644 --- a/www/ap2-wsgi/Makefile +++ b/www/ap2-wsgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/11/21 15:19:51 gdt Exp $ +# $NetBSD: Makefile,v 1.4 2007/12/18 01:00:13 gdt Exp $ # DISTNAME= mod_wsgi-${VERSION} @@ -12,7 +12,7 @@ COMMENT= WSGI module for apache USE_LIBTOOL= yes APACHE_MODULE= yes -VERSION= 1.2 +VERSION= 1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs=${APXS:Q} diff --git a/www/ap2-wsgi/distinfo b/www/ap2-wsgi/distinfo index 2d8cd0b8c21..c13a1f55bd7 100644 --- a/www/ap2-wsgi/distinfo +++ b/www/ap2-wsgi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/11/21 15:19:51 gdt Exp $ +$NetBSD: distinfo,v 1.4 2007/12/18 01:00:13 gdt Exp $ -SHA1 (mod_wsgi-1.2.tar.gz) = ddfbdc3c1bb77f9af5e27fe6b465624fb3f6e166 -RMD160 (mod_wsgi-1.2.tar.gz) = 5859e0af3182f069916ca120f5d8b3eb1d0b9f5e -Size (mod_wsgi-1.2.tar.gz) = 72474 bytes +SHA1 (mod_wsgi-1.3.tar.gz) = cedbf5507dd68938638ac52f135b49c13c61b81d +RMD160 (mod_wsgi-1.3.tar.gz) = 1ba3744f3ff50b5fc3ebdda2ad9525fcf3dc0d98 +Size (mod_wsgi-1.3.tar.gz) = 72546 bytes |