Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-30 | debian/patches/series: remove ↵debian | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-727b493e-50736-silence-use-after-free-warning.patch | |||||
2025-04-30 | debian/patches/series: delete ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-0bb140f9-52999-import-OLDPWD-from-environment-if-set.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-ab4d62eb-52383-Avoid-incompatible-pointer-types-in-terminfo-global.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-4c89849c-50641-use-int-main-in-test-C-codes-in-configure.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-ecd3f9c9-1057610-support-texinfo-7.0.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-10bdbd8b-51877-do-not-build-pcre-module-if-pcre2-config-is-not-found.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-b62e91134-51723-migrate-pcre-module-to-pcre2.patch | |||||
2025-04-30 | debian/patches/series: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-4b7a9fd0-additional-typset--p--m-fix-for-namespaces.patch | |||||
2025-04-30 | debian/patches: remove ↵ | Joe Rayhawk | 1 | -1/+0 | |
cherry-pick-3e3cfabc-revert-38150-and-fix-in-calling-function-cfp_matcher_range-instead | |||||
2025-04-30 | debian/patches/fix-typos-in-man-pages.patch: remove | Joe Rayhawk | 2 | -27/+0 | |
2025-04-30 | debian/patches/use-pager-instead-of-more-by-default.patch: remove svk support | Joe Rayhawk | 1 | -5/+0 | |
2025-04-30 | debian/changelog: test release | Joe Rayhawk | 1 | -0/+6 | |
2024-11-21 | d/README.source: Update address of the team's IRC channel | Daniel Shahaf | 1 | -2/+2 | |
2024-11-21 | d/README.source: Fix typo | Daniel Shahaf | 1 | -1/+1 | |
Gbp-Dch: Ignore | |||||
2024-08-16 | Upload to unstable as 5.9-8 | Michael Prokop | 1 | -0/+8 | |
2024-08-16 | Cherry-pick upstream commit 727b493e to address FTBFS on mips64el | Michael Prokop | 2 | -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-14 | Upload to unstable as 5.9-7 | Michael Prokop | 1 | -0/+16 | |
2024-08-14 | d/upstream/metatata: Use secure URLs | Simon McVittie | 1 | -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-14 | Cherry-pick upstream commit 0bb140f9 to import OLDPWD from environment if set | Michael Prokop | 2 | -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-14 | Cherry-pick upstream changes to fix ftbfs with GCC-14 | Michael Prokop | 3 | -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-14 | Install into /usr-merged layout | Chris Hofstaedtler | 10 | -43/+12 | |
Closes: #1073654 | |||||
2024-01-09 | Upload to unstable as 5.9-6 | Michael Prokop | 1 | -0/+7 | |
2024-01-09 | Cherry pick upstream commit ecd3f9c9 to fix FTBFS issue with newer texinfo | Michael Prokop | 2 | -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-07 | Upload to unstable as 5.9-5 | Axel Beckert | 1 | -0/+9 | |
2023-09-07 | Also change libpcre3-dev to libpcre2-dev in debian/tests/control | Axel Beckert | 1 | -2/+2 | |
2023-07-05 | Cherry pick multiple upstream commits to migrate pcre module to pcre2. | Axel Beckert | 6 | -2/+637 | |
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full | |||||
2023-02-05 | Upload to unstable as 5.9-4 | Axel Beckert | 1 | -3/+4 | |
2023-02-04 | Bump my packaging copyright years in debian/copyright | Axel Beckert | 2 | -1/+9 | |
2023-02-03 | Enable gdbm module to be build again, this time via --enable-gdbm | Axel Beckert | 1 | -0/+1 | |
Thanks: András Korn for reporting this regression. Closes: 1030349 | |||||
2023-01-30 | Upload to unstable as 5.9-3 | Axel Beckert | 1 | -0/+12 | |
2023-01-30 | Drop alternative build-dep on transitional package bsdmainutils | Axel Beckert | 1 | -1/+1 | |
Thanks: Lintian! | |||||
2023-01-30 | Declare compliance with Debian Policy 4.6.2 | Axel Beckert | 1 | -1/+1 | |
No other changes were needed. Gbp-Dch: Full | |||||
2023-01-30 | Cherry-pick upstream commit 3e3cfabc to fix a completion regression | Axel Beckert | 2 | -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-14 | Upload to unstable as 5.9-2 | Axel Beckert | 1 | -0/+12 | |
2022-11-14 | Bracketize and update lintian overrides where needed | Axel Beckert | 4 | -19/+19 | |
2022-11-13 | Update Helmut's patch to use more debhelper style file installing | Axel Beckert | 5 | -2/+2 | |
2022-11-13 | Update /etc/shells using dpkg triggers | Helmut Grohne | 8 | -22/+9 | |
Closes: #1023317 | |||||
2022-05-15 | Upload to unstable as 5.9-1 with urgency=low | Axel Beckert | 1 | -2/+7 | |
2022-05-15 | Declare compliance with Debian Policy 4.6.1. | Axel Beckert | 1 | -1/+1 | |
No further changes were needed. Gbp-Dch: Full | |||||
2022-05-15 | Drop lintian override for hardening-no-fortify-functions, no more needed | Axel Beckert | 1 | -1/+0 | |
2022-05-15 | Add patch to fix two typos in man pages found by Lintian | Axel Beckert | 2 | -0/+27 | |
2022-05-14 | Update debian/changelog for new 5.9 upstream release | Axel Beckert | 1 | -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-09 | Upload to experimental as 5.8.1.3-test-1 | Axel Beckert | 1 | -2/+2 | |
2022-05-09 | Add debian/changelog entry for new upstream test release 5.8.1.3-test | Axel Beckert | 1 | -0/+7 | |
Gbp-Dch: Ignore | |||||
2022-05-08 | Remove cherry-picked patches applied upstream | Axel Beckert | 3 | -53/+0 | |
2022-04-13 | Add patch by Jun to fix autopkgtest with zsh-static due to warning on STDERR | Axel Beckert | 2 | -0/+21 | |
2022-04-12 | Upload to experimental as 5.8.1.2-test-2 | Axel Beckert | 1 | -0/+7 | |
2022-04-12 | Add patch from Jun T to export LANG when running D07multibyte.ztst | Axel Beckert | 2 | -0/+32 | |
Hopefully fixes FTBFS on most architectures due to test suite failures. | |||||
2022-04-11 | Upload to experimental as 5.8.1.2-test-1 | Axel Beckert | 1 | -2/+6 | |
2022-04-11 | Update debian/zsh-dev.install to follow removal of Src/Builtins/rlimit.h ↵ | Axel Beckert | 1 | -1/+0 | |
generation in 273da6cc. |