!82 fix cve-2023-26031

From: @xiexing01
Reviewed-by: @macchen1
Signed-off-by: @macchen1
This commit is contained in:
xiexing 2023-12-04 02:38:19 +00:00 committed by xiexing01
parent 2dfda1051c
commit 8461225957
2 changed files with 6 additions and 2 deletions

View File

@ -10,8 +10,8 @@
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
%define _binaries_in_noarch_packages_terminate_build 0
Name: hadoop
Version: 3.3.4
Release: 5
Version: 3.3.6
Release: 1
Summary: A software platform for processing vast amounts of data
# The BSD license file is missing
# https://issues.apache.org/jira/browse/HADOOP-9849
@ -262,6 +262,7 @@ tar -xzvf ${HOME}/repository/com/github/eirslett/yarn/1.22.5/yarn-1.22.5.tar.gz
npm config set registry https://repo.huaweicloud.com/repository/npm/
npm cache clean -f
${HOME}/repository/com/github/eirslett/yarn/1.22.5/yarn-v1.22.5/bin/yarn config set registry https://repo.huaweicloud.com/repository/npm/ -g
${HOME}/repository/com/github/eirslett/yarn/1.22.5/yarn-v1.22.5/bin/yarn config set ignore-engines true
%pom_add_dep org.iq80.leveldb:leveldb-api:0.7 hadoop-hdfs-project/hadoop-hdfs
%pom_add_dep org.iq80.leveldb:leveldb-api:0.7 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy
@ -1131,6 +1132,9 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg
%changelog
* Mon Nov 27 2023 wenweijian wenweijian2@huawei.com - 3.3.6-1
- fix cve CVE-2023-26031
* Fri Oct 20 2023 wenweijian <wenweijian2@huawei.com> - 3.3.4-5
- remove zookeeper requires.