Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | main/abuild: add support for lzip source packages | William Pitcock | 2017-04-08 | 2 | -2/+35 |
| | |||||
* | main/abuild: set -e fix | Natanael Copa | 2017-04-04 | 2 | -2/+61 |
| | |||||
* | main/abuild: add the actual patch | William Pitcock | 2017-03-27 | 1 | -0/+39 |
| | |||||
* | main/abuild: wrap check() with fakeroot, pointed out by @jirutka | William Pitcock | 2017-03-27 | 1 | -2/+4 |
| | |||||
* | main/abuild: checksums of course | William Pitcock | 2017-03-27 | 1 | -1/+2 |
| | |||||
* | main/abuild: hint to pkgconf that we are a dependency generator and don't ↵ | William Pitcock | 2017-03-27 | 2 | -1/+28 |
| | | | | want full SAT when generating dependencies | ||||
* | main/abuild: upgrade to 3.0.0_rc2 | Natanael Copa | 2017-03-24 | 4 | -473/+3 |
| | |||||
* | main/abuild: rebuild to fix depends in subpackages | Natanael Copa | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | main/abuild: fix runpart | Natanael Copa | 2017-03-21 | 2 | -2/+66 |
| | |||||
* | main/abuild: fix abuild -A | Natanael Copa | 2017-03-20 | 10 | -277/+32 |
| | |||||
* | main/abuild: upgrade to 3.0.0_rc1 | Natanael Copa | 2017-03-20 | 1 | -26/+8 |
| | |||||
* | main/abuild: improve guidance when no check() function is defined | William Pitcock | 2017-02-28 | 2 | -2/+29 |
| | |||||
* | main/abuild: backport check() support | William Pitcock | 2017-02-25 | 2 | -2/+353 |
| | |||||
* | main/abuild: fix abump | Natanael Copa | 2017-02-17 | 2 | -2/+30 |
| | | | | we need reset md5/sha256 sums when running abump | ||||
* | main/abuild: fix cross compile triplet for armhf | William Pitcock | 2017-02-14 | 2 | -16/+29 |
| | |||||
* | main/abuild: preserve xattr when creating -dbg | Timo Teräs | 2017-02-09 | 2 | -2/+59 |
| | |||||
* | main/abuild: backport use-only-sha512 commit | Natanael Copa | 2017-02-09 | 2 | -12/+38 |
| | | | | this reduces clutter in the APKBUILD | ||||
* | main/abuild: add patch to workaround filesystem bugs | G.J.R. Timmer | 2017-02-08 | 2 | -1/+23 |
| | |||||
* | main/abuild: add ppc/ppc64 triplet definitions | William Pitcock | 2017-01-24 | 2 | -4/+41 |
| | |||||
* | main/abuild: pass --arch whenever sysroot is used | Natanael Copa | 2016-12-21 | 2 | -4/+70 |
| | |||||
* | main/abuild: properly detect failure of installing dependencies | Timo Teräs | 2016-10-31 | 2 | -4/+44 |
| | |||||
* | main/abuild: fix arch for subpackages | Natanael Copa | 2016-10-26 | 1 | -3/+1 |
| |