Accepting request 627187 from home:stroeder:branches:server:http

- update to upstream release 2.0.17.1

OBS-URL: https://build.opensuse.org/request/show/627187
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=76
This commit is contained in:
Marguerite Su 2018-08-05 05:53:46 +00:00 committed by Git OBS Bridge
parent 3bb80fb281
commit e2d7a9181f
4 changed files with 25 additions and 6 deletions

3
uwsgi-2.0.17.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277
size 800156

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2
size 798642

View File

@ -1,8 +1,28 @@
-------------------------------------------------------------------
Thu Aug 2 22:12:22 UTC 2018 - michael@stroeder.com
- Trimmed package description
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 23 13:33:36 UTC 2018 - jfunk@funktronics.ca Mon Jul 23 13:33:36 UTC 2018 - jfunk@funktronics.ca
- Work around missing include dir in glusterfs pkg-config - Work around missing include dir in glusterfs pkg-config
-------------------------------------------------------------------
Mon Jul 9 14:52:54 UTC 2018 - michael@stroeder.com
- update to upstream release 2.0.17.1
* Fixed memory leak in HTTPS_CLIENT_CERTIFICATE
* TLSv1 is now disabled by default
* 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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 31 00:45:55 UTC 2018 - jfunk@funktronics.ca Thu May 31 00:45:55 UTC 2018 - jfunk@funktronics.ca

View File

@ -17,7 +17,7 @@
Name: uwsgi Name: uwsgi
Version: 2.0.17 Version: 2.0.17.1
Release: 0 Release: 0
Summary: Application Container Server for Networked/Clustered Web Applications Summary: Application Container Server for Networked/Clustered Web Applications
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0 License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
@ -146,8 +146,7 @@ uWSGI is a self-healing application container server coded in pure C.
It is a WSGI server with a stack for networked/clustered web applications, It is a WSGI server with a stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management. implementing message/object passing, caching, RPC and process management.
It uses the uwsgi (all lowercase, already included by default in the Nginx and It uses the uwsgi protocol for all the networking/interprocess communications,
Cherokee releases) protocol for all the networking/interprocess communications,
but it can speak other protocols as well (http, fastcgi, mongrel2...) but it can speak other protocols as well (http, fastcgi, mongrel2...)
It can be run in preforking mode, threaded, asynchronous/evented and supports It can be run in preforking mode, threaded, asynchronous/evented and supports