Browse code

nginx : Update to version 1.13.5

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

xiaolin-vmware authored on 2017/10/05 06:20:13
Showing 1 changed files
... ...
@@ -1,15 +1,15 @@
1
-Summary:    High-performance HTTP server and reverse proxy
2
-Name:       nginx
3
-Version:    1.11.13
4
-Release:    2%{?dist}
5
-License:    BSD-2-Clause
6
-URL:        http://nginx.org/download/nginx-1.11.13.tar.gz
7
-Group:      Applications/System
8
-Vendor:     VMware, Inc.
9
-Distribution: Photon
10
-Source0:    %{name}-%{version}.tar.gz
11
-%define sha1 nginx=84f27729754796181dc39d47da761c7e85eb3ae2
12
-Source1:    nginx.service
1
+Summary:        High-performance HTTP server and reverse proxy
2
+Name:           nginx
3
+Version:        1.13.5
4
+Release:        1%{?dist}
5
+License:        BSD-2-Clause
6
+URL:            http://nginx.org/download/nginx-%{version}.tar.gz
7
+Group:          Applications/System
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10
+Source0:        %{name}-%{version}.tar.gz
11
+%define sha1    nginx=8eac59db4ee2a90373a8a44f174317110b666526
12
+Source1:        nginx.service
13 13
 BuildRequires:  openssl-devel
14 14
 BuildRequires:  pcre-devel
15 15
 %description
... ...
@@ -23,8 +23,8 @@ NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as
23 23
     --prefix=%{_sysconfdir}//nginx              \
24 24
     --sbin-path=/usr/sbin/nginx                 \
25 25
     --conf-path=/etc/nginx/nginx.conf           \
26
-    --pid-path=/var/run/nginx.pid         \
27
-    --lock-path=/var/run/nginx.lock       \
26
+    --pid-path=/var/run/nginx.pid               \
27
+    --lock-path=/var/run/nginx.lock             \
28 28
     --error-log-path=/var/log/nginx/error.log   \
29 29
     --http-log-path=/var/log/nginx/access.log   \
30 30
     --with-http_ssl_module \
... ...
@@ -47,6 +47,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 Oct 04 2017 Xiaolin Li <xiaolinl@vmware.com> 1.13.5-1
51
+-   Update to version 1.13.5
50 52
 *   Mon May 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 1.11.13-2
51 53
 -   adding module stream to nginx.
52 54
 *   Wed Apr 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.11.13-1