pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr  8 12:04:27 UTC 2017

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

Log Message:
uWSGI 2.0.15
Maintenance release

Issues
Unfortunately there are still 2 unfixed long standing bugs in this release:
* suwsgi protocol behind nginx does not work reliably when a request body is sent by the client (https://github.com/unbit/uwsgi/issues/1490). As we cannot reproduce it in uWSGI itself, we will start 
checking in the nginx module too
* There are reports of the “holy” wsgi env allocator crashing on specific conditions, this release includes a bunch of workarounds but they could not be enough

Changes
* workaround for the holy allocator for avoiding crashes with newrelic (see Issues notes)
* avoid time overflow in request logs during (even minimal) clock skew
* fixed python logger with python3
* fixed catch-exceptions with python3
* backported “don’t clone $env->{‘psgix.io’} on ‘PSGI cancel’”
* added support for authentication in the redis logger
* added the spinningfifo action hook to the core
* fixed compilation with php 7.1
* correctly returns error code 22 in lazy_apps + master_mode
* fixed compilation for OpenSSL 1.1
* Add a –skip-atexit-teardown option to skip perl/python teardown
* fixed static file serving over https-socket


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-uwsgi/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-uwsgi/Makefile
diff -u pkgsrc/www/py-uwsgi/Makefile:1.35 pkgsrc/www/py-uwsgi/Makefile:1.36
--- pkgsrc/www/py-uwsgi/Makefile:1.35   Tue Jan  3 13:23:05 2017
+++ pkgsrc/www/py-uwsgi/Makefile        Sat Apr  8 12:04:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2017/01/03 13:23:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2017/04/08 12:04:27 adam Exp $
 
-DISTNAME=      uwsgi-2.0.14
+DISTNAME=      uwsgi-2.0.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python www
 MASTER_SITES=  http://projects.unbit.it/downloads/
@@ -24,11 +24,11 @@ INSTALLATION_DIRS+= share/examples/${PYP
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/uwsgi \
-               ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX} || ${TRUE}
+               ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX}
        ${INSTALL_DATA} ${WRKSRC}/examples/* \
                ${DESTDIR}${PREFIX}/share/examples/${PYPKGPREFIX}-uwsgi
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
-.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-uwsgi/distinfo
diff -u pkgsrc/www/py-uwsgi/distinfo:1.28 pkgsrc/www/py-uwsgi/distinfo:1.29
--- pkgsrc/www/py-uwsgi/distinfo:1.28   Fri Nov  4 21:38:59 2016
+++ pkgsrc/www/py-uwsgi/distinfo        Sat Apr  8 12:04:27 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2016/11/04 21:38:59 maya Exp $
+$NetBSD: distinfo,v 1.29 2017/04/08 12:04:27 adam Exp $
 
-SHA1 (uwsgi-2.0.14.tar.gz) = b500ed76dd791d09ce57304c55b724ca74b2ab9b
-RMD160 (uwsgi-2.0.14.tar.gz) = 9438fd8d50c92c86b657f227a92358a32e046121
-SHA512 (uwsgi-2.0.14.tar.gz) = cf557ba27cb1c28e784e8909043bca874cd56846aa9ebaf1ff229191ad20484e467147a6ea7cc629399d4afd6e4ac4479b2f6827729df04321eef4bf842b9e42
-Size (uwsgi-2.0.14.tar.gz) = 788971 bytes
+SHA1 (uwsgi-2.0.15.tar.gz) = 7e2606a6c61a2d6a48f0bb970408336529b7b158
+RMD160 (uwsgi-2.0.15.tar.gz) = 5a6a3e9547aff9e2e4070e90aca3148540ba78b0
+SHA512 (uwsgi-2.0.15.tar.gz) = cb3ce7dc9eb9806151b04b04dc80ac7204cb4ddadf295eea98d5ebbf3a8c02f4b0bfb9a0490997c5edf427e39d3073a2d5b4fe7bd8ec458b30c0aab8e1da9bef
+Size (uwsgi-2.0.15.tar.gz) = 795070 bytes
 SHA1 (patch-base.ini) = 1c5d7693e6c8011e6cc34f5f5d203584c985eb30
 SHA1 (patch-core_logging.c) = 8978d42354dd607ed28c00f514cbd296bcb6666d
 SHA1 (patch-uwsgi.h) = 64b5f6ea310bf6c65c1f546e160fcd0bd94a3808



Home | Main Index | Thread Index | Old Index