IABSD.fr/ports/shells/zsh

Branch :


Log

Author Commit Date CI Message
ef24dc24 2024-12-18 14:13:39 Fix WANTLIB (missing util). ok sthen@
40905fa7 2024-01-08 10:33:09 shells/zsh: Fix diff(1) completions for OpenBSD. https://sourceforge.net/p/zsh/code/ci/996b51515600859ce7f952f22c6262ecd24578e1/ OK sthen@, thanks!
02b4bf8a 2023-09-27 16:41:31 MASTER_SITES -> SITES
bd927789 2022-05-30 20:54:47 Change our patches to use "#elif defined" rather than "#elifdef" since neither base-gcc nor ports-gcc understands "#elifdef" Fixes build on sparc64 ok tb@
ebf5b7e5 2022-05-26 07:44:43 update to zsh-5.9, from Matthew Martin - maintainer timeout
bd7e170a 2022-03-11 19:54:24 drop RCS Ids
3a40db37 2022-02-12 17:15:10 update to zsh-5.8.1, from Matthew Martin This is a stable security release with a few bug fixes, including one for CVE-2021-45444, a vulnerability in prompt expansion which could be exploited through e.g. VCS_Info to execute arbitrary shell commands without a user's knowledge. All sites are encouraged to update from zsh 5.8. A partial work-around which can be applied within a running shell is provided in the source distribution for those who are unable to update their shell binaries. https://www.zsh.org/mla/announce/msg00133.html
b93bae43 2020-07-21 16:48:06 build without the zsh memory allocator and secure free implementation. just like with bash, this winds up using brk and results in broken runtime on powerpc64. ok pea@ (MAINTAINER)
27883b19 2020-03-29 21:24:03 Update zsh to 5.8 "Security and bug fix release with a few user visible additions." Changelog: http://zsh.sourceforge.net/releases.html This release fixes CVE-2019-20044. (Not tested on OpenBSD) Feedback and tests from Matthew Martin, thanks!
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes