summaryrefslogtreecommitdiff
path: root/debian/patches/series
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-b62e91134-51723-migrate-pcre-module-to-pcre2.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-4b7a9fd0-additional-typset--p--m-fix-for-namespaces.patch
2025-04-30debian/patches: remove ↵Joe Rayhawk1-1/+0
cherry-pick-3e3cfabc-revert-38150-and-fix-in-calling-function-cfp_matcher_range-instead
2025-04-30debian/patches/fix-typos-in-man-pages.patch: removeJoe Rayhawk1-1/+0
2024-08-16Cherry-pick upstream commit 727b493e to address FTBFS on mips64elMichael Prokop1-0/+1
Description from upstream: | 50736: silence use-after-free warning (gcc-12.2) And as noted by Chris, the patch fixes a memory issue in compmatch.c, gcc indeed complains about that, so this hopefully fixes our FTBFS issue on mips64el. Thanks: Chris Hofstaedtler <zeha@debian.org> Closes: #1078749
2024-08-14Cherry-pick upstream commit 0bb140f9 to import OLDPWD from environment if setMichael Prokop1-0/+1
Taken from https://github.com/zsh-users/zsh/commit/0bb140f9911851e9712dba311925f9c9ab521fd2, dropping Changelog related change though. As brought up by Franklin Yu on #pkg-zsh.
2024-08-14Cherry-pick upstream changes to fix ftbfs with GCC-14Michael Prokop1-0/+2
Apply cherry-pick-4c89849c-50641-use-int-main-in-test-C-codes-in-configure.patch (commit 4c89849c98172c951a9def3690e8647dae76308f upstream) and cherry-pick-ab4d62eb-52383-Avoid-incompatible-pointer-types-in-terminfo-global.patch (commit ab4d62eb975a4c4c51dd35822665050e2ddc6918 upstream) to fix ftbfs with GCC-14. Relevant patches were identified by Simon McVittie, who looked at Arch Linux's patchset - thanks to Christian Hesse, one of Arch's zsh maintainers. Thanks: Simon McVittie <smcv@debian.org> Closes: #1075708
2024-01-09Cherry pick upstream commit ecd3f9c9 to fix FTBFS issue with newer texinfoMichael Prokop1-0/+1
Fixes: | texi2any -c TEXI2HTML=1 --output . --ifinfo --split=chapter --node-files \ | --init-file texi2html.conf ../../Doc/zsh.texi | texi2any: error parsing ./texi2html.conf: Undefined subroutine &Texinfo::Config::set_from_init_file called at ./texi2html.conf line 1. Cherry picked (excluding Changelog change) from upstream commit https://github.com/zsh-users/zsh/commit/ecd3f9c9506c7720dc6c0833dc5d5eb00e4459c4 Also see https://www.zsh.org/mla/workers/2023/msg00591.html Closes: #1057610 fixup of debian/patches/cherry-pick-ecd3f9c9-1057610-support-texinfo-7.0.patch fixup
2023-07-05Cherry pick multiple upstream commits to migrate pcre module to pcre2.Axel Beckert1-0/+3
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full
2023-01-30Cherry-pick upstream commit 3e3cfabc to fix a completion regressionAxel Beckert1-0/+1
This fixes completion regression with NO_CASE_GLOB in Zsh 5.9. Closes: #1013434 Thanks: Vincent Lefèvre! Gbp-Dch: Full
2022-05-15Add patch to fix two typos in man pages found by LintianAxel Beckert1-0/+1
2022-05-08Remove cherry-picked patches applied upstreamAxel Beckert1-2/+0
2022-04-13Add patch by Jun to fix autopkgtest with zsh-static due to warning on STDERRAxel Beckert1-0/+1
2022-04-12Add patch from Jun T to export LANG when running D07multibyte.ztstAxel Beckert1-0/+1
Hopefully fixes FTBFS on most architectures due to test suite failures.
2022-04-11Refresh patches as needed, remove patches applied upstreamAxel Beckert1-2/+0
2022-02-12Zsh 5.8.1: Refresh patches, drop cherry-picked patch for commit 754658afAxel Beckert1-1/+0
2021-09-16Incomplete patch for #993843 (zsh-static segfaults on updated libc)Axel Beckert1-0/+1
2021-09-05Add patch to set default pager to /usr/bin/pager instead of more.Axel Beckert1-0/+1
Drop according sed call from debian/rules which didn't catch .zwc files. Gbp-Dch: Full
2020-06-30Cherry-pick 754658af from upstream to fix "git stash drop" tab-completionAxel Beckert1-0/+1
See https://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=46093 ff. This is the upstream commit without the changes to upstream Changelog file.
2020-06-23Cherry-pick d128bc0b from upstream: 45731: _debsnap: New completion functionDaniel Shahaf1-0/+1
Closes: #960298
2020-03-22Add completion for dscverifyAxel Beckert1-0/+1
Closes: #953389
2020-02-16Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 packageAxel Beckert1-0/+1
… except all debian/changelog entries and modifying the Maintainer field. This includes: * debian/zshrc: Enable completions by default, unless skip_global_compinit is set. * Support cross-compiling: + Adjust upstream autoconf cross-compile default fallbacks. + Skip zcompile when cross-compiling. + Add libelf-dev build-dependency. Gbp-Dch: Full
2019-02-04Drop fix-vcs-info-p4.patch, fixed upstreamAxel Beckert1-1/+0
2019-01-27Fix perforce detection in vcs-infoFrank Terbeck1-0/+1
This is known upstream, this is a quickfix to limit our user's exposure to the issue.
2019-01-05Change shebang path in example script to Debian's zsh pathAxel Beckert1-0/+1
With dh compat 12, example scripts are installed uncompressed. Hence this showed up as script with wrong interpreter in the shebang line.
2018-12-24Remove all cherry-picked patchesAxel Beckert1-2/+0
2018-09-17Cherry-pick 551ff842 (43464: Another attachtty() fix) (workers/43474) from ↵Daniel Shahaf1-0/+1
upstream.
2018-09-15Cherry-pick decc78c72 from upstream: _svn: Allow hyphens in command name ↵Axel Beckert1-0/+1
aliases.
2018-04-07Drop cherry-picked patches for CVE-2018-1071 and CVE-2018-1083Axel Beckert1-2/+0
2018-04-05Cherry-pick upstream patches to fix CVE-2018-1071 + CVE-2018-1083Axel Beckert1-0/+2
* CVE-2018-1071 (Check bounds when copying path in "hashcmd()". Closes: #894044) * CVE-2018-1083 (Check bounds on PATH_MAX-sized buffer used for file completion candidates. Closes: #894043) Gbp-Dch: Full
2017-08-10Drop all but two patches for 5.4.1, add changelog entry for 5.4.1-1Axel Beckert1-8/+0
2017-06-22Patch configure.ac to add support for yodl 4 to yodl version checkAxel Beckert1-0/+1
Closes: #865492
2017-01-17Cherry-pick four stability patches from upstreamAxel Beckert1-0/+4
2017-01-08Add patches by Daniel Shahaf to add swaks and update bts completionAxel Beckert1-0/+2
… as posted by Daniel on zsh-workers.
2016-12-27Add patch by Daniel Shahaf to make zsh-dev reproducible (c.f. #849288)Axel Beckert1-0/+1
2016-12-11Add patch to update for new Debian programming language sectionsJosh Triplett1-0/+1
Closes: #847540
2016-12-06Remove cherry-picked patchAxel Beckert1-1/+0
2016-12-04Cherry-pick af2ab0247: attempt to make output from interactive test more robustAxel Beckert1-0/+1
2016-12-04Remove cherry-picked fix-segfault-in-is_cond_binary_op.patchAxel Beckert1-1/+0
... in preparation of merging a new upstream release.
2016-02-01Add patch by Bart Schaefer to fix segfault in is_cond_binary_opAxel Beckert1-0/+1
2016-01-24Update changelog for new beta release, remove patches applied upstreamAxel Beckert1-2/+0
2015-12-26Add patch to fix parsing of aptitude 0.7.5's --help outputAxel Beckert1-0/+1
… without stopping to be able parse older aptitude versions' output.
2015-12-26Add patch to add missing apt purge and autoremove subcommandsFelipe Sateler1-0/+1
Closes: #808317
2015-08-22Remove all cherry-picked patchesAxel Beckert1-6/+0
2015-07-26Cherry-pick upstream fix for segfault upon $((…)<Tab>Axel Beckert1-0/+1
2015-07-26Cherry-pick 771381c2+dd8079e0 to fix $((...)) completionAxel Beckert1-0/+2
Closes: #793168
2015-06-29Cherry-pick upstream fix to avoid warnings in prompt adam1 with Perl 5.22Axel Beckert1-0/+1
2015-06-29Cherry-pick upstream crash fix to handle failure of gettempname() in namedpipe()Axel Beckert1-0/+1
2015-06-28Cherry-pick upstream patch to fix signal queueing in zcontext_save_partial()Axel Beckert1-0/+1
Closes: #790282
2015-05-28Drop all but one patch (issues fixed upstream)Axel Beckert1-2/+0