aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash
Commit message (Collapse)AuthorAgeFilesLines
* main/bash: upgrade to 5.0.17J0WI2020-04-251-2/+3
|
* main/*: remove invalid options and modernizeLeo2020-03-141-1/+0
|
* main/bash: upgrade to 5.0.16Leo2020-02-091-8/+8
|
* main/bash: fix wrong version in bash.pcalpine-mips-patches2019-11-161-1/+4
|
* main/bash: upgrade to 5.0.11Leo2019-09-031-6/+16
|
* main/bash: depend on readline 8 or newerNatanael Copa2019-03-131-1/+1
|
* main/bash: upgrade to 5.0Andy Postnikov2019-03-131-24/+4
|
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-2/+2
|
* main/bash: fix jobs againNatanael Copa2018-02-072-10/+23
| | | | | | | | previous fix didnt solve the problem for 32 bit architectures. We fix it by capping childmax to 8192. ref #8447
* main/bash: upgrade to 4.4.19Natanael Copa2018-02-071-3/+10
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/bash: fix overflow in jobsNatanael Copa2017-12-072-1/+16
| | | | fixes #8236
* main/bash: do not run test as fakerootNatanael Copa2017-12-071-1/+2
| | | | this silences warnings about not running the tests as root.
* main/bash: enable -dbgNatanael Copa2017-12-071-2/+2
|
* main/bash: move development data to -dev subpkg and add checkValery Kartel2017-12-031-5/+17
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/bash: fix applying vendor patchesWilliam Pitcock2017-11-061-3/+19
|
* main/bash: upgrade to 4.4.12TBK2017-10-284-239/+35
| | | | Also modernize while being here.
* main/bash: fix cross-compileA. Wilcox2017-07-281-1/+2
|
* main/bash: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/bash: fix for CVE-2016-9401Natanael Copa2017-01-132-1/+32
| | | | fixes #6654
* main/bash: upgrade to 4.3.48Natanael Copa2017-01-132-38/+11
|
* main/bash: security fix for CVE-2016-7543Natanael Copa2016-11-082-1/+34
| | | | fixes #6409
* main/bash: new upstream version 4.3.46Christian Kampka2016-07-011-4/+16
|
* main/bash: md5sum shasum of bash43-042 updatedAlvaro Miranda2016-03-221-3/+3
|
* main/bash: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/bash: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/bash: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/bash: upgrade to 4.3.42Bartłomiej Piotrowski2015-09-041-5/+32
|
* main/bash: add /bin/bash to /etc/shellsSören Tempel2015-08-104-1/+9
|
* main/bash: upgrade to 4.3.33Łukasz Jendrysik2015-01-121-4/+14
|
* main/bash: security upgrade to 4.3.30 (CVE-2014-6278)Natanael Copa2014-10-061-4/+7
|
* main/bash: updated to 4.3.29, final fix?xming2014-10-061-4/+7
|
* main/bash: updated to 4.3.28, fixing CVE-2014-7186 and CVE-2014-7187xming2014-10-021-4/+7
|
* main/bash: security upgrade to 4.3.27 (CVE-2014-7169)Natanael Copa2014-09-301-5/+8
| | | | ref #3402
* main/bash: upgrade to 4.3.025 fixes CVE-2014-6271 for goodLeonardo Arena2014-09-271-4/+7
|
* main/bash: fix application of patchesNatanael Copa2014-09-251-6/+9
| | | | make sure all paches are properly applied
* main/bash: upgrade to 4.3.025 fixes CVE-2014-6271Carlo Landmeter2014-09-241-5/+26
| | | | https://marc.info/?l=oss-security&m=141157106132018&w=2%20[marc.info]
* main/bash: upgrade to 4.3.018 and update the suid patchNatanael Copa2014-06-203-39/+58
|
* main/bash: fix setuid bugNatanael Copa2014-06-052-1/+36
| | | | ref #2990
* main/bash: upgrade to 4.3.011Bartłomiej Piotrowski2014-04-241-25/+49
|
* main/bash: upgrade to 4.3Bartłomiej Piotrowski2014-03-031-154/+21
|
* main/bash: better parallel build workaroundNatanael Copa2013-10-311-1/+2
|
* main/bash: parallel build fixNatanael Copa2013-10-311-1/+1
|
* main/bash: specify licenseFabian Affolter2013-10-311-6/+5
|
* main/[various]: simple build fixes against musl (update_config_sub)Timo Teräs2013-09-201-0/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-4/+7
|
* main/bash: upgrade to 4.2.045Natanael Copa2013-03-181-2/+99
|
* main/bash: upgrade to 4.2.042Bartłomiej Piotrowski2013-01-031-2/+5
|
* main/bash: upgrade to 4.2.039Natanael Copa2012-11-131-2/+4
|