import zsh-5.5.1-6.el8_1.2
This commit is contained in:
parent
ced9abba38
commit
257263729d
1378
SOURCES/0004-zsh-5.5.1-CVE-2019-20044.patch
Normal file
1378
SOURCES/0004-zsh-5.5.1-CVE-2019-20044.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
Summary: Powerful interactive shell
|
Summary: Powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.5.1
|
Version: 5.5.1
|
||||||
Release: 6%{?dist}
|
Release: 6%{?dist}.2
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://zsh.sourceforge.net/
|
URL: http://zsh.sourceforge.net/
|
||||||
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
@ -21,6 +21,9 @@ Patch2: 0002-zsh-5.5.1-static-analysis.patch
|
|||||||
# return non-zero exit status on nested parse error (#1654989)
|
# return non-zero exit status on nested parse error (#1654989)
|
||||||
Patch3: 0003-zsh-5.5.1-parse-error-exit-status.patch
|
Patch3: 0003-zsh-5.5.1-parse-error-exit-status.patch
|
||||||
|
|
||||||
|
# drop privileges securely when unsetting PRIVILEGED option (CVE-2019-20044)
|
||||||
|
Patch4: 0004-zsh-5.5.1-CVE-2019-20044.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
@ -176,6 +179,12 @@ fi
|
|||||||
%doc Doc/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2020 Kamil Dudka <kdudka@redhat.com> - 5.5.1-6.el8_1.2
|
||||||
|
- improve printing of error messages introduced by the fix of CVE-2019-20044
|
||||||
|
|
||||||
|
* Mon Feb 24 2020 Kamil Dudka <kdudka@redhat.com> - 5.5.1-6.el8_1.1
|
||||||
|
- drop privileges securely when unsetting PRIVILEGED option (CVE-2019-20044)
|
||||||
|
|
||||||
* Mon Dec 17 2018 Kamil Dudka <kdudka@redhat.com> - 5.5.1-6
|
* Mon Dec 17 2018 Kamil Dudka <kdudka@redhat.com> - 5.5.1-6
|
||||||
- return non-zero exit status on nested parse error (#1654989)
|
- return non-zero exit status on nested parse error (#1654989)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user