pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-uwsgi uWSGI 2.0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb2940949991
branches:  trunk
changeset: 649466:fb2940949991
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Fri Apr 03 15:21:59 2015 +0000

description:
uWSGI 2.0.10

[20150317]
Bugfixes

    Don't lower security standards with gcc 4.9 (Riccardo Magliocchetti)
    Perl/PSGI make sure that at least two params are passed to xs_input_seek (Ivan Kruglov)
    Per/PSGI fixed multiple interpreters usage
    spooler: fixed scandir usage
    fixed exception handler arguments management
    fixed 'log-master' +  'daemonize2' disables all logging
    fixed http Range header management

New Features
safeexec hook

this is like 'exec' but do not exit on error even if the executed command returns a non-zero value
backported --emperor-wrapper-fallback and --emperor-wrapper-override

the --emperor-wrapper-fallback option allows you to specify an alternative binary to execute when running a vassal and the default binary_path is not found (or returns an error). (you can specify it 
multiple times)

The --emperor-wrapper-override is similar but 'overrides' the default wrapper (you can specify it multiple times)
added support for UNIX sockets to rsyslog

The rsyslog logger can now get a unix socket as address (arguments starting with a slash are recognized as a unix path)
forcecl transformation

this transformation works like 'fixcl' but generates the Content-Length header even if Content-Length has been listed for removal.

diffstat:

 www/py-uwsgi/Makefile |  4 ++--
 www/py-uwsgi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r c6b76afb7591 -r fb2940949991 www/py-uwsgi/Makefile
--- a/www/py-uwsgi/Makefile     Fri Apr 03 15:13:50 2015 +0000
+++ b/www/py-uwsgi/Makefile     Fri Apr 03 15:21:59 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2015/01/10 22:26:54 adam Exp $
+# $NetBSD: Makefile,v 1.30 2015/04/03 15:21:59 rodent Exp $
 
-DISTNAME=      uwsgi-2.0.9
+DISTNAME=      uwsgi-2.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://projects.unbit.it/downloads/
diff -r c6b76afb7591 -r fb2940949991 www/py-uwsgi/distinfo
--- a/www/py-uwsgi/distinfo     Fri Apr 03 15:13:50 2015 +0000
+++ b/www/py-uwsgi/distinfo     Fri Apr 03 15:21:59 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2015/01/10 22:26:54 adam Exp $
+$NetBSD: distinfo,v 1.24 2015/04/03 15:21:59 rodent Exp $
 
-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 (uwsgi-2.0.10.tar.gz) = 31bae2dac113af8d95dbc9b982df139ff61ce209
+RMD160 (uwsgi-2.0.10.tar.gz) = 24d9f7528ed3d5f20b962a60512ab9ab1a43ef35
+Size (uwsgi-2.0.10.tar.gz) = 779820 bytes
 SHA1 (patch-base.ini) = f1b61f8323a7be92ebae5c87b8a32b3109145036
 SHA1 (patch-uwsgi.h) = 911aa69e7973b92c726fa293748ae6a875b45353
 SHA1 (patch-uwsgiconfig.py) = 9d84206e86168465d83eec640bd4b575fc428d43



Home | Main Index | Thread Index | Old Index