[packages/nginx] Enable the 'secure_link' module
jajcus
jajcus at pld-linux.org
Tue Jan 21 14:17:33 CET 2014
commit ca3f3f0301308f0f698077f1e539b057ef2b5bed
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Tue Jan 21 14:17:21 2014 +0100
Enable the 'secure_link' module
nginx.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/nginx.spec b/nginx.spec
index 291c163..c5d3e6b 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -322,6 +322,7 @@ cp -f configure auto/
%{?with_ssl:--with-http_ssl_module} \
%{!?with_http_browser:--without-http_browser_module} \
%{?with_rtmp:--add-module=./nginx-rtmp-module} \
+ --with-http_secure_link_module \
--http-client-body-temp-path=%{_localstatedir}/cache/%{name}-perl/client_body_temp \
--http-proxy-temp-path=%{_localstatedir}/cache/%{name}-perl/proxy_temp \
--http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-perl/fastcgi_temp \
@@ -388,6 +389,7 @@ mv -f objs/nginx contrib/nginx-mail
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
+ --with-http_secure_link_module \
--http-client-body-temp-path=%{_localstatedir}/cache/%{name}-light/client_body_temp \
--http-proxy-temp-path=%{_localstatedir}/cache/%{name}-light/proxy_temp \
--http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-light/fastcgi_temp \
@@ -422,6 +424,7 @@ mv -f objs/nginx contrib/nginx-light
%{?with_ssl:--with-http_ssl_module} \
%{!?with_http_browser:--without-http_browser_module} \
%{?with_rtmp:--add-module=./nginx-rtmp-module} \
+ --with-http_secure_link_module \
--http-client-body-temp-path=%{_localstatedir}/cache/%{name}-standard/client_body_temp \
--http-proxy-temp-path=%{_localstatedir}/cache/%{name}-standard/proxy_temp \
--http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-standard/fastcgi_temp \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/ca3f3f0301308f0f698077f1e539b057ef2b5bed
More information about the pld-cvs-commit
mailing list