pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-mod_wsgi



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 16 07:46:30 UTC 2017

Modified Files:
        pkgsrc/www/py-mod_wsgi: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-mod_wsgi/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-mod_wsgi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-mod_wsgi/Makefile
diff -u pkgsrc/www/py-mod_wsgi/Makefile:1.14 pkgsrc/www/py-mod_wsgi/Makefile:1.15
--- pkgsrc/www/py-mod_wsgi/Makefile:1.14        Thu Dec 14 13:25:22 2017
+++ pkgsrc/www/py-mod_wsgi/Makefile     Sat Dec 16 07:46:30 2017
@@ -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/}

Index: pkgsrc/www/py-mod_wsgi/distinfo
diff -u pkgsrc/www/py-mod_wsgi/distinfo:1.10 pkgsrc/www/py-mod_wsgi/distinfo:1.11
--- pkgsrc/www/py-mod_wsgi/distinfo:1.10        Thu Dec 14 13:25:22 2017
+++ pkgsrc/www/py-mod_wsgi/distinfo     Sat Dec 16 07:46:30 2017
@@ -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