Browse Source

nginx: update to 1.5.10

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8257 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 10 years ago
parent
commit
062bdca05c
1 changed files with 13 additions and 10 deletions
  1. 13 10
      n/nginx/nginx-vl.spec

+ 13 - 10
n/nginx/nginx-vl.spec

@@ -25,8 +25,8 @@
 Summary:        Robust, small and high performance http and reverse proxy server
 Summary(ja):    堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
 Name:           nginx
-Version:        1.5.6
-Release:        2%{?_dist_release}
+Version:        1.5.10
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Daemons   
 # BSD License (two clause)
@@ -52,7 +52,7 @@ Source104:  nginx-404.html
 Source1000: ngx-fancyindex-%{ngx_fancyindex_version}.tar.xz
 %define nginx_accept_language_module_version 02262ce
 Source1010: giom-nginx_accept_language_module-%{nginx_accept_language_module_version}.tar.gz
-%define passenger_version 4.0.21
+%define passenger_version 4.0.37
 Source1020: passenger-%{passenger_version}.tar.gz
 %define upstream_fair_version 2131c73
 Source1030: gnosek-nginx-upstream-fair-%{upstream_fair_version}.tar.gz
@@ -146,7 +146,7 @@ Nginx [engine x/エンジンX] は Igor Sysoev により開発された以下の
 
 %patch0 -p0
 
-pushd passenger-4.0.21/ext/
+pushd passenger-%{passenger_version}/ext/
 %patch100 -p2
 popd
 
@@ -181,22 +181,21 @@ CONFIGOPTS="\
     --with-http_addition_module \
     --with-http_xslt_module \
     --with-http_image_filter_module \
+%if %{with geoip}
+    --with-http_geoip_module \
+%endif
     --with-http_sub_module \
     --with-http_dav_module \
     --with-http_flv_module \
     --with-http_mp4_module \
-    --with-http_gzip_static_module \
     --with-http_gunzip_module \
+    --with-http_gzip_static_module \
+    --with-http_auth_request_module \
     --with-http_random_index_module \
     --with-http_secure_link_module \
     --with-http_degradation_module \
     --with-http_stub_status_module \
     --with-http_perl_module \
-    --with-http_degradation_module \
-%if %{with geoip}
-    --with-http_geoip_module \
-%endif
-    --with-http_auth_request_module \
     --with-mail \
     --with-mail_ssl_module \
     --add-module=ngx-fancyindex-%{ngx_fancyindex_version} \
@@ -365,6 +364,10 @@ fi
 
 
 %changelog
+* Wed Feb 12 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.10-1
+- update to 1.5.10
+- update passenger to 4.0.37
+
 * Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.6-2
 - rebuilt with GeoIP-1.6.0.
 - added Patch100.