Browse code

nodejs, kibana: Package Version Updates

nodejs - Update to version 8.11.4 to fix CVE-2018-7161 & CVE-2018-7167
kibana - Update to version 6.4.0

Change-Id: I4092c6e5a27e9342327c3178323e73d4b2d35890
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5649
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Keerthana K authored on 2018/09/12 04:21:45
Showing 2 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:            kibana
2 2
 Summary:         Browser-based analytics and search dashboard for Elasticsearch.
3
-Version:         6.3.0
3
+Version:         6.4.0
4 4
 Release:         1%{?dist}
5 5
 License:         Apache License Version 2.0
6 6
 URL:             https://www.elastic.co/products/kibana
... ...
@@ -8,7 +8,7 @@ Source0:         https://github.com/elastic/kibana/archive/%{name}-%{version}.ta
8 8
 Vendor:          VMware, Inc.
9 9
 Distribution:    Photon
10 10
 Group:           System Environment/Daemons
11
-%define sha1     kibana=03a404b8c74cb52bd893247631386112fb1f8a11
11
+%define sha1     kibana=41879947d7de83d4d1c00bd91182574c0034b6f3
12 12
 BuildRequires:   git
13 13
 BuildRequires:   yarn
14 14
 BuildRequires:   nodejs
... ...
@@ -114,5 +114,7 @@ exit
114 114
 %{_datadir}/%{name}
115 115
 
116 116
 %changelog
117
+*   Tue Sep 11 2018 Keerthana K <keerthanak@vmware.com> 6.4.0-1
118
+-   Updated to version 6.4.0
117 119
 *   Mon Jul 09 2018 Keerthana K <keerthanak@vmware.com> 6.3.0-1
118 120
 -   Initial kibana package for PhotonOS.
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        A JavaScript runtime built on Chrome's V8 JavaScript engine.
2 2
 Name:           nodejs
3
-Version:        8.11.0
3
+Version:        8.11.4
4 4
 Release:        1%{?dist}
5 5
 License:        MIT
6 6
 Group:          Applications/System
... ...
@@ -8,7 +8,7 @@ Vendor:         VMware, Inc.
8 8
 Distribution:   Photon
9 9
 URL:            https://github.com/nodejs/node
10 10
 Source0:        https://nodejs.org/download/release/v8.3.0/node-v%{version}.tar.xz
11
-%define         sha1 node=00737d01b16f02556690f8959bb8251e51dbbf49
11
+%define         sha1 node=195b6e6b53d04659cd6ee6afa203ad486d6eb758
12 12
 BuildArch:      x86_64
13 13
 
14 14
 BuildRequires:  coreutils >= 8.22, openssl-devel >= 1.0.1
... ...
@@ -72,6 +72,8 @@ make  %{?_smp_mflags} test
72 72
 %{_datadir}/systemtap/tapset/node.stp
73 73
 
74 74
 %changelog
75
+*   Mon Sep 10 2018 Keerthana K <keerthanak@vmware.com> 8.11.4-1
76
+-   Updated to version 8.11.4 to fix CVE-2018-7161 and CVE-2018-7167
75 77
 *   Mon Jul 16 2018 Keerthana K <keerthanak@vmware.com> 8.11.0-1
76 78
 -   Updated to version 8.11.0
77 79
 *   Mon Dec 04 2017 Xiaolin Li <xiaolinl@vmware.com> 8.3.0-1