SHA256
1
0
forked from pool/zsh
Ismail Dönmez 2018-09-04 16:12:37 +00:00 committed by Git OBS Bridge
parent 45841d315b
commit 604183bfd1
5 changed files with 15 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:774caa89e7aea5f33c3033cbffd93e28707f72ba5149c79709e48e6c2d2ee080
size 4578700

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJa1Op3AAoJEKcdmp1L2yezU60IAIm5C55fhvaTL/uKDKp8bL8d
0gP8mH2oRdmHexE4C/GhNKXfM6Xr6+Zio9kUIHxfBrWnTy0/lQ5Y8V0YRSRPoCPv
WIPWnpV/nurZmVE9BK4r0bCk8gRuEFSYm3Y/6ZnJoDmP6xeSXsu4bJ77geAlU3to
89LgVXa+XnF1LnlcBNf/uzVvbBm/mzLvdG7zgYi0NAi7BZwhUyWIKCZs4xjcfzmF
Ox1yD+G5K2VMVtLArN1PQEypeG69XDKF815Gq6AcnfManYYqw7n05rYbnWNEbPdL
t/GWk9p1PLHIFBooILo6ORCcJULrfs0zMQuihKkv6dmdmlkbWwsiVklZ5sJLjoc=
=eu34
-----END PGP SIGNATURE-----

3
zsh-5.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:746b1fcb11e8d129d1454f9ca551448c8145b6bcb157116c12407c518880e6d6
size 3080856

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 4 15:51:31 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
- Update to version 5.6
* Fixes CVE-2018-0502 and CVE-2018-13259
* See included NEWS file for complete changes.
-------------------------------------------------------------------
Fri May 11 13:25:20 UTC 2018 - kbabioch@suse.com

View File

@ -25,15 +25,16 @@ BuildRequires: texi2html
BuildRequires: texinfo
%endif
Name: zsh
Version: 5.5.1
Version: 5.6
Release: 0%{?dist}
Summary: Shell with comprehensive completion
License: MIT
Group: System/Shells
Url: http://www.zsh.org
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.gz
Source1: http://www.zsh.org/pub/zsh-%{version}.tar.gz.asc
Source2: %{name}.keyring
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.xz
#Source1: http://www.zsh.org/pub/zsh-%{version}.tar.xz.asc
#Signing key is not available atm.
#Source2: %{name}.keyring
Source3: zshrc
Source4: zshenv
Source5: zprofile
@ -169,10 +170,6 @@ done
install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
%endif
# install help files
install -m 0755 -Dd %{buildroot}%{_datadir}/%{name}/%{version}/help
install -m 0644 Doc/help/* %{buildroot}%{_datadir}/%{name}/%{version}/help/
# link zsh binary
%if 0%{?suse_version} || 0%{?rhel} <= 6
ln -sf %{_bindir}/zsh %{buildroot}/bin/zsh