aboutsummaryrefslogtreecommitdiff
path: root/utils/bash
Commit message (Collapse)AuthorAge
* bash: update to version 5.2.15Josef Schlehofer2023-01-20
| | | | | | Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* bash: update to 5.1.16Huangbin Zhan2022-01-10
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* bash: add /etc/profile.d/sys_bashrc.sh as conffileHuangbin Zhan2022-01-10
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* bash: update to 5.1.8Rosen Penev2021-07-21
| | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bash: fixing missing PARAMS() macro in strtod.cPhilip Prindeville2021-04-03
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* bash: import upstream patches for 5.1Huangbin Zhan2020-12-30
| | | | | | | | | | Source: https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004 Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* bash: update to 5.1Rosen Penev2020-12-08
| | | | | | | | Remove upstreamed patches. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bash: Enable system-wide .bashrc file, source /etc/shinitJeffery To2020-04-29
| | | | | | | | | | This enables a system-wide .bashrc file (/etc/bash.bashrc), as well as some other options related to startup files, and sources /etc/shinit for interactive shells. Fixes https://bugs.openwrt.org/index.php?do=details&task_id=3019. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* bash: Import upstream patchesJeffery To2020-04-29
| | | | | | | | Source: https://ftp.gnu.org/gnu/bash/bash-5.0-patches/ (bash50-003 to bash50-017) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* utils/bash: Import upstream patches for 5.0Daniel Engberg2019-02-09
| | | | | | | | Source: ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-001 ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-002 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* utils/bash: Update to 5.0Daniel Engberg2019-01-24
| | | | | | Update bash to 5.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* bash: style and doc fixYousong Zhou2018-05-09
| | | | | | | The patch is about job control in general instead of the builtin jobs command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* bash: fix postinst scriptYousong Zhou2018-05-09
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* utils/bash: Update to 4.4.18Daniel Engberg2018-05-09
| | | | | | | | | | | | - Update bash to 4.4.18 - Enable PKG_CHECK_FORMAT_SECURITY - Use shared libreadline - Enable job control Fixes #5796, Closes #5858 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* bash: version bump to 4.4.12Iván Atienza2017-09-15
| | | | Signed-off-by: Iván Atienza <gentoo.power@gmail.com>
* 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>
* bash: 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>
* bash: Update to 4.3.42Marcel Denia2015-08-25
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Update to 4.3.39Marcel Denia2015-05-22
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Update to 4.3.33Marcel Denia2015-02-16
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* bash: Update to 4.3.30Marcel Denia2014-10-07
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Update to 4.3.26Jo-Philipp Wich2014-09-26
| | | | | | | | | | * Fixes CVE-2014-7169. * Fix two out-of-bounds array accesses in the bash parser * Add prefix & suffix to variables containing exported functions Ref: http://seclists.org/oss-sec/2014/q3/712 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* bash: Update to 4.3.25Marcel Denia2014-09-24
| | | | | | Fixes CVE-2014-6271. Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Update to 4.3.24Marcel Denia2014-09-03
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Add myself as maintainerMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Add licensing informationMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Clean upMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Add upstream patchesMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Refresh patchesMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Update to 4.3Marcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* bash: Remove old upstream patchesMarcel Denia2014-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Import oldpackages/bashMarcel Denia2014-08-09
Signed-off-by: Marcel Denia <naoir@gmx.net>