From e55adcfca56937c2bc6e5c082fb826549c31759a9c70112829f55c0f4e2733e8 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sat, 9 Feb 2019 16:41:56 +0000 Subject: [PATCH] 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 --- uwsgi-2.0.17.1.tar.gz | 3 --- uwsgi-2.0.18.tar.gz | 3 +++ uwsgi.changes | 18 ++++++++++++++++++ uwsgi.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 uwsgi-2.0.17.1.tar.gz create mode 100644 uwsgi-2.0.18.tar.gz 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