aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild
Commit message (Collapse)AuthorAgeFilesLines
* main/abuild: remove sudo dependencyNatanael Copa2020-04-241-2/+2
| | | | we dont need sudo to run abuild
* main/abuild: backport fix for abuild-rmtempSören Tempel2020-04-172-3/+33
|
* main/abuild: upgrade to 3.6.0_rc1Natanael Copa2020-04-151-3/+4
|
* main/abuild: modernizeLeo2020-04-141-11/+9
| | | | | - Depend only on scanelf to avoid python3 dependency - Fix license
* main/abuild: add GOFLAGS to /etc/abuild.confSören Tempel2020-04-142-3/+41
|
* main/abuild: upgrade to 3.5.0Natanael Copa2019-12-191-2/+2
|
* main/abuild: upgrade to 3.5.0_rc3Natanael Copa2019-12-182-33/+3
|
* main/abuild: fix applying patches from httpsNatanael Copa2019-11-282-2/+32
|
* main/abuild: upgrade to 3.5.0_rc2Natanael Copa2019-11-263-126/+3
|
* main/abuild: fix abuild rootbldSören Tempel2019-11-142-2/+75
| | | | See https://gitlab.alpinelinux.org/alpine/abuild/issues/9978
* main/abuild: revert reproducible build changesNatanael Copa2019-11-072-2/+52
| | | | they caused 'BAD archive' errors for apk.
* main/abuild: upgrade to 3.5.0_rc1Natanael Copa2019-11-072-45/+3
|
* main/abuild: make default_static depend on depends_staticNatanael Copa2019-07-222-2/+44
|
* main/abuild: upgrade to 3.4.0Natanael Copa2019-06-141-2/+2
|
* main/abuild: upgrade to 3.4.0_rc5Natanael Copa2019-06-121-2/+2
|
* main/abuild: upgrade to 3.4.0_rc4Natanael Copa2019-05-031-2/+2
|
* main/abuild: upgrade to 3.4.0_rc3Natanael Copa2019-04-302-73/+3
|
* main/abuild: backport upstream fixNatanael Copa2019-04-292-2/+72
|
* main/abuild: upgrade to 3.4.0_rc2Natanael Copa2019-04-292-41/+3
|
* main/abuild: add missing dependency for cpanFrancesco Colista2019-04-071-2/+2
|
* main/abuild: revert automatic unset of depends in split functionsNatanael Copa2019-04-052-2/+40
| | | | this broke dependencies for at least various py-* packages.
* main/abuild: upgrade to 3.4.0_rc1Natanael Copa2019-04-051-2/+2
|
* main/abuild: upgrade to 3.3.1Natanael Copa2019-03-053-105/+3
|
* main/abuild: allow forcing of colored outputCarlo Landmeter2019-02-252-2/+33
|
* main/abuild: backport support for pcprefixNatanael Copa2019-02-222-2/+73
| | | | ref #9959
* main/abuild: upgrade to 3.3.0Natanael Copa2019-01-231-2/+2
|
* main/abuild: upgrade to 3.3.0_pre2Natanael Copa2019-01-094-111/+3
|
* main/abuild: backport libressl fallback for abuild-signNatanael Copa2018-11-082-2/+39
| | | | | | then /usr/bin/openssl binary may be deleted while replacing libressl with openssl. Make sure we can sign the index by falling mback to libressl if openssl is missing.
* main/abuild: add multithreaded compression supportCarlo Landmeter2018-11-082-2/+39
|
* main/abuild: rebuild against openssl 1.1Natanael Copa2018-11-071-3/+3
|
* main/abuild: backport symlink handling fix for abuild-rmtempSören Tempel2018-10-112-3/+39
|
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/abuild: upgrade to 3.3.0_pre1Natanael Copa2018-10-031-3/+3
|
* main/abuild: upgrade to 3.2.0Natanael Copa2018-06-221-2/+2
|
* main/abuild: upgrade to 3.2.0_rc2Natanael Copa2018-05-312-35/+4
|
* main/abuild: backport fix for ignoring exit status of git-describe(1)Sören Tempel2018-04-222-3/+33
|
* main/abuild: upgrade to 3.2.0_rc1Natanael Copa2018-04-184-120/+3
|
* main/abuild: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* [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/abuild: add support for provider_priorityJakub Jirutka2017-12-302-2/+44
|
* 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/abuild: helps to actually add the patch, i supposeWilliam Pitcock2017-11-101-0/+38
|
* main/abuild: fix rootbld testsuite runningWilliam Pitcock2017-11-101-2/+4
|
* main/abuild: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/abuild: add env option to require testsCarlo Landmeter2017-10-272-2/+37
|
* main/abuild: upgrade to 3.1.0Natanael Copa2017-10-252-60/+3
|
* main/abuild: checksums, duhWilliam Pitcock2017-10-211-1/+2
|
* main/abuild: enable command: provider generation for command-not-foundWilliam Pitcock2017-10-212-1/+57
|
* main/abuild: upgrade to 3.0.2Natanael Copa2017-09-282-41/+3
|
* main/abuild: use full version, do not strip standalone elf imagesTimo Teräs2017-09-262-4/+42
| | | | ref: https://github.com/alpinelinux/aports/pull/1714