diff options
author | adam <adam@pkgsrc.org> | 2015-01-10 22:26:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-01-10 22:26:54 +0000 |
commit | fa735619d5785f0284ad7ee4cdf68384c49f52e0 (patch) | |
tree | b51eab25aa4e0178812cccbd3b916400e87597dc | |
parent | 63054535c633601ca623433099f121b2e5932ca2 (diff) | |
download | pkgsrc-fa735619d5785f0284ad7ee4cdf68384c49f52e0.tar.gz |
Changes 2.0.9:
Bugfixes:
fixed mod_proxy_uwsgi for non-blocking mode
fixed master-fifo + cheaper
fixed leak on error in bind_to_unix
atexit hooks works in cheaped workers too
atexit hooks works in gevent mode too during shutdown
fixed carbon command line option value after reload
do not honour Emperor throttling on the first run
fixed Mono plugin
fixed peer name in corerouters
fixed stop signal for daemons
varios ssl/tls fixes in https/spdy router
fixed python3 –py-auto-reload-ignore
fixed modifiers in corerouters
support for yajl from homebrew (OSX)
psgi: Ensure that we call any DESTROY hooks on psgix.harakiri.commit
systemdlogger: fix compilation with -Werror=format-security
fixed unmasked websockets
perl fixed latent refcounting bug
New Features:
Improved PyPy support for Linux
Fastrouter post-buffering
Perl uwsgi::opt
–pull-header
active-workers signal target
httpdumb routing action
-rw-r--r-- | www/py-uwsgi/Makefile | 7 | ||||
-rw-r--r-- | www/py-uwsgi/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/py-uwsgi/Makefile b/www/py-uwsgi/Makefile index 2dde5b35267..6e716529a62 100644 --- a/www/py-uwsgi/Makefile +++ b/www/py-uwsgi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2014/11/30 16:56:58 rodent Exp $ +# $NetBSD: Makefile,v 1.29 2015/01/10 22:26:54 adam Exp $ -DISTNAME= uwsgi-2.0.8 +DISTNAME= uwsgi-2.0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ @@ -23,7 +23,8 @@ INSTALL_ENV+= UWSGI_PROFILE_OVERRIDE="${UWSGI_DEBUG}${UWSGI_JSON}${UWSGI_PCRE}$ INSTALLATION_DIRS+= share/examples/py-uwsgi post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/uwsgi ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX} + ${MV} ${DESTDIR}${PREFIX}/bin/uwsgi \ + ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX} ${INSTALL_DATA} ${WRKSRC}/examples/* \ ${DESTDIR}${PREFIX}/share/examples/py-uwsgi diff --git a/www/py-uwsgi/distinfo b/www/py-uwsgi/distinfo index bf80fae5414..be726154494 100644 --- a/www/py-uwsgi/distinfo +++ b/www/py-uwsgi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2014/11/30 16:56:58 rodent Exp $ +$NetBSD: distinfo,v 1.23 2015/01/10 22:26:54 adam Exp $ -SHA1 (uwsgi-2.0.8.tar.gz) = f017faf259f409907dc8c37541370d3e803fba32 -RMD160 (uwsgi-2.0.8.tar.gz) = afbc605ee0e67ec18d2737f59aa216e2645f1548 -Size (uwsgi-2.0.8.tar.gz) = 775959 bytes +SHA1 (uwsgi-2.0.9.tar.gz) = 318d1d6d4bb57eb48b58361201cdc1cc7feedcbb +RMD160 (uwsgi-2.0.9.tar.gz) = 8a04d918f7dc192ebd385ff470a99665c9fc0cc1 +Size (uwsgi-2.0.9.tar.gz) = 779244 bytes SHA1 (patch-base.ini) = f1b61f8323a7be92ebae5c87b8a32b3109145036 SHA1 (patch-uwsgi.h) = 911aa69e7973b92c726fa293748ae6a875b45353 SHA1 (patch-uwsgiconfig.py) = 9d84206e86168465d83eec640bd4b575fc428d43 |