Browse code

nginx: Adding http_auth_request_module and http_sub_module.

Change-Id: Iad7de75642f7a1e238dcdb0a05582d345d6dd02d
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5660
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Dheeraj S Shetty <dheerajs@vmware.com>

Keerthana K authored on 2018/09/12 22:03:10
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.13.8
4
-Release:        4%{?dist}
4
+Release:        5%{?dist}
5 5
 License:        BSD-2-Clause
6 6
 URL:            http://nginx.org/download/nginx-%{version}.tar.gz
7 7
 Group:          Applications/System
... ...
@@ -38,7 +38,9 @@ popd
38 38
     --with-http_ssl_module \
39 39
     --with-pcre \
40 40
     --with-ipv6 \
41
-    --with-stream
41
+    --with-stream \
42
+    --with-http_auth_request_module \
43
+    --with-http_sub_module
42 44
 
43 45
 make %{?_smp_mflags}
44 46
 %install
... ...
@@ -70,6 +72,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
70 70
 %dir %{_var}/log/nginx
71 71
 
72 72
 %changelog
73
+*   Wed Sep 12 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-5
74
+-   Adding http_auth_request_module and http_sub_module.
73 75
 *   Fri Jul 20 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-4
74 76
 -   Restarting nginx service on failure.
75 77
 *   Fri Jun 08 2018 Dheeraj Shetty <dheerajs@vmware.com> 1.13.8-3