aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdadm
Commit message (Collapse)AuthorAgeFilesLines
* [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/mdadm: upgrade to 4.0Valery Kartel2017-02-072-47/+38
| | | | | | - cleanups in apkbuild - move udev-specific data to -udev subpackage - move misc scripts to -misc subpackage
* main/mdadm: upgrade to 3.4Natanael Copa2016-03-291-5/+5
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-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 modprobeNatanael Copa2015-09-252-6/+6
| | | | busybox does not support it
* main/mdadm: upgrade to 3.3.4Natanael Copa2015-09-101-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-283-9/+9
|
* main/mdadm: linux-headers build fixNatanael Copa2015-02-031-1/+1
|
* main/mdadm: upgrade to 3.3.2Natanael Copa2015-02-031-4/+4
|
* main/mdadm: upgrade to 3.3.1Natanael Copa2014-07-101-5/+5
|
* main/mdadm: fix musl buildTimo Teräs2013-12-181-2/+2
|
* main/mdadm: upgrade to 3.3Natanael Copa2013-09-131-2/+12
|
* main/mdadm: upgrade to 3.2.6Natanael Copa2012-11-161-3/+3
|
* main/mdadm: make sure mdadm starts before swapNatanael Copa2012-11-132-3/+3
|
* main/mdadm: upgrade to 3.2.5Natanael Copa2012-05-301-2/+2
|
* main/mdadm: upgrade to 3.2.4Natanael Copa2012-05-201-2/+2
|
* main/mdadm: upgrade to 3.2.3Natanael Copa2012-01-231-2/+2
|
* main/mdadm: upgrade to 3.2.2Natanael Copa2011-06-191-3/+3
|
* main/mdadm: init.d script ignore comments in mdadm.confNatanael Copa2011-05-232-4/+8
| | | | ref #652
* main/mdadm: upgrade to 3.2.1Natanael Copa2011-03-282-32/+2
|
* main/mdadm: upgrade to 3.1.5Natanael Copa2011-03-241-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/mdadm: upgrade to 3.1.4Natanael Copa2010-09-091-2/+2
|
* main/mdadm: upgrade to 3.1.3Natanael Copa2010-09-012-5/+26
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/mdadm: upgrade to 3.1.2Natanael Copa2010-03-302-11/+16
|
* main/mdadm: do no exit with error if all raids are alreadyNatanael Copa2010-02-162-4/+6
| | | | ref #275
* main/mdadm: fix init.d scriptNatanael Copa2010-02-132-9/+32
| | | | | fixes #275 fixes #276
* main/mdadm: upgrade to 3.1.1Natanael Copa2009-12-231-3/+3
|
* main/mdadm: upgrade to 3.0.3Natanael Copa2009-11-092-6/+38
|
* main/lighttpd,mdadm: start service after firewallNatanael Copa2009-09-152-2/+3
|
* move core/* to main/Natanael Copa2009-07-234-0/+84
added maintainer to several packages as well