Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -2/+2 |
| | |||||
* | main/bash: fix jobs again | Natanael Copa | 2018-02-07 | 2 | -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.19 | Natanael Copa | 2018-02-07 | 1 | -3/+10 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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 jobs | Natanael Copa | 2017-12-07 | 2 | -1/+16 |
| | | | | fixes #8236 | ||||
* | main/bash: do not run test as fakeroot | Natanael Copa | 2017-12-07 | 1 | -1/+2 |
| | | | | this silences warnings about not running the tests as root. | ||||
* | main/bash: enable -dbg | Natanael Copa | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | main/bash: move development data to -dev subpkg and add check | Valery Kartel | 2017-12-03 | 1 | -5/+17 |
| | |||||
* | main/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -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 patches | William Pitcock | 2017-11-06 | 1 | -3/+19 |
| | |||||
* | main/bash: upgrade to 4.4.12 | TBK | 2017-10-28 | 4 | -239/+35 |
| | | | | Also modernize while being here. | ||||
* | main/bash: fix cross-compile | A. Wilcox | 2017-07-28 | 1 | -1/+2 |
| | |||||
* | main/bash: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | main/bash: fix for CVE-2016-9401 | Natanael Copa | 2017-01-13 | 2 | -1/+32 |
| | | | | fixes #6654 | ||||
* | main/bash: upgrade to 4.3.48 | Natanael Copa | 2017-01-13 | 2 | -38/+11 |
| | |||||
* | main/bash: security fix for CVE-2016-7543 | Natanael Copa | 2016-11-08 | 2 | -1/+34 |
| | | | | fixes #6409 | ||||
* | main/bash: new upstream version 4.3.46 | Christian Kampka | 2016-07-01 | 1 | -4/+16 |
| | |||||
* | main/bash: md5sum shasum of bash43-042 updated | Alvaro Miranda | 2016-03-22 | 1 | -3/+3 |
| | |||||
* | main/bash: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/bash: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/bash: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | main/bash: upgrade to 4.3.42 | Bartłomiej Piotrowski | 2015-09-04 | 1 | -5/+32 |
| | |||||
* | main/bash: add /bin/bash to /etc/shells | Sören Tempel | 2015-08-10 | 4 | -1/+9 |
| | |||||
* | main/bash: upgrade to 4.3.33 | Łukasz Jendrysik | 2015-01-12 | 1 | -4/+14 |
| | |||||
* | main/bash: security upgrade to 4.3.30 (CVE-2014-6278) | Natanael Copa | 2014-10-06 | 1 | -4/+7 |
| | |||||
* | main/bash: updated to 4.3.29, final fix? | xming | 2014-10-06 | 1 | -4/+7 |
| | |||||
* | main/bash: updated to 4.3.28, fixing CVE-2014-7186 and CVE-2014-7187 | xming | 2014-10-02 | 1 | -4/+7 |
| | |||||
* | main/bash: security upgrade to 4.3.27 (CVE-2014-7169) | Natanael Copa | 2014-09-30 | 1 | -5/+8 |
| | | | | ref #3402 | ||||
* | main/bash: upgrade to 4.3.025 fixes CVE-2014-6271 for good | Leonardo Arena | 2014-09-27 | 1 | -4/+7 |
| | |||||
* | main/bash: fix application of patches | Natanael Copa | 2014-09-25 | 1 | -6/+9 |
| | | | | make sure all paches are properly applied | ||||
* | main/bash: upgrade to 4.3.025 fixes CVE-2014-6271 | Carlo Landmeter | 2014-09-24 | 1 | -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 patch | Natanael Copa | 2014-06-20 | 3 | -39/+58 |
| | |||||
* | main/bash: fix setuid bug | Natanael Copa | 2014-06-05 | 2 | -1/+36 |
| | | | | ref #2990 | ||||
* | main/bash: upgrade to 4.3.011 | Bartłomiej Piotrowski | 2014-04-24 | 1 | -25/+49 |
| | |||||
* | main/bash: upgrade to 4.3 | Bartłomiej Piotrowski | 2014-03-03 | 1 | -154/+21 |
| | |||||
* | main/bash: better parallel build workaround | Natanael Copa | 2013-10-31 | 1 | -1/+2 |
| | |||||
* | main/bash: parallel build fix | Natanael Copa | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | main/bash: specify license | Fabian Affolter | 2013-10-31 | 1 | -6/+5 |
| | |||||
* | main/[various]: simple build fixes against musl (update_config_sub) | Timo Teräs | 2013-09-20 | 1 | -0/+1 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -4/+7 |
| | |||||
* | main/bash: upgrade to 4.2.045 | Natanael Copa | 2013-03-18 | 1 | -2/+99 |
| | |||||
* | main/bash: upgrade to 4.2.042 | Bartłomiej Piotrowski | 2013-01-03 | 1 | -2/+5 |
| | |||||
* | main/bash: upgrade to 4.2.039 | Natanael Copa | 2012-11-13 | 1 | -2/+4 |
| | |||||
* | main/bash: upgrade to 4.2.037 | Natanael Copa | 2012-07-24 | 1 | -2/+3 |
| | |||||
* | main/bash: upgrade to 4.2.036 | Natanael Copa | 2012-07-19 | 1 | -2/+9 |
| | |||||
* | main/bash: upgrade to 4.2.029 | Natanael Copa | 2012-06-06 | 1 | -2/+3 |
| | |||||
* | main/bash: upgrade to 4.2.028 | Natanael Copa | 2012-05-08 | 1 | -2/+6 |
| | |||||
* | main/bash: upgrade to 4.2.024 | Natanael Copa | 2012-03-21 | 1 | -2/+6 |
| | |||||
* | main/bash: upgrade to 4.2.020 | Natanael Copa | 2011-12-05 | 1 | -2/+12 |
| | |||||
* | main/bash: upgrade to 4.2.010 | Natanael Copa | 2011-05-23 | 1 | -2/+4 |
| |