diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-09-17 16:19:20 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-09-17 16:19:20 +0200 |
commit | 5dccff470bd73031fef351aa7bdf4fa24657ad42 (patch) | |
tree | 86b58c558a501a9642ae55e77ca476565f01c18c /debian | |
parent | 92b60e43aafd586cf84d01e61841b69288cf9063 (diff) | |
download | zsh-5dccff470bd73031fef351aa7bdf4fa24657ad42.tar.gz zsh-5dccff470bd73031fef351aa7bdf4fa24657ad42.zip |
Upload to unstable as 5.8-10
Also update description of make-zsh-static-really-static-#993843.patch
to no more mention "try to". :-)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/patches/make-zsh-static-really-static-#993843.patch | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a73ee9a3d..c965f4b1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zsh (5.8-10) unstable; urgency=medium + + * [130801d2,92b60e43] Fix segfaults in zsh-static after glibc upgrades + by making sure nothing is loaded dynamically anymore. (Closes: #993843 + and fixes autopkgtest failures in not or too up to date chroots.) + + -- Axel Beckert <abe@debian.org> Fri, 17 Sep 2021 15:48:52 +0200 + zsh (5.8-9) unstable; urgency=medium * [b895ac67] Revert "Explicitly declare B-D-I on cm-super-minimal as diff --git a/debian/patches/make-zsh-static-really-static-#993843.patch b/debian/patches/make-zsh-static-really-static-#993843.patch index 04025477e..1257ee8d5 100644 --- a/debian/patches/make-zsh-static-really-static-#993843.patch +++ b/debian/patches/make-zsh-static-really-static-#993843.patch @@ -1,4 +1,4 @@ -Description: Try to fix dynamic linking with zsh-static and resulting segfaults on libc updates +Description: Fix dynamic linking with zsh-static and resulting segfaults on libc updates Origin: https://zsh.org/workers/49422 Bug-Debian: https://bugs.debian.org/993843 Bug: https://zsh.org/workers/49392 |