Browse code

nginx: Adding http_auth_request_module and http_sub_module.

Change-Id: I568088e180885a5e505e433f6c9277e8285eaaa6
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5698
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Keerthana K authored on 2018/09/17 22:07:12
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.15.3
4
-Release:        1%{?dist}
4
+Release:        2%{?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 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
58 58
 %{_var}/log/nginx
59 59
 
60 60
 %changelog
61
+*   Mon Sep 17 2018 Keerthana K <keerthanak@vmware.com> 1.15.3-2
62
+-   Adding http_auth_request_module and http_sub_module.
61 63
 *   Fri Sep 7 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 1.15.3-1
62 64
 -   Upgrade to version 1.15.3
63 65
 *   Fri Jul 20 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-3