Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/mdadm: upgrade to 4.0 | Valery Kartel | 2017-02-07 | 2 | -47/+38 |
| | | | | | | - cleanups in apkbuild - move udev-specific data to -udev subpackage - move misc scripts to -misc subpackage | ||||
* | main/mdadm: upgrade to 3.4 | Natanael Copa | 2016-03-29 | 1 | -5/+5 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/mdadm: remove -k option from modprobe | Natanael Copa | 2015-09-25 | 2 | -6/+6 |
| | | | | busybox does not support it | ||||
* | main/mdadm: upgrade to 3.3.4 | Natanael Copa | 2015-09-10 | 1 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 3 | -9/+9 |
| | |||||
* | main/mdadm: linux-headers build fix | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | main/mdadm: upgrade to 3.3.2 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/mdadm: upgrade to 3.3.1 | Natanael Copa | 2014-07-10 | 1 | -5/+5 |
| | |||||
* | main/mdadm: fix musl build | Timo Teräs | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | main/mdadm: upgrade to 3.3 | Natanael Copa | 2013-09-13 | 1 | -2/+12 |
| | |||||
* | main/mdadm: upgrade to 3.2.6 | Natanael Copa | 2012-11-16 | 1 | -3/+3 |
| | |||||
* | main/mdadm: make sure mdadm starts before swap | Natanael Copa | 2012-11-13 | 2 | -3/+3 |
| | |||||
* | main/mdadm: upgrade to 3.2.5 | Natanael Copa | 2012-05-30 | 1 | -2/+2 |
| | |||||
* | main/mdadm: upgrade to 3.2.4 | Natanael Copa | 2012-05-20 | 1 | -2/+2 |
| | |||||
* | main/mdadm: upgrade to 3.2.3 | Natanael Copa | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | main/mdadm: upgrade to 3.2.2 | Natanael Copa | 2011-06-19 | 1 | -3/+3 |
| | |||||
* | main/mdadm: init.d script ignore comments in mdadm.conf | Natanael Copa | 2011-05-23 | 2 | -4/+8 |
| | | | | ref #652 | ||||
* | main/mdadm: upgrade to 3.2.1 | Natanael Copa | 2011-03-28 | 2 | -32/+2 |
| | |||||
* | main/mdadm: upgrade to 3.1.5 | Natanael Copa | 2011-03-24 | 1 | -3/+3 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/mdadm: upgrade to 3.1.4 | Natanael Copa | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | main/mdadm: upgrade to 3.1.3 | Natanael Copa | 2010-09-01 | 2 | -5/+26 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/mdadm: upgrade to 3.1.2 | Natanael Copa | 2010-03-30 | 2 | -11/+16 |
| | |||||
* | main/mdadm: do no exit with error if all raids are already | Natanael Copa | 2010-02-16 | 2 | -4/+6 |
| | | | | ref #275 | ||||
* | main/mdadm: fix init.d script | Natanael Copa | 2010-02-13 | 2 | -9/+32 |
| | | | | | fixes #275 fixes #276 | ||||
* | main/mdadm: upgrade to 3.1.1 | Natanael Copa | 2009-12-23 | 1 | -3/+3 |
| | |||||
* | main/mdadm: upgrade to 3.0.3 | Natanael Copa | 2009-11-09 | 2 | -6/+38 |
| | |||||
* | main/lighttpd,mdadm: start service after firewall | Natanael Copa | 2009-09-15 | 2 | -2/+3 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 4 | -0/+84 |
added maintainer to several packages as well |