diff options
author | adam <adam@pkgsrc.org> | 2017-04-08 12:04:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-08 12:04:27 +0000 |
commit | df2d820ca3e9a6f0cb2e79f6fbaa32bb84f0fe1d (patch) | |
tree | 64b4ed52b0efae7d1517628a6dbe1a374cbc5e6f /www | |
parent | 427e10e81a6d06d4bda7b55d2942dbae2aaec9c0 (diff) | |
download | pkgsrc-df2d820ca3e9a6f0cb2e79f6fbaa32bb84f0fe1d.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-uwsgi/Makefile | 8 | ||||
-rw-r--r-- | www/py-uwsgi/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/py-uwsgi/Makefile b/www/py-uwsgi/Makefile index 38544c0f6c4..e62a3a04bfd 100644 --- a/www/py-uwsgi/Makefile +++ b/www/py-uwsgi/Makefile @@ -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/${PYPKGPREFIX}-uwsgi 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" diff --git a/www/py-uwsgi/distinfo b/www/py-uwsgi/distinfo index f52005680e2..2213e999539 100644 --- a/www/py-uwsgi/distinfo +++ b/www/py-uwsgi/distinfo @@ -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 |