aboutsummaryrefslogtreecommitdiff
path: root/utils/zsh
Commit message (Collapse)AuthorAge
* utils/zsh: fix PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | | | | | | | zsh:zsh is a better CPE ID than zsh_project:zsh as this CPE ID has the latest CVEs (whereas zsh_project:zsh only has CVEs up to 2017): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:zsh:zsh Fixes: ff056fcffcacf2632505bb108bf8e8c2a3cef09c (zsh: Update to 5.6.2) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* zsh: backport PCRE2 patches and move to itChristian Marangi2023-10-10
| | | | | | | | | | | Backport PCRE2 patches from upstream and move package to PCRE2 library as PCRE is EOL and won't receive any security update anymore. Patch are backported with minimal change, only the Changelog change is commented out as it would conflict and makes no sense to adapt for the purpose of backport patches. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* zsh: use autoreconf PKG_FIXUP to configureOskari Rauta2023-10-05
| | | | | | | | | | | | | | | | | | In preparation to PCRE2 fixup, use autoreconf PKG_FIXUP as a better configure system instead of configure script. This is needed to reduce upcoming patch to migrate to PCRE2 library. To correctly use autoreconf it's needed to declare empty PKG_REMOVE_FILES. zsh include custom macro in the default aclocal.m4 When autoreconf PKG_FIXUP is used, if PKG_REMOVE_FILES is not defined, it's set to remove the file aclocal.m4 by default resulting in problem with the custom macro AC_PROG_LN. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com> [ split to 2 commit, add PKG_REMOVE_FILES, reword commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* zsh: update to 5.9John Audia2022-05-18
| | | | | | | | | | Bump to latest release Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* zsh: update to 5.8.1John Audia2022-02-23
| | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* zsh: update to 5.8Rosen Penev2020-06-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zsh: Update to 5.7.1Rosen Penev2020-01-08
| | | | | | | | Remove --disable-dynamic. It disables regex support. Installed extra lib files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zsh: drop bash syntax in postinstKarel Kočí2019-12-19
| | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* zsh: fix invalid postrm script and little refactor of scriptsKarel Kočí2019-12-18
| | | | | | | | | | | | The postrm script was missing shebang. Postrm scripts are packaged and executed directly and not sourced by default script (as in case of prerm and postinst). Also move some indents around to not confuse reader. The section in postinst was indented to same level as grep "condition" but is on same level as initial grep (not part of that "condition"). Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* zsh: size optimizations and fix build without muslDeng Qingfang2019-01-14
| | | | | | | | Disable dynamic libraries and enable LTO Only use `--enable-libc-musl` when musl is selected Shrinks ipk size by about 200KB Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* zsh: Update to 5.6.2Rosen Penev2018-09-14
| | | | | | | | | | | | Fixes at least CVE-2018-0502 and CVE-2018-13259 Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Some small reorganization for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zsh: Update to 5.5.1Rosen Penev2018-06-07
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zsh: add required dependency(issue #5514)Jakub Tymejczyk2018-02-17
| | | | | As indicated in https://github.com/openwrt/packages/issues/5514 zsh is compiled with --enable-cap option but libcap is not listed in dependencies Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
* zsh: updated to 5.4.2Vadim A. Misbakh-Soloviov2017-10-23
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* zsh: move to Shells submenuAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* zsh: update to 5.2Vadim A. Misbakh-Soloviov2016-05-28
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* zsh: bump to 5.1.1Vadim A. Misbakh-Soloviov2015-10-03
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* zsh: addedVadim A. Misbakh-Soloviov2014-09-30
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>