Browse code

nginx: Adding http v2 support

Change-Id: I2c997fd656c7691f5b66df35e418910f45ef5f59
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6523
Reviewed-by: Keerthana K <keerthanak@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: michellew <michellew@vmware.com>

Keerthana K authored on 2019/01/17 19:56:47
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:        6%{?dist}
4
+Release:        7%{?dist}
5 5
 License:        BSD-2-Clause
6 6
 URL:            http://nginx.org/download/nginx-%{version}.tar.gz
7 7
 Group:          Applications/System
... ...
@@ -44,7 +44,8 @@ popd
44 44
     --with-ipv6 \
45 45
     --with-stream \
46 46
     --with-http_auth_request_module \
47
-    --with-http_sub_module
47
+    --with-http_sub_module \
48
+    --with-http_v2_module
48 49
 
49 50
 make %{?_smp_mflags}
50 51
 %install
... ...
@@ -76,6 +77,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
76 76
 %dir %{_var}/log/nginx
77 77
 
78 78
 %changelog
79
+*   Thu Jan 17 2019 Keerthana K <keerthanak@vmware.com> 1.13.8-7
80
+-   Adding http v2 module support.
79 81
 *   Mon Dec 17 2018 Ankit Jain <ankitja@vmware.com> 1.13.8-6
80 82
 -   Fix for CVE-2018-16843 and CVE-2018-16844
81 83
 *   Wed Sep 12 2018 Keerthana K <keerthanak@vmware.com> 1.13.8-5