summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30debian/patches/series: remove ↵debianJoe Rayhawk1-1/+0
cherry-pick-727b493e-50736-silence-use-after-free-warning.patch
2025-04-30debian/patches/series: delete ↵Joe Rayhawk1-1/+0
cherry-pick-0bb140f9-52999-import-OLDPWD-from-environment-if-set.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-ab4d62eb-52383-Avoid-incompatible-pointer-types-in-terminfo-global.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-4c89849c-50641-use-int-main-in-test-C-codes-in-configure.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-ecd3f9c9-1057610-support-texinfo-7.0.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-10bdbd8b-51877-do-not-build-pcre-module-if-pcre2-config-is-not-found.patch
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 Rayhawk2-27/+0
2025-04-30debian/patches/use-pager-instead-of-more-by-default.patch: remove svk supportJoe Rayhawk1-5/+0
2024-08-16Cherry-pick upstream commit 727b493e to address FTBFS on mips64elMichael Prokop2-0/+37
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 Prokop2-0/+23
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 Prokop3-0/+597
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 Prokop2-0/+45
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 Beckert4-0/+635
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 Beckert2-0/+33
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 Beckert2-0/+27
2022-05-08Remove cherry-picked patches applied upstreamAxel Beckert3-53/+0
2022-04-13Add patch by Jun to fix autopkgtest with zsh-static due to warning on STDERRAxel Beckert2-0/+21
2022-04-12Add patch from Jun T to export LANG when running D07multibyte.ztstAxel Beckert2-0/+32
Hopefully fixes FTBFS on most architectures due to test suite failures.
2022-04-11Refresh patches as needed, remove patches applied upstreamAxel Beckert5-270/+13
2022-02-12Zsh 5.8.1: Refresh patches, drop cherry-picked patch for commit 754658afAxel Beckert4-57/+23
2021-09-17Upload to unstable as 5.8-10Axel Beckert1-1/+1
Also update description of make-zsh-static-really-static-#993843.patch to no more mention "try to". :-)
2021-09-17Extend patch for #993843 by Jun T's version from https://zsh.org/workers/49422Axel Beckert1-98/+82
2021-09-16Incomplete patch for #993843 (zsh-static segfaults on updated libc)Axel Beckert2-0/+195
2021-09-05Add patch to set default pager to /usr/bin/pager instead of more.Axel Beckert2-0/+105
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 Beckert2-0/+23
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 Shahaf2-0/+88
Closes: #960298
2020-03-22Add completion for dscverifyAxel Beckert2-0/+41
Closes: #953389
2020-02-16Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 packageAxel Beckert2-0/+65
… 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 Beckert2-13/+0
2019-01-27Fix perforce detection in vcs-infoFrank Terbeck2-0/+13
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 Beckert2-0/+13
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 Beckert3-128/+0
2018-09-17Cherry-pick 551ff842 (43464: Another attachtty() fix) (workers/43474) from ↵Daniel Shahaf2-0/+110
upstream.
2018-09-15Refresh further-mitigate-test-suite-hangs.patchAxel Beckert1-1/+1
2018-09-15Cherry-pick decc78c72 from upstream: _svn: Allow hyphens in command name ↵Axel Beckert2-0/+18
aliases.
2018-09-03Refresh patch further-mitigate-test-suite-hangs.patchAxel Beckert1-5/+3
2018-04-07Drop cherry-picked patches for CVE-2018-1071 and CVE-2018-1083Axel Beckert3-73/+0
2018-04-05Cherry-pick upstream patches to fix CVE-2018-1071 + CVE-2018-1083Axel Beckert3-0/+73
* 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 Beckert9-336/+0
2017-06-22Switch all http://www.zsh.org/ and http://www.debian.org/ URLs in packaging ↵Axel Beckert4-4/+4
to HTTPS
2017-06-22Patch configure.ac to add support for yodl 4 to yodl version checkAxel Beckert2-0/+16
Closes: #865492
2017-01-17Cherry-pick four stability patches from upstreamAxel Beckert5-0/+111
2017-01-08Add patches by Daniel Shahaf to add swaks and update bts completionAxel Beckert3-0/+175
… as posted by Daniel on zsh-workers.
2016-12-27Add patch by Daniel Shahaf to make zsh-dev reproducible (c.f. #849288)Axel Beckert2-0/+34
2016-12-11Update section list with further missing sections, remove ancient base sectionAxel Beckert1-8/+17
2016-12-11Update Josh's patch for consistency between main, contrib and non-freeAxel Beckert1-1/+1
Use brace expansion as suggested by Daniel Shahaf.
2016-12-11Add patch to update for new Debian programming language sectionsJosh Triplett2-0/+43
Closes: #847540