Browse code

Bug 1995026:[CVE-2017-5637] package : zookeeper branch :1.0

Change-Id: Iaa130132b9dc171b0a4807ed3cf61564df926046
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4226
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Harish Udaiya Kumar authored on 2017/11/07 08:07:38
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        Highly reliable distributed coordination
2 2
 Name:           zookeeper
3
-Version:        3.4.9
3
+Version:        3.4.10
4 4
 Release:        1%{?dist}
5 5
 URL:            http://zookeeper.apache.org/
6 6
 License:        Apache License, Version 2.0
... ...
@@ -8,7 +8,7 @@ Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source:         http://mirrors.ocf.berkeley.edu/apache/zookeeper/zookeeper-3.4.9/%{name}-%{version}.tar.gz
11
-%define sha1 zookeeper=0285717bf5ea87a7a36936bf37851d214a32bb99
11
+%define sha1 zookeeper=eb2145498c5f7a0d23650d3e0102318363206fba
12 12
 Source1:        zookeeper.service
13 13
 Source2:        zkEnv.sh
14 14
 Patch0:	        zookeeper-3.4.8-server.patch
... ...
@@ -62,7 +62,6 @@ getent passwd zookeeper >/dev/null || /usr/sbin/useradd --comment "ZooKeeper" --
62 62
 if [ $1 -eq 1 ] ; then
63 63
     # Initial installation
64 64
     # Enabled by default per "runs once then goes away" exception
65
-    source %{_sysconfdir}/profile.d/java-exports.sh
66 65
     bash %{_prefix}/sbin/update-zookeeper-env.sh \
67 66
        --prefix=%{_prefix} \
68 67
        --conf-dir=%{_sysconfdir}/zookeeper \
... ...
@@ -75,7 +74,6 @@ fi
75 75
  
76 76
 %preun
77 77
 if [ $1 -eq 0 ] ; then
78
-source %{_sysconfdir}/profile.d/java-exports.sh
79 78
 bash %{_prefix}/sbin/update-zookeeper-env.sh \
80 79
        --prefix=%{_prefix} \
81 80
        --conf-dir=%{_sysconfdir}/zookeeper \
... ...
@@ -104,6 +102,8 @@ fi
104 104
 %{_prefix}
105 105
 
106 106
 %changelog
107
+*   Mon Nov 6 2017 Harish Udaiya Kumar<hudaiyakumar@vmware.com> 3.4.10-1
108
+-   Upgraded to version 3.4.10
107 109
 *   Mon Nov 28 2016 Vinay Kulkarni <kulkarniv@vmware.com> 3.4.9-1
108 110
 -   Upgrade to 3.4.9 to address CVE-2016-5017
109 111
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.4.8-4