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