summaryrefslogtreecommitdiffstats
path: root/package/zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: bump to version 5.6.2Fabrice Fontaine2018-09-182-4/+4
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/zsh: add /bin/zsh to /etc/shellsRomain Naour2018-05-031-0/+8
| | | | | | | | | | | | When zsh is selected, /bin/zsh is not added to /etc/shells (see man shells). So, login tools like dropbear reject the ssh connections for users using zsh as shell in /etc/passwd. buildroot authpriv.warn dropbear[853]: User 'kubu' has invalid shell, rejected Signed-off-by: Romain Naour <romain.naour@smile.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* zsh: bump to version 5.5Baruch Siach2018-04-102-4/+5
| | | | | | | | We now have tar.xz archive again, use that. Cc: Phil Eichinger <phil.eichinger@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/zsh: remove busybox show others dependencyRomain Naour2018-03-311-1/+0
| | | | | | | | | | | | | | | Back in 2013, zsh was added to Buildroot [1] with the dependency on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS. This dependency was keept with the refactoring [2]. But Busybox doesn't provide a zsh shell in the firt place. This dependency can be removed. [1] 3d19b7ef598f3534b46cf0746a81bc437579127c [2] 1dbd7b991025a8bf39ab5d25c2fd97f47f084bac Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Phil Eichinger <phil.eichinger@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-4/+4
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zsh: add hash for license filePeter Korsgaard2017-09-301-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.4.2Baruch Siach2017-09-302-4/+4
| | | | | | | | | Upstream does not provide a .tar.xz archive for this release. Revert to .tar.gz. Cc: Phil Eichinger <phil.eichinger@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: disable NIS supportBaruch Siach2017-09-301-0/+1
| | | | | | | | | | | | | | The configure test for NIS and NIS+ looks for the ypcat and nisls host utilities, respectively. This is not compatible with cross compilation. Disable both unconditionally. Fixes: http://autobuild.buildroot.net/results/54c/54c9c5dff3df0a43573b03896cb0629fcae08478/ http://autobuild.buildroot.net/results/c8e/c8e30a1eb6e77ae76292b6a01bede5abb2b1b7b7/ Cc: Phil Eichinger <phil.eichinger@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.3.1Baruch Siach2017-04-202-4/+4
| | | | | | Cc: Phil Eichinger <phil.eichinger@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zsh: bump to version 5.3Gustavo Zacarias2016-12-123-38/+3
| | | | | | | And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: move busybox show others dependency to per-packageThomas Petazzoni2016-07-041-0/+1
| | | | | | | | | | | Having the BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencies in package/Config.in is not very practical: it makes this file not very readable, and puts the dependency away from the package itself, which can sometimes be confusing. Therefore, this commit moves the dependency in each package Config.in file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: don't use host pcre-configBaruch Siach2016-03-062-0/+35
| | | | | | | | | | Commit 5e05faec7b4 (zsh: use the correct target pcre-config) set ac_cv_prog_PCRECONF to the location of staging pcre-config. Unfortunately zsh configure script does not actually use this variable when running pcre-config. Complete the fix with a patch that makes use of ac_cv_prog_PCRECONF. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zsh: use the correct target pcre-configBaruch Siach2016-03-011-0/+1
| | | | | | | | | | | | | | | | zsh configure script mis-detects the location of pcre-config, and may use that of host-pcre or that of the host instead of the target. Make configure use the correct pcre-config. Thanks to Thomas Petazzoni for pointing me at the right direction. Fixes: http://autobuild.buildroot.net/results/b12/b12aadf3016dab0941cae780fa9ee7bf9be8fcda/ http://autobuild.buildroot.net/results/8e8/8e8b12dbca4ef8cac2e5f33cd3cdcddd8e849840/ http://autobuild.buildroot.net/results/473/473197ec8e323ea7ae0e29e6363525dc42f9da2c/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/zsh: add optional support for pcreBernd Kuhls2016-02-211-0/+7
| | | | | | | | | | | | When pcre was compiled before, zsh will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/bin/zsh | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libgdbm.so.4] 0x0000000000000001 (NEEDED) Shared library: [libpcre.so.1] [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/zsh: add optional support for libcapBernd Kuhls2016-02-211-0/+7
| | | | | | | | | | | | When libcap was compiled before, zsh will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/bin/zsh | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libgdbm.so.4] 0x0000000000000001 (NEEDED) Shared library: [libcap.so.2] [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/zsh: add optional support for gdbmBernd Kuhls2016-02-211-0/+7
| | | | | | | | | | | When gdbm was compiled before, zsh will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/bin/zsh | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libgdbm.so.4] [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zsh: bump to version 5.2Gustavo Zacarias2015-12-032-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.1.1Gustavo Zacarias2015-10-022-2/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zsh: security bump to version 5.0.7Gustavo Zacarias2014-10-123-4/+13
| | | | | | | | | | Fixes shellshock-alike exploits. Install binary to /bin as all shells should be and add hash file. [Peter: drop /bin/sh handling as we're going to handle it globally] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.0.6Gustavo Zacarias2014-08-301-2/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: fix white spacesJerzy Grzegorek2014-01-161-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.0.5Axel Lin2014-01-121-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: needs mmuAxel Lin2013-10-031-0/+1
| | | | | | | | | | | | Fix below build error if !BR2_USE_MMU: exec.o: In function `zfork': exec.c:(.text+0x150c): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [zsh] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: new packagePhil Eichinger2013-10-022-0/+24
Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud