commit 6f05a00944530384b72f35e6258584b1f006189c
Author: Jacek Konieczny <[email protected]>
Date:   Tue Jan 19 12:13:03 2016 +0100

    Version: 1.9.9, with HTTP/2 support

 nginx.spec | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index a5f512a..380c011 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -13,9 +13,8 @@
 %bcond_without sub             # ngx_http_sub_module
 %bcond_without poll            # poll
 %bcond_without realip          # real ip (behind proxy)
-%bcond_without rtsig           # rtsig
 %bcond_without select          # select
-%bcond_without spdy            # spdy module
+%bcond_without http2           # HTTP/2 module
 %bcond_without status          # status module
 %bcond_without ssl             # ssl support
 %bcond_without threads         # thread pool support
@@ -37,12 +36,12 @@ Summary(pl.UTF-8):  Serwer HTTP i odwrotne proxy o wysokiej 
wydajności
 # - stable: production quality with stable API
 # - mainline: production quality but API can change
 Name:          nginx
-Version:       1.8.0
-Release:       8
+Version:       1.9.9
+Release:       1
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 3ca4a37931e9fa301964b8ce889da8cb
+# Source0-md5: 50fdfa08e93ead7a111cba5a5f5735af
 Source1:       http://nginx.net/favicon.ico
 # Source1-md5: 2aaf2115c752cbdbfb8a2f0b3c3189ab
 Source2:       proxy.conf
@@ -353,7 +352,7 @@ build perl \
        %{?with_rtmp:--add-module=./nginx-rtmp-module} \
        %{?with_auth_request:--with-http_auth_request_module} \
        %{?with_threads:--with-threads} \
-       %{?with_spdy:--with-http_spdy_module} \
+       %{?with_http2:--with-http_v2_module} \
        --with-http_secure_link_module \
        %{nil}
 
@@ -381,7 +380,7 @@ build light \
        %{?with_rtmp:--add-module=./nginx-rtmp-module} \
        %{?with_auth_request:--with-http_auth_request_module} \
        %{?with_threads:--with-threads} \
-       %{?with_spdy:--with-http_spdy_module} \
+       %{?with_http2:--with-http_v2_module} \
        
%{?with_modsecurity:--add-module=modsecurity-%{modsecurity_version}/nginx/modsecurity}
 \
        --without-http_browser_module \
        --with-http_secure_link_module \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/6f05a00944530384b72f35e6258584b1f006189c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to