diff --git a/uwsgi-2.0.17.1.tar.gz b/uwsgi-2.0.17.1.tar.gz deleted file mode 100644 index ab54788..0000000 --- a/uwsgi-2.0.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277 -size 800156 diff --git a/uwsgi-2.0.18.tar.gz b/uwsgi-2.0.18.tar.gz new file mode 100644 index 0000000..4c0e86d --- /dev/null +++ b/uwsgi-2.0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583 +size 801555 diff --git a/uwsgi.changes b/uwsgi.changes index a479c15..4c36b9c 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Feb 9 16:19:37 UTC 2019 - Michael Ströder + +- 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 diff --git a/uwsgi.spec b/uwsgi.spec index f1ee4bb..624c2d1 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,13 +17,13 @@ Name: uwsgi -Version: 2.0.17.1 +Version: 2.0.18 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0 Group: Productivity/Networking/Web/Servers 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 Source2: uwsgi.service Source3: django.ini.example