Next | Query returned 80 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2018-08-10 09:18:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-uwsgi: updated to 2.0.17.1

Changes 2.0.17.1:
Fixed memory leak in HTTPS_CLIENT_CERTIFICATE
TLSv1 is now disabled by default (you can re-enable it with ssl-enable-tlsv1 at \ 
your own risk)
Improved daemons throttle system
Add “secs” log formatting variable
Improved snprintf() usage to be OpenBSD-friendly
Improved glibc crypt/crypt_r management
Fixed websocket pong timeout check
Add the “License” classifier to setup.py
Add support for php user.ini
Official support for Python 3.7
   2018-03-27 09:11:43 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fixed MASTER_SITES URL
   2018-03-19 10:28:04 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-uwsgi: updated to 2.0.17

Changes 2.0.17:
The Emperor throttling subsystem does not make use anymore of blocking \ 
functions, like usleep(), this should fix stats serving and should improve \ 
vassals startup time
[Security/PHP] enforce DOCUMENT_ROOT check when using –php-docroot to avoid \ 
directory traversal
added –shutdown-sockets to improve graceful shutdowns
   2018-03-17 00:39:54 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Unbreak the option handling. Restore openssl and PCRE option.
   2018-03-02 17:15:35 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Package the mod_proxy_uwsgi support separately from the main uwsgi
package.
   2018-03-02 17:14:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Package the mod_proxy_uwsgi support separately from the main uwsgi
package.
   2018-02-13 09:34:03 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-uwsgi: updated to 2.0.16

uWSGI 2.0.16
Security
[CVE-2018-6758] Stack-based buffer overflow in core/utils.c:uwsgi_expand_path()

Changes
Backported early_post_jail plugin hook (Bjørnar Ness)
Fixed ipv6 suupport for http-socket (James Brown)
Enable execinfo on DragonFly BSD (Aaron LI)
Fix inet_ntop buffer size (Orivej Desh)
Add worker running time metrics (Serge/yasek)
Backported safe-pidfile, safe-pidfile2 (Nate Coraor)
Stop using libxml2 by default on osx
Fixed uwsgi_kvlist_parse signature
Backport http range fixes from master (Curtis Maloney, Sokolov Yura)
relicensed mod_proxy_uwsgi to Apache 2.0
logging: Add ${millis} support to json encode
plugins/router_xmldir: fixup invalid locale check (Riccardo Magliocchetti)
Add ssl-verify-depth flag to set the max Client CA chain length (Paul Tagliamonte)
Allow to override build date (Bernhard M. Wiedemann)
Python 3 plugin: improved thread names handling (Jyrki Muukkonen, Mark Meyer)
Added uwsgi_resolve_ip for redis host (ahmbas)
plugins/gevent: Fix signal handlers (Maslov Alexander)
Write x509 DER to the uwsgi buffer (Paul Tagliamonte)
plugin/http: Fix compilation (Melvyn Sopacua)
Fixed emperor throttling system (Jeremy Hiatt)
Fix application loading without Plack after excluding “.” from @INC in new \ 
Perl versions (Anton Petrusevich)
Fix MULE MSG QUEUE IS FULL message hint (Eugene Tataurov)
Build System: support k_minor has a _xxx suffix (TOGO Li)
Fixed drop-after-* options (Robert DeRose)
Add mule_send_msg success indicator (Josh Tiras)
Properly check item size in uwsgi_queue_push (Josh Tiras)
FastRouter / HTTP Router can now have a ‘fallback’ key configured
HTTP Router now supports post-buffer, just like FastRouter
Fix handling of env in embedded dict in Python plugin (could cause segfaults in \ 
single thread mode)
Add support for Brotli (.br) with –static-gzip
Back-ported HTTP/1.1 support (–http11-socket) from 2.1
   2017-07-09 12:44:19 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
PkgSrc clean-ups
   2017-06-23 17:56:45 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Avoid sys/user.h on NetBSD.
   2017-04-08 14:04:27 by Adam Ciarcinski | Files touched by this commit (2)
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

Next | Query returned 80 messages, browsing 31 to 40 | Previous