pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-wsgi Update to 1.3 (from Jan Danielsson).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aea20e1426a8
branches:  trunk
changeset: 536611:aea20e1426a8
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Dec 18 01:00:13 2007 +0000

description:
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:

 www/ap2-wsgi/Makefile |  4 ++--
 www/ap2-wsgi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r f94f0aef4f26 -r aea20e1426a8 www/ap2-wsgi/Makefile
--- a/www/ap2-wsgi/Makefile     Tue Dec 18 00:29:08 2007 +0000
+++ b/www/ap2-wsgi/Makefile     Tue Dec 18 01:00:13 2007 +0000
@@ -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 @@
 
 USE_LIBTOOL=   yes
 APACHE_MODULE= yes
-VERSION=       1.2
+VERSION=       1.3
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
diff -r f94f0aef4f26 -r aea20e1426a8 www/ap2-wsgi/distinfo
--- a/www/ap2-wsgi/distinfo     Tue Dec 18 00:29:08 2007 +0000
+++ b/www/ap2-wsgi/distinfo     Tue Dec 18 01:00:13 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index