Package: zsh / 5.9-8

Metadata

Package Version Patches format
zsh 5.9-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
further mitigate test suite hangs.patch | (download)

Test/A05execution.ztst | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 add a sleep call which should prevent a race condition in coproc


update debian sections.patch | (download)

Completion/Debian/Command/_dak | 2 1 1 - 0 !
Completion/Debian/Command/_debfoster | 11 7 4 - 0 !
2 files changed, 8 insertions( ), 5 deletions(-)

 [patch] update for new programming language sections
cross compile.diff | (download)

aczsh.m4 | 12 6 6 - 0 !
1 file changed, 6 insertions( ), 6 deletions(-)

 adjust cross-compile fallback values to yes.
example shebang.patch | (download)

Util/reporter | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 change shebang path in example script to debian's zsh path
completion dscverify.diff | (download)

Completion/Debian/Command/_dscverify | 30 30 0 - 0 !
1 file changed, 30 insertions( )

 add completion for dscverify(1) from debian's devscripts.
use pager instead of more by default.patch | (download)

Completion/Base/Widget/_complete_debug | 2 1 1 - 0 !
Functions/MIME/zsh-mime-handler | 4 2 2 - 0 !
Functions/Misc/mere | 2 1 1 - 0 !
Functions/Misc/nslookup | 2 1 1 - 0 !
Functions/Misc/run-help | 4 2 2 - 0 !
Functions/Misc/run-help-svk | 2 1 1 - 0 !
Functions/Misc/run-help-svn | 2 1 1 - 0 !
Functions/Zftp/zfdir | 6 3 3 - 0 !
8 files changed, 12 insertions( ), 12 deletions(-)

 use /usr/bin/pager instead of more by default
 Similar issue as with https://bugs.debian.org/993539, just for a
fix typos in man pages.patch | (download)

Doc/Zsh/builtins.yo | 2 1 1 - 0 !
Doc/Zsh/options.yo | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix two typos in man pages found by lintian
cherry pick 3e3cfabc revert 38150 and fix in calling function cfp_matcher_range instead.patch | (download)

Src/Zle/compmatch.c | 2 1 1 - 0 !
Src/Zle/computil.c | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix a completion regression with no_case_glob
cherry pick 4b7a9fd0 additional typset p m fix for namespaces.patch | (download)

Src/builtin.c | 2 2 0 - 0 !
1 file changed, 2 insertions( )

---
cherry pick b62e91134 51723 migrate pcre module to pcre2.patch | (download)

Src/Modules/pcre.c | 221 86 135 - 0 !
Test/V07pcre.ztst | 11 10 1 - 0 !
configure.ac | 20 9 11 - 0 !
3 files changed, 105 insertions( ), 147 deletions(-)

---
cherry pick 10bdbd8b 51877 do not build pcre module if pcre2 config is not found.patch | (download)

Src/Modules/pcre.mdd | 2 1 1 - 0 !
configure.ac | 31 19 12 - 0 !
2 files changed, 20 insertions( ), 13 deletions(-)

---
cherry pick ecd3f9c9 1057610 support texinfo 7.0.patch | (download)

Doc/Makefile.in | 3 2 1 - 0 !
configure.ac | 5 5 0 - 0 !
2 files changed, 7 insertions( ), 1 deletion(-)

---
cherry pick 4c89849c 50641 use int main in test C codes in configure.patch | (download)

aczsh.m4 | 64 32 32 - 0 !
configure.ac | 94 40 54 - 0 !
2 files changed, 72 insertions( ), 86 deletions(-)

 50641: use 'int main()' in test c-codes in configure

cherry pick ab4d62eb 52383 Avoid incompatible pointer types in terminfo global.patch | (download)

configure.ac | 12 6 6 - 0 !
1 file changed, 6 insertions( ), 6 deletions(-)

 52383: avoid incompatible pointer types in terminfo global variable
 checks

cherry pick 0bb140f9 52999 import OLDPWD from environment if set.patch | (download)

Src/init.c | 6 5 1 - 0 !
1 file changed, 5 insertions( ), 1 deletion(-)

 [patch] 52999: import oldpwd from environment if set

cherry pick 727b493e 50736 silence use after free warning.patch | (download)

Src/Zle/compmatch.c | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

 [patch] 50736: silence use-after-free warning (gcc-12.2)