fix CVE-2019-20044

Signed-off-by: cherry530 <xuping21@huawei.com>
This commit is contained in:
cherry530 2020-06-24 15:11:49 +08:00
parent e739aaa4b5
commit 3de3b601de
2 changed files with 1339 additions and 2 deletions

1330
CVE-2019-20044.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: zsh Name: zsh
Version: 5.7.1 Version: 5.7.1
Release: 4 Release: 5
Summary: A shell designed for interactive use Summary: A shell designed for interactive use
License: MIT License: MIT
URL: http://zsh.sourceforge.net URL: http://zsh.sourceforge.net
@ -26,7 +26,8 @@ Requires(postun): coreutils grep
Provides: /bin/zsh Provides: /bin/zsh
Patch6000: 0225-44345-fix-wordcode-traversal-where-without-a-followi.patch Patch0000: 0225-44345-fix-wordcode-traversal-where-without-a-followi.patch
Patch0001: CVE-2019-20044.patch
%description %description
The zsh is a shell designed for interactive use, and it is also a powerful scripting language. Many of The zsh is a shell designed for interactive use, and it is also a powerful scripting language. Many of
@ -130,6 +131,12 @@ fi
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Wed Jun 24 2020 xuping <xuping21@huawei.com> - 5.7.1-5
- Type:cves
- ID:CVE-2019-20044
- SUG:NA
- DESC:fix CVE-2019-20044
* Thu Feb 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.7.1-4 * Thu Feb 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.7.1-4
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA