From 604183bfd1463a9840d68a683d38094292ff768af207fd8ce4205e0450f602fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 4 Sep 2018 16:12:37 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=191 --- zsh-5.5.1.tar.gz | 3 --- zsh-5.5.1.tar.gz.asc | 11 ----------- zsh-5.6.tar.xz | 3 +++ zsh.changes | 7 +++++++ zsh.spec | 13 +++++-------- 5 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 zsh-5.5.1.tar.gz delete mode 100644 zsh-5.5.1.tar.gz.asc create mode 100644 zsh-5.6.tar.xz diff --git a/zsh-5.5.1.tar.gz b/zsh-5.5.1.tar.gz deleted file mode 100644 index 02cf61e..0000000 --- a/zsh-5.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774caa89e7aea5f33c3033cbffd93e28707f72ba5149c79709e48e6c2d2ee080 -size 4578700 diff --git a/zsh-5.5.1.tar.gz.asc b/zsh-5.5.1.tar.gz.asc deleted file mode 100644 index 2c703eb..0000000 --- a/zsh-5.5.1.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/zsh-5.6.tar.xz b/zsh-5.6.tar.xz new file mode 100644 index 0000000..3c4fe47 --- /dev/null +++ b/zsh-5.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746b1fcb11e8d129d1454f9ca551448c8145b6bcb157116c12407c518880e6d6 +size 3080856 diff --git a/zsh.changes b/zsh.changes index df17351..481f9d2 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 4 15:51:31 UTC 2018 - Ismail Dönmez + +- 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 diff --git a/zsh.spec b/zsh.spec index b6cf35a..2d5c0eb 100644 --- a/zsh.spec +++ b/zsh.spec @@ -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