From 6c239f6ae5f6206727f6fc5dc2231a1c26dd45c3a1b8e3d5318e86bbe250d8a8 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 24 Sep 2013 16:58:56 +0000 Subject: [PATCH] - Update to 1.9.17.1: * Emergency release fixing two bugs: * fixed inheriting of file descriptor 0 (this breaks fastcgi on dreamhost, and uwsgi on unbit.it) * fixed router_http REQUEST_URI rewrite (double free) OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=23 --- uwsgi-1.9.17.1.tar.gz | 3 +++ uwsgi-1.9.17.tar.gz | 3 --- uwsgi.changes | 9 +++++++++ uwsgi.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 uwsgi-1.9.17.1.tar.gz delete mode 100644 uwsgi-1.9.17.tar.gz diff --git a/uwsgi-1.9.17.1.tar.gz b/uwsgi-1.9.17.1.tar.gz new file mode 100644 index 0000000..800d31e --- /dev/null +++ b/uwsgi-1.9.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2558b918afe47640e3c4e75be4347e7e8dc7b19caf2120b6e1fb6bf17891c2a +size 696468 diff --git a/uwsgi-1.9.17.tar.gz b/uwsgi-1.9.17.tar.gz deleted file mode 100644 index 72a2f89..0000000 --- a/uwsgi-1.9.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:917ea3c1d784d8c3cc3dde760fd835cce82cb1ae237f59550ba16b3379ff833b -size 696399 diff --git a/uwsgi.changes b/uwsgi.changes index 92c651f..655b8bc 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 24 16:49:25 UTC 2013 - jfunk@funktronics.ca + +- Update to 1.9.17.1: + * Emergency release fixing two bugs: + * fixed inheriting of file descriptor 0 (this breaks fastcgi on dreamhost, + and uwsgi on unbit.it) + * fixed router_http REQUEST_URI rewrite (double free) + ------------------------------------------------------------------- Mon Sep 23 18:47:59 UTC 2013 - jfunk@funktronics.ca diff --git a/uwsgi.spec b/uwsgi.spec index afea052..4c5d600 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,7 +17,7 @@ Name: uwsgi -Version: 1.9.17 +Version: 1.9.17.1 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: GPL-2.0+