From 3af9d9cae0662ca064f7d469fe474bb7c475fe9a Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 10 Jun 2010 22:35:08 +0200 Subject: [PATCH] nginx: Updated (0.8.39 -> 0.8.40) --- network/nginx/nginx.conf | 9 +++++++++ network/nginx/nginx.desc | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/network/nginx/nginx.conf b/network/nginx/nginx.conf index ae7aad810..6b0a14adb 100644 --- a/network/nginx/nginx.conf +++ b/network/nginx/nginx.conf @@ -33,6 +33,8 @@ var_append confopt ' ' "--lock-path=$localstatedir/lock/nginx.lock" var_append confopt ' ' "--http-proxy-temp-path=$localstatedir/temp/proxy_temp" # set path to the http fastcgi temporary var_append confopt ' ' "--http-fastcgi-temp-path=$localstatedir/temp/fastcgi_temp" +# set path to the http uwsgi temporary +var_append confopt ' ' "--http-uwsgi-temp-path=$localstatedir/temp/uwsgi_temp" # set path to the http client request body var_append confopt ' ' "--http-client-body-temp-path=$localstatedir/temp/client_body_temp" @@ -70,3 +72,10 @@ if atstage cross; then fi var_append CC_WRAPPER_REMOVE " " "-Werror" + +uwsgi_hack() { + cp -va conf/uwsgi_params $sysconfdir/uwsgi_params +} + +hook_add postmake 5 "uwsgi_hack" + diff --git a/network/nginx/nginx.desc b/network/nginx/nginx.desc index 44f2ac543..a232e15b5 100644 --- a/network/nginx/nginx.desc +++ b/network/nginx/nginx.desc @@ -43,9 +43,9 @@ [L] GPL [S] Stable -[V] 0.8.39 +[V] 0.8.40 [P] X -?---5---9 800.000 [CV-URL] http://nginx.org/en/download.html -[D] 1912769293 nginx-0.8.39.tar.gz http://nginx.org/download/ +[D] 1160991977 nginx-0.8.40.tar.gz http://nginx.org/download/