Browse code

update nginx to 1.11.13

Change-Id: I005f446c05ad1a9085d94984369bc1ee7eb66dd5
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2293
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>

Priyesh Padmavilasom authored on 2017/04/06 06:51:19
Showing 1 changed files
... ...
@@ -1,16 +1,15 @@
1 1
 Summary:    High-performance HTTP server and reverse proxy
2 2
 Name:       nginx
3
-Version:    1.10.0
4
-Release:    5%{?dist}
3
+Version:    1.11.13
4
+Release:    1%{?dist}
5 5
 License:    BSD-2-Clause
6
-URL:        http://nginx.org/download/nginx-1.10.0.tar.gz
6
+URL:        http://nginx.org/download/nginx-1.11.13.tar.gz
7 7
 Group:      Applications/System
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:    %{name}-%{version}.tar.gz
11
-%define sha1 nginx=7a452cfe37e4134481442dbfa3fbdac6f484c5bc
11
+%define sha1 nginx=84f27729754796181dc39d47da761c7e85eb3ae2
12 12
 Source1:    nginx.service
13
-Patch0:     nginx-CVE-2016-4450.patch
14 13
 BuildRequires:  openssl-devel
15 14
 BuildRequires:  pcre-devel
16 15
 %description
... ...
@@ -18,7 +17,7 @@ NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as
18 18
 
19 19
 %prep
20 20
 %setup -q
21
-%patch0
21
+
22 22
 %build
23 23
 ./configure \
24 24
     --prefix=%{_sysconfdir}//nginx              \
... ...
@@ -47,6 +46,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system/nginx.service
47 47
 %dir %{_var}/log/nginx
48 48
 
49 49
 %changelog
50
+*   Wed Apr 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.11.13-1
51
+-   update to 1.11.13
50 52
 *   Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com>  1.10.0-5
51 53
 -   Add patch for CVE-2016-4450
52 54
 *   Wed Jul 27 2016 Divya Thaluru<dthaluru@vmware.com> 1.10.0-4