Browse code

nginx: Adding http_auth_request_module and http_sub_module.

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

Keerthana K authored on 2018/09/10 22:57:58
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:        3%{?dist}
4
+Release:        4%{?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
... ...
@@ -58,6 +60,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
58 58
 %dir %{_var}/log/nginx
59 59
 
60 60
 %changelog
61
+*   Mon Sep 10 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-4
62
+-   Adding http_auth_request_module and http_sub_module.
61 63
 *   Fri Jul 20 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-3
62 64
 -   Restarting nginx service on failure.
63 65
 *   Fri Jun 08 2018 Dheeraj Shetty <dheerajs@vmware.com> 1.13.8-2