pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-mod_wsgi py-mod_wsgi: updated to 4.5.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f492f6b042a
branches:  trunk
changeset: 372770:6f492f6b042a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 16 07:46:30 2017 +0000

description:
py-mod_wsgi: updated to 4.5.24

Version 4.5.24:
Bugs Fixed
Using mod_wsgi in daemon mode on Solaris would cause a process hang or max out CPU usage. Caused by change of variable type to unsigned to get rid of compiler warnings, without fixing how condition 
check using variable was done.

Problem could also affect non Solaris systems if total number of HTTP headers and other variables passed in WSGI environ was greater than 1024. Affected Solaris all the time due to it having a limit 
of only 16 in operating system for same code, meaning hit problem immediately.

diffstat:

 www/py-mod_wsgi/Makefile |   4 ++--
 www/py-mod_wsgi/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e112d986aa81 -r 6f492f6b042a www/py-mod_wsgi/Makefile
--- a/www/py-mod_wsgi/Makefile  Fri Dec 15 23:50:55 2017 +0000
+++ b/www/py-mod_wsgi/Makefile  Sat Dec 16 07:46:30 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/12/14 13:25:22 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/12/16 07:46:30 adam Exp $
 
-DISTNAME=      mod_wsgi-4.5.23
+DISTNAME=      mod_wsgi-4.5.24
 PKGNAME=       ${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mod_wsgi/}
diff -r e112d986aa81 -r 6f492f6b042a www/py-mod_wsgi/distinfo
--- a/www/py-mod_wsgi/distinfo  Fri Dec 15 23:50:55 2017 +0000
+++ b/www/py-mod_wsgi/distinfo  Sat Dec 16 07:46:30 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/12/14 13:25:22 adam Exp $
+$NetBSD: distinfo,v 1.11 2017/12/16 07:46:30 adam Exp $
 
-SHA1 (mod_wsgi-4.5.23.tar.gz) = ab4383ee105aef9338d2d5a57554635f1db1b764
-RMD160 (mod_wsgi-4.5.23.tar.gz) = 0771d7c1126e3b3b7c6560e7e5ea8cbb92d7a091
-SHA512 (mod_wsgi-4.5.23.tar.gz) = d1ac0aeb543fd0678460e2f301431a9cb731ae819d6aa5b0feb9311620b53987885ab53f393bbe1b78aba75542269e6f4373115bf98b971c64ed56ed40580844
-Size (mod_wsgi-4.5.23.tar.gz) = 2548966 bytes
+SHA1 (mod_wsgi-4.5.24.tar.gz) = aa79e6ba516902c667e989b2b22a193929264029
+RMD160 (mod_wsgi-4.5.24.tar.gz) = 5e08e31b4c5cdf874d8bd96dc84ca9755faadf83
+SHA512 (mod_wsgi-4.5.24.tar.gz) = ad61c4e3c807297eedb6640c2b309c621fcc2eb5b2f23aa52e0d0ef418b3f13dd4f5a688bd368b4b41839396c5791e17bd266a19b5690975bef1d6acf81b4ac6
+Size (mod_wsgi-4.5.24.tar.gz) = 2551779 bytes



Home | Main Index | Thread Index | Old Index