Browse code

Adding stream module support to nginx

Change-Id: I11ebda4c86ff50cc284b2ba4915ccabbefebc823
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2579
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

DheerajSShetty authored on 2017/05/02 07:38:09
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    High-performance HTTP server and reverse proxy
2 2
 Name:       nginx
3 3
 Version:    1.11.13
4
-Release:    1%{?dist}
4
+Release:    2%{?dist}
5 5
 License:    BSD-2-Clause
6 6
 URL:        http://nginx.org/download/nginx-1.11.13.tar.gz
7 7
 Group:      Applications/System
... ...
@@ -29,7 +29,8 @@ NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as
29 29
     --http-log-path=/var/log/nginx/access.log   \
30 30
     --with-http_ssl_module \
31 31
     --with-pcre \
32
-    --with-ipv6 
32
+    --with-ipv6 \
33
+    --with-stream
33 34
 
34 35
 make %{?_smp_mflags}
35 36
 %install
... ...
@@ -46,6 +47,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
46 46
 %dir %{_var}/log/nginx
47 47
 
48 48
 %changelog
49
+*   Mon May 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 1.11.13-2
50
+-   adding module stream to nginx.
49 51
 *   Wed Apr 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.11.13-1
50 52
 -   update to 1.11.13
51 53
 *   Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com>  1.10.0-5