summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-11-21d/README.source: Fix typoDaniel Shahaf1-1/+1
Gbp-Dch: Ignore
2024-08-16Upload to unstable as 5.9-8Michael Prokop1-0/+8
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-14Upload to unstable as 5.9-7Michael Prokop1-0/+16
2024-08-14d/upstream/metatata: Use secure URLsSimon McVittie1-5/+5
The http and anonymous git protocols do not authenticate the identity of the server, making them vulnerable to man-in-the-middle attacks. Replace them with authenticated equivalents. zsh.sourceforge.net redirects to zsh.sourceforge.io, so presumably that address is now considered canonical.
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-08-14Install into /usr-merged layoutChris Hofstaedtler10-43/+12
Closes: #1073654
2024-01-09Upload to unstable as 5.9-6Michael Prokop1-0/+7
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-09-07Upload to unstable as 5.9-5Axel Beckert1-0/+9
2023-09-07Also change libpcre3-dev to libpcre2-dev in debian/tests/controlAxel Beckert1-2/+2
2023-07-05Cherry pick multiple upstream commits to migrate pcre module to pcre2.Axel Beckert6-2/+637
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full
2023-02-05Upload to unstable as 5.9-4Axel Beckert1-3/+4
2023-02-04Bump my packaging copyright years in debian/copyrightAxel Beckert2-1/+9
2023-02-03Enable gdbm module to be build again, this time via --enable-gdbmAxel Beckert1-0/+1
Thanks: András Korn for reporting this regression. Closes: 1030349
2023-01-30Upload to unstable as 5.9-3Axel Beckert1-0/+12
2023-01-30Drop alternative build-dep on transitional package bsdmainutilsAxel Beckert1-1/+1
Thanks: Lintian!
2023-01-30Declare compliance with Debian Policy 4.6.2Axel Beckert1-1/+1
No other changes were needed. 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-11-14Upload to unstable as 5.9-2Axel Beckert1-0/+12
2022-11-14Bracketize and update lintian overrides where neededAxel Beckert4-19/+19
2022-11-13Update Helmut's patch to use more debhelper style file installingAxel Beckert5-2/+2
2022-11-13Update /etc/shells using dpkg triggersHelmut Grohne8-22/+9
Closes: #1023317
2022-05-15Upload to unstable as 5.9-1 with urgency=lowAxel Beckert1-2/+7
2022-05-15Declare compliance with Debian Policy 4.6.1.Axel Beckert1-1/+1
No further changes were needed. Gbp-Dch: Full
2022-05-15Drop lintian override for hardening-no-fortify-functions, no more neededAxel Beckert1-1/+0
2022-05-15Add patch to fix two typos in man pages found by LintianAxel Beckert2-0/+27
2022-05-14Update debian/changelog for new 5.9 upstream releaseAxel Beckert1-1/+9
Retroactively set urgency=low in 5.8.1.2-test-2. This allows us to upload 5.9-1 to unstable with urgency=low as well. Gbp-Dch: Ignore
2022-05-14Update upstream source from tag 'upstream/5.9'Axel Beckert67-1105/+1163
Update to upstream version '5.9' with Debian dir 9ec0c75153d850f8dda83cca1a9ed3ff6200c14b
2022-05-14New upstream version 5.9Axel Beckert67-1105/+1163
2022-05-14unposted: Release 5.9dana2-2/+6
2022-05-1150192: use set{u,g}id() for dropping privilege on NetBSDJun-ichi Takimoto2-0/+15
2022-05-09Upload to experimental as 5.8.1.3-test-1Axel Beckert1-2/+2
2022-05-09Add debian/changelog entry for new upstream test release 5.8.1.3-testAxel Beckert1-0/+7
Gbp-Dch: Ignore
2022-05-08Remove cherry-picked patches applied upstreamAxel Beckert3-53/+0
2022-05-0850176 (tweaked): Improve htop completiondana2-11/+60
* Correct -v to -V * Make -u argument optional * Enable option stacking * Improve descriptions * Fix broken sort keys with htop 3.x and add new key descriptions * Remove _sequence limit on -p * Add several missing options + Fixed a typo and an erroneous comment in the original patch Thanks to GitHub user xpufx, whose work formed the initial basis of this change (see zsh-users/zsh pull #89)
2022-05-08Update upstream source from tag 'upstream/5.8.1.3-test'Axel Beckert52-119/+482
Update to upstream version '5.8.1.3-test' with Debian dir db59cf6a81e7a92e349f815dc21759ccb7ed689a
2022-05-08New upstream version 5.8.1.3-testAxel Beckert52-119/+482
2022-05-0750184: fix inclusion of -S separator in -r options passed to compadd through ↵Bart Schaefer2-1/+4
_describe
2022-05-07Marlon Richert: 49954: gradle completion improvementsBart Schaefer2-53/+64
* Adjust the pattern for matching tasks. The old one was too strict, causing it to filter out perfectly valid tasks. * Add completion of subproject names. * Prevent subproject tasks from overwriting the main task description. * Require `:` prefix for showing subprojects. * Require a subproject prefix before showing subproject tasks. * Standardize the use of completion tags. * Rebuild the cache if it can't be read or doesn't contain the required arrays.
2022-05-07unposted: cross-reference "typeset -f" for "functions -[Tt]"Bart Schaefer2-1/+7
2022-05-02Fix problems with tests for 50126 and 50150.Bart Schaefer3-1/+14
2022-05-01Merge because I forgot to "git pull" before committing Test changesBart Schaefer0-0/+0
2022-05-01unposted: Test release: 5.8.1.3-testdana2-2/+4
2022-05-01unposted: Mention #zsh topic in creating-a-releasedana2-1/+6
Per off-list suggestion
2022-05-0150160: Regression tests for 50126, 50136, and 50149Bart Schaefer3-1/+30
2022-05-0150157: Tests for 50150Daniel Shahaf2-0/+13
2022-05-0150159: Tests for sysread, including 50101 regressionBart Schaefer2-0/+70
2022-05-01unposted: Test release: 5.8.1.3-testdana2-2/+4