Change-Id: Ib7c8f92dd1ecd0663dd497e57c668834d8776a0b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6887
Tested-by: michellew <michellew@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: High-performance HTTP server and reverse proxy |
| 2 | 2 |
Name: nginx |
| 3 | 3 |
Version: 1.13.10 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: BSD-2-Clause |
| 6 | 6 |
URL: http://nginx.org/download/nginx-%{version}.tar.gz
|
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -47,7 +47,8 @@ popd |
| 47 | 47 |
--with-stream \ |
| 48 | 48 |
--with-http_auth_request_module \ |
| 49 | 49 |
--with-http_sub_module \ |
| 50 |
- --with-http_v2_module |
|
| 50 |
+ --with-http_v2_module \ |
|
| 51 |
+ --with-http_stub_status_module |
|
| 51 | 52 |
|
| 52 | 53 |
make %{?_smp_mflags}
|
| 53 | 54 |
%install |
| ... | ... |
@@ -79,6 +80,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
|
| 79 | 79 |
%dir %{_var}/log/nginx
|
| 80 | 80 |
|
| 81 | 81 |
%changelog |
| 82 |
+* Fri Mar 15 2019 Keerthana K <keerthanak@vmware.com> 1.13.10-3 |
|
| 83 |
+- Enable http_stub_status_module. |
|
| 82 | 84 |
* Fri Feb 15 2019 Siju Maliakkal <smaliakkal@vmware.com> 1.13.10-2 |
| 83 | 85 |
- Patch for CVE-2018-16845 |
| 84 | 86 |
* Mon Jan 28 2019 Keerthana K <keerthanak@vmware.com> 1.13.10-1 |