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/mkinitfs: remove unused patches | Natanael Copa | 2017-11-28 | 3 | -128/+0 |
| | |||||
* | main/mkinitfs: upgrade to 3.2.0 | Natanael Copa | 2017-11-23 | 1 | -9/+3 |
| | |||||
* | main/mkinitfs: fix building initfs without a kernel | Jakub Jirutka | 2017-11-20 | 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/mkinitfs: Add busybox to makedepends_host | Rajiv Ranganath | 2017-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping aarch64, mkinitfs fails to build with the following error ``` + apkbuildname mkinitfs + local repo=mkinitfs + local pkg=mkinitfs + [ mkinitfs = mkinitfs ] + repo=main + echo /home/builder/aports-edge/main/mkinitfs/APKBUILD + CHOST=aarch64 BOOTSTRAP=bootimage APKBUILD=/home/builder/aports-edge/main/mkinitfs/APKBUILD abuild -r >>> mkinitfs: abuild 3.0.2-r0 >>> mkinitfs: Checking sanity of /home/builder/aports-edge/main/mkinitfs/APKBUILD... >>> mkinitfs: Analyzing dependencies... ERROR: unsatisfiable constraints: /bin/sh (virtual): provided by: busybox required by: kmod-24-r0[/bin/sh] kmod-24-r0[/bin/sh] .makedepends-mkinitfs-0: masked in: cache satisfies: world[.makedepends-mkinitfs] >>> ERROR: mkinitfs: all failed >>> mkinitfs: Uninstalling dependencies... ``` Adding busybox to makedepends_host fixes this issue. Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com> | ||||
* | main/mkinitfs: modernize abuild | Jakub Jirutka | 2017-09-22 | 1 | -5/+5 |
| | |||||
* | main/mkinitfs: fix Makefile to install btrfs.files | Jakub Jirutka | 2017-09-22 | 2 | -3/+16 |
| | |||||
* | main/mkinitfs: fix booting from Btrfs RAID | Jakub Jirutka | 2017-09-22 | 2 | -2/+46 |
| | | | | See http://bugs.alpinelinux.org/issues/6903 | ||||
* | main/mkinitfs: fix crc32 module deps for ext4 | Natanael Copa | 2017-08-03 | 2 | -2/+37 |
| | | | | ref #7611 | ||||
* | main/mkinitfs: upgrade to 3.1.0 | Natanael Copa | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | main/mkinitfs: upgrade to 3.1.0_rc1 | Natanael Copa | 2017-05-19 | 2 | -36/+3 |
| | |||||
* | main/mkinitfs: fix decrypt of apkovl | Natanael Copa | 2017-01-25 | 2 | -4/+35 |
| | | | | ref #6689 | ||||
* | main/mkinitfs: upgrade to 3.0.9 | Natanael Copa | 2017-01-10 | 5 | -224/+5 |
| | |||||
* | main/mkinitfs: install nvme and zfs config files | Natanael Copa | 2017-01-09 | 3 | -4/+74 |
| | |||||
* | main/mkinitfs: fix zfs support | Natanael Copa | 2016-12-24 | 2 | -4/+129 |
| | |||||
* | main/mkinitfs: fix ext3 support | Natanael Copa | 2016-12-21 | 2 | -4/+28 |
| | | | | | | the ext3 is provided by ext4 module nowdays. fixes #6167 | ||||
* | main/mkinitfs: upgrade to 3.0.7 | Natanael Copa | 2016-11-28 | 1 | -4/+4 |
| | |||||
* | main/mkinitfs: upgrade to 3.0.6 | Timo Teräs | 2016-11-24 | 5 | -205/+5 |
| | | | | | | fixes #6217 fixes #6469 fixes #6473 | ||||
* | main/mkinitfs: add K flag | Carlo Landmeter | 2016-09-02 | 2 | -4/+69 |
| | |||||
* | main/mkinitfs: update group file | Sören Tempel | 2016-08-11 | 2 | -5/+63 |
| | |||||
* | main/mkintfs: fix init to work with busybox 1.25 | Natanael Copa | 2016-08-04 | 2 | -4/+48 |
| | |||||
* | main/mkinitfs: support cross building | Timo Teräs | 2016-07-14 | 1 | -15/+8 |
| | |||||
* | main/mkinitfs: fix ttyMFD/ttyUSB serial consoles and use 115200 speed | Natanael Copa | 2016-06-20 | 2 | -4/+36 |
| | | | | ref #5759 | ||||
* | main/mkinitfs: upgrade to 3.0.5 | Natanael Copa | 2016-06-15 | 4 | -195/+5 |
| | |||||
* | main/mkinitfs: fix checksum | Natanael Copa | 2016-06-10 | 1 | -3/+3 |
| | |||||
* | main/mkinitfs: increase max timeout | Natanael Copa | 2016-06-10 | 3 | -41/+133 |
| | | | | | | Avoid boot into error too early. ref #5479 | ||||
* | main/mkinitfs: fix raid5 | Natanael Copa | 2016-05-18 | 3 | -4/+68 |
| | | | | we need add crc32 module as a dep for raid5 | ||||
* | main/mkinitfs: fix cold plugging of certain platform/usb devices | Timo Teräs | 2016-03-21 | 2 | -4/+38 |
| | |||||
* | main/mkinitfs: upgrade to 3.0.4 | Natanael Copa | 2016-03-11 | 2 | -63/+5 |
| | |||||
* | main/mkinitfs: support splash image for multiple fbdevs | Timo Teräs | 2016-02-19 | 2 | -4/+62 |
| | |||||
* | main/mkinitfs: upgrade to 3.0.3 | Natanael Copa | 2016-01-20 | 1 | -4/+4 |
| | | | | fixes #5028 | ||||
* | main/mkinitfs: upgrade to 3.0.2 | Natanael Copa | 2016-01-06 | 2 | -35/+5 |
| | | | | fixes #4975 | ||||
* | main/mkinitfs: initramfs fix | Natanael Copa | 2016-01-05 | 2 | -4/+34 |
| | |||||
* | main/mkinitfs: remove upstreamed patches | Natanael Copa | 2016-01-05 | 2 | -50/+0 |
| | |||||
* | main/mkinitfs: upgrade to 3.0.1 | Natanael Copa | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | main/mkinitfs: upgrade to 3.0.0 | Natanael Copa | 2015-12-18 | 2 | -1977/+4 |
| | |||||
* | main/mkinitfs: fix usb settle delay at boot | Natanael Copa | 2015-12-16 | 2 | -17/+48 |
| | |||||
* | main/mkinitfs: fix mount relocation | Natanael Copa | 2015-11-25 | 2 | -32/+79 |
| | |||||
* | main/mkinitfs: fix cryptsetup on lvm | Natanael Copa | 2015-11-25 | 2 | -58/+224 |
| | | | | fixes #4863 | ||||
* | main/mkinitfs: make sure nlplug-findfs are included in initramfs | Natanael Copa | 2015-11-24 | 3 | -2/+11 |
| | | | | | | | | If user had a modified /etc/mkinitfs/features.d/base.files we may not get the needed nlplug-findfs. Use post-* script to verify it is actually there. fixes #4873 | ||||
* | main/mkinitfs: remove kmod dep | Natanael Copa | 2015-11-02 | 1 | -2/+2 |
| | | | | The patched busybox should be able to generate the .bin files | ||||
* | main/mkinitfs: fork and load kernel modules in parallel in initramfs | Natanael Copa | 2015-10-24 | 2 | -121/+230 |
| | | | | | should resolve issue when cryptroot is waiting for password before keyboard driver was loaded. | ||||
* | main/mkinitfs: fix cryptroot=/dev/sdaX | Natanael Copa | 2015-10-22 | 2 | -8/+9 |
| | |||||
* | main/mkinitfs: fix cryptroot in initramfs | Natanael Copa | 2015-10-22 | 2 | -24/+26 |
| | | | | fix setup of cryptroot in initramfs | ||||
* | main/mkinitfs: update to development version with nlplug-findfs | Natanael Copa | 2015-10-21 | 2 | -12/+1622 |
| | |||||
* | 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/mkinitfs: add mmc and remove floppy and bootchart from config | Natanael Copa | 2015-08-28 | 2 | -4/+29 |
| | |||||
* | main/mkinitfs: add acct as dependency | Samantha Baldwin | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | main/mkinitfs: fix libkmod compat | Natanael Copa | 2015-07-30 | 2 | -4/+37 |
| | | | | copy modules.{order,builtin} if those exist |