summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/make-zsh-static-really-static-#993843.patch2
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