Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/abuild: upgrade to 3.4.0 | Natanael Copa | 2019-06-14 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.4.0_rc5 | Natanael Copa | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.4.0_rc4 | Natanael Copa | 2019-05-03 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.4.0_rc3 | Natanael Copa | 2019-04-30 | 2 | -73/+3 |
| | |||||
* | main/abuild: backport upstream fix | Natanael Copa | 2019-04-29 | 2 | -2/+72 |
| | |||||
* | main/abuild: upgrade to 3.4.0_rc2 | Natanael Copa | 2019-04-29 | 2 | -41/+3 |
| | |||||
* | main/abuild: add missing dependency for cpan | Francesco Colista | 2019-04-07 | 1 | -2/+2 |
| | |||||
* | main/abuild: revert automatic unset of depends in split functions | Natanael Copa | 2019-04-05 | 2 | -2/+40 |
| | | | | this broke dependencies for at least various py-* packages. | ||||
* | main/abuild: upgrade to 3.4.0_rc1 | Natanael Copa | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.3.1 | Natanael Copa | 2019-03-05 | 3 | -105/+3 |
| | |||||
* | main/abuild: allow forcing of colored output | Carlo Landmeter | 2019-02-25 | 2 | -2/+33 |
| | |||||
* | main/abuild: backport support for pcprefix | Natanael Copa | 2019-02-22 | 2 | -2/+73 |
| | | | | ref #9959 | ||||
* | main/abuild: upgrade to 3.3.0 | Natanael Copa | 2019-01-23 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.3.0_pre2 | Natanael Copa | 2019-01-09 | 4 | -111/+3 |
| | |||||
* | main/abuild: backport libressl fallback for abuild-sign | Natanael Copa | 2018-11-08 | 2 | -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 support | Carlo Landmeter | 2018-11-08 | 2 | -2/+39 |
| | |||||
* | main/abuild: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -3/+3 |
| | |||||
* | main/abuild: backport symlink handling fix for abuild-rmtemp | Sören Tempel | 2018-10-11 | 2 | -3/+39 |
| | |||||
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | main/abuild: upgrade to 3.3.0_pre1 | Natanael Copa | 2018-10-03 | 1 | -3/+3 |
| | |||||
* | main/abuild: upgrade to 3.2.0 | Natanael Copa | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.2.0_rc2 | Natanael Copa | 2018-05-31 | 2 | -35/+4 |
| | |||||
* | main/abuild: backport fix for ignoring exit status of git-describe(1) | Sören Tempel | 2018-04-22 | 2 | -3/+33 |
| | |||||
* | main/abuild: upgrade to 3.2.0_rc1 | Natanael Copa | 2018-04-18 | 4 | -120/+3 |
| | |||||
* | main/abuild: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | [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/abuild: add support for provider_priority | Jakub Jirutka | 2017-12-30 | 2 | -2/+44 |
| | |||||
* | 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/abuild: helps to actually add the patch, i suppose | William Pitcock | 2017-11-10 | 1 | -0/+38 |
| | |||||
* | main/abuild: fix rootbld testsuite running | William Pitcock | 2017-11-10 | 1 | -2/+4 |
| | |||||
* | main/abuild: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/abuild: add env option to require tests | Carlo Landmeter | 2017-10-27 | 2 | -2/+37 |
| | |||||
* | main/abuild: upgrade to 3.1.0 | Natanael Copa | 2017-10-25 | 2 | -60/+3 |
| | |||||
* | main/abuild: checksums, duh | William Pitcock | 2017-10-21 | 1 | -1/+2 |
| | |||||
* | main/abuild: enable command: provider generation for command-not-found | William Pitcock | 2017-10-21 | 2 | -1/+57 |
| | |||||
* | main/abuild: upgrade to 3.0.2 | Natanael Copa | 2017-09-28 | 2 | -41/+3 |
| | |||||
* | main/abuild: use full version, do not strip standalone elf images | Timo Teräs | 2017-09-26 | 2 | -4/+42 |
| | | | | ref: https://github.com/alpinelinux/aports/pull/1714 | ||||
* | main/abuild: upgrade to 3.0.1 | Natanael Copa | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.0.0 | Natanael Copa | 2017-09-19 | 4 | -135/+3 |
| | |||||
* | main/abuild: backport arch check fix | Natanael Copa | 2017-07-25 | 2 | -2/+31 |
| | |||||
* | main/abuild: prevent forging of user name | Kaarle Ritvanen | 2017-07-20 | 2 | -2/+50 |
| | |||||
* | abuild: backport sanitycheck of secfixes comment | Natanael Copa | 2017-07-20 | 2 | -2/+57 |
| | |||||
* | main/abuild: upgrade to 3.0.0_rc4 | Natanael Copa | 2017-07-17 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.0.0_rc3 | Kaarle Ritvanen | 2017-07-17 | 7 | -334/+11 |
| | |||||
* | main/abuild: add !checkroot option | Jakub Jirutka | 2017-06-22 | 2 | -2/+33 |
| | |||||
* | main/abuild: modernize abuild | Jakub Jirutka | 2017-06-22 | 1 | -14/+12 |
| | |||||
* | main/abuild: add missing dep perl-module-build-tiny to -cpan subpkg | Jakub Jirutka | 2017-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixes error: $ apkbuild-cpan create Protocol::WebSocket Wrote perl-protocol-websocket/APKBUILD >>> perl-protocol-websocket: Updating the sha512sums in APKBUILD... >>> perl-protocol-websocket: Checking sha512sums... Protocol-WebSocket-0.20.tar.gz: OK >>> perl-protocol-websocket: Unpacking /var/cache/distfiles/Protocol-WebSocket-0.20.tar.gz... Can't locate Module/Build/Tiny.pm in @INC (you may need to install the Module::Build::Tiny module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at Build.PL line 9. BEGIN failed--compilation aborted at Build.PL line 9. | ||||
* | main/abuild: newapkbuild remove explicit return 1 | Carlo Landmeter | 2017-04-19 | 2 | -2/+139 |
| | |||||
* | main/abuild: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/abuild: fix checksums | William Pitcock | 2017-04-08 | 1 | -1/+2 |
| |