Accepting request 673024 from home:stroeder:branches:server:http
update to upstream release 2.0.18 OBS-URL: https://build.opensuse.org/request/show/673024 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=78
This commit is contained in:
parent
e2d7a9181f
commit
e55adcfca5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277
|
|
||||||
size 800156
|
|
3
uwsgi-2.0.18.tar.gz
Normal file
3
uwsgi-2.0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583
|
||||||
|
size 801555
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 9 16:19:37 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- HTTPS URL for source
|
||||||
|
- update to upstream release 2.0.18
|
||||||
|
* Fixed support for Python 3.7
|
||||||
|
* Allow to use autoport (socket :0) with custom socket backlog
|
||||||
|
* pyuwsgi ported to python3
|
||||||
|
* pyuwsgi packages fixes
|
||||||
|
* pyuwsginossl build configuration for building pyuwsgi without ssl support
|
||||||
|
* Fix unix socket inheritance after reload on FreeBSD
|
||||||
|
* Fix crashes with --wsgi-env-behavior=holy (#1950)
|
||||||
|
* Fix invalid free in python plugin (#1942)
|
||||||
|
* Fix compilation warnings with gcc-8 (#1819)
|
||||||
|
* Fix spooler python references
|
||||||
|
* Don't generate build warnings in systemd_logger
|
||||||
|
* Fix segmentation fault during worker shutdown (#1651)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 2 22:12:22 UTC 2018 - michael@stroeder.com
|
Thu Aug 2 22:12:22 UTC 2018 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: uwsgi
|
Name: uwsgi
|
||||||
Version: 2.0.17.1
|
Version: 2.0.18
|
||||||
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
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
Url: https://uwsgi-docs.readthedocs.io/en/latest/
|
Url: https://uwsgi-docs.readthedocs.io/en/latest/
|
||||||
Source: http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
|
Source: https://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
|
||||||
Source1: opensuse.ini.in
|
Source1: opensuse.ini.in
|
||||||
Source2: uwsgi.service
|
Source2: uwsgi.service
|
||||||
Source3: django.ini.example
|
Source3: django.ini.example
|
||||||
|
Loading…
Reference in New Issue
Block a user