Skip to content
Snippets Groups Projects
Unverified Commit 91f153ee authored by prspkt's avatar prspkt
Browse files

main/zsh: security upgrade to 5.8.1

 - Fixes: CVE-2021-45444
parent 4d557db1
No related branches found
No related tags found
1 merge request!30828[3.13-stable] main/zsh: security upgrade to 5.8.1
Pipeline #110826 passed
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# #
# secfixes: # secfixes:
# 5.8.1-r0:
# - CVE-2021-45444
# 5.8-r0: # 5.8-r0:
# - CVE-2019-20044 # - CVE-2019-20044
# 5.4.2-r1: # 5.4.2-r1:
...@@ -10,8 +12,8 @@ ...@@ -10,8 +12,8 @@
# - CVE-2018-1071 # - CVE-2018-1071
# #
pkgname=zsh pkgname=zsh
pkgver=5.8 pkgver=5.8.1
pkgrel=1 pkgrel=0
pkgdesc="Very advanced and programmable command interpreter (shell)" pkgdesc="Very advanced and programmable command interpreter (shell)"
url="https://www.zsh.org/" url="https://www.zsh.org/"
arch="all" arch="all"
...@@ -165,5 +167,7 @@ _submv() { ...@@ -165,5 +167,7 @@ _submv() {
mv "$pkgdir"/$path "$subpkgdir"/${path%/*}/ mv "$pkgdir"/$path "$subpkgdir"/${path%/*}/
} }
sha512sums="96198ecef498b7d7945fecebbe6bf14065fa8c5d81a7662164579eba8206b79575812d292adea1864bc7487ac0818ba900e25f9ab3802449340de80417c2c533 zsh-5.8.tar.xz sha512sums="
1067ad916d8921fe8880e040453782dcaafb6c05566f72b806e71aef2c2a53f25b6039cf8133196dd52cf7e23b172452ef3f77188bab8c8b1a50c1ea6ffa176a zprofile" f54a5a47ed15d134902613f6169c985680afc45a67538505e11b66b348fcb367145e9b8ae2d9eac185e07ef5f97254b85df01ba97294002a8c036fd02ed5e76d zsh-5.8.1.tar.xz
1067ad916d8921fe8880e040453782dcaafb6c05566f72b806e71aef2c2a53f25b6039cf8133196dd52cf7e23b172452ef3f77188bab8c8b1a50c1ea6ffa176a zprofile
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment