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/linux-vanilla: upgrade to 4.9.72 | Natanael Copa | 2017-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.71 | Natanael Copa | 2017-12-22 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.70 | Natanael Copa | 2017-12-18 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable NUMA | Natanael Copa | 2017-12-13 | 2 | -5/+17 | |
| | | | | fixes #8256 | |||||
* | main/linux-vanilla: upgrade to 4.9.68 | Natanael Copa | 2017-12-13 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.65 | Natanael Copa | 2017-11-24 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: fix ppc64le config | Timo Teräs | 2017-11-21 | 2 | -11/+45 | |
| | ||||||
* | main/linux-vanilla: fix armhf config | Timo Teräs | 2017-11-21 | 2 | -2/+3 | |
| | ||||||
* | main/linux-vanilla: fix s390x config | Timo Teräs | 2017-11-21 | 2 | -10/+5 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.63 | Natanael Copa | 2017-11-20 | 1 | -2/+2 | |
| | ||||||
* | main/linux-* and main/squashfs-tools: normalize squashfs compression options | Jack Schmidt | 2017-11-20 | 5 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | This commit brings kernel and userspace into agreement about squashfs compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE). Some kernels has LZO, some had LZ4, some had both. Userspace had LZO, but not LZ4. XZ and LZO were added to squashfs-tools in commit 151deb4c2fe91078c30c588de3fe9e411849a52f Most compression options were added to kernels through default configs: * LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools. * LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2. Default linux kernel config does not currently include LZ4 for S/390 or PPC64le, so I did not change their config. XZ and ZLIB are in everything. | |||||
* | main/linux-vanilla: upgrade to 4.9.60 | Natanael Copa | 2017-11-03 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable pata sc1200 for soekris | Natanael Copa | 2017-11-03 | 2 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.59 | Natanael Copa | 2017-10-30 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable ipv6 on ppc64le config file | Roberto Oliveira | 2017-10-30 | 2 | -7/+139 | |
| | | | | | Added CONFIG_IPV6 configuration to enable ipv6 modules in ppc64le. | |||||
* | main/linux-vanilla: upgrade to 4.9.58 | Natanael Copa | 2017-10-23 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.54 | Natanael Copa | 2017-10-09 | 6 | -11/+16 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.52 | Natanael Copa | 2017-09-29 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.51 | Natanael Copa | 2017-09-22 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.50 | Natanael Copa | 2017-09-14 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.49 | Natanael Copa | 2017-09-11 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.48 | Natanael Copa | 2017-09-07 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable 9p for ppc64le | Natanael Copa | 2017-09-07 | 2 | -4/+10 | |
| | | | | | we have this enabled on the other arches and it may become handy for mounting host filesystem in qemu guests | |||||
* | main/linux-vanilla: upgrade to 4.9.47 | Natanael Copa | 2017-09-04 | 2 | -2/+71 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.44 | Natanael Copa | 2017-08-17 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.43 | Natanael Copa | 2017-08-14 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.40 | Natanael Copa | 2017-08-04 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.37 | Natanael Copa | 2017-07-13 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.35 | Natanael Copa | 2017-07-04 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable pcieport and xhcd on ppc64le | Natanael Copa | 2017-07-04 | 2 | -5/+17 | |
| | | | | needed for boot usb | |||||
* | main/linux-vanilla: upgrade to 4.9.34 | Natanael Copa | 2017-06-29 | 3 | -919/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.33, include patches for CVE-2017-1000364 ↵ | William Pitcock | 2017-06-22 | 3 | -2/+919 | |
| | | | | mitigation. | |||||
* | main/linux-vanilla: upgrade to 4.9.32 | Natanael Copa | 2017-06-15 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable CONFIG_MLX5_CORE_EN | Natanael Copa | 2017-06-11 | 2 | -3/+3 | |
| | | | | requested by packet.net | |||||
* | main/linux-vanilla: upgrade to 4.9.31 | Natanael Copa | 2017-06-08 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.30 | Natanael Copa | 2017-05-29 | 1 | -5/+5 | |
| | ||||||
* | main/linux-vanilla: ppc64le config fixes | Natanael Copa | 2017-05-23 | 2 | -58/+67 | |
| | | | | | | | - enable vfat - enable nvme dirver - enable NLS for filesystems - enable configfs module | |||||
* | main/linux-vanilla: upgrade to 4.9.29 | Natanael Copa | 2017-05-22 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: fix config file for ppc64le | Roberto Oliveira | 2017-05-18 | 2 | -10/+68 | |
| | | | | | | | | | | | vmlinuz 4.9.28 was not booting on ppc64le because some configurations was missing in ppc64le config file. The most important configurations that were missing are: CONFIG_PPC_OF_BOOT_TRAMPOLINE and CONFIG_PPC_PSERIES. Another configurations were consequently added because of these two configurations. | |||||
* | main/linux-vanilla: upgrade to 4.9.28 | Natanael Copa | 2017-05-15 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: CONFIG_NR_CPUS=32 is not enough these days | William Pitcock | 2017-05-11 | 2 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.27 | Natanael Copa | 2017-05-10 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: fix ppc64le config | Natanael Copa | 2017-05-09 | 2 | -212/+265 | |
| | | | | | | | - fix netfilter modules config (needed netfilter advanced) - enable CRYPT_PCRYPT (and PADATA) for wireguard - include crtsavres.o in the -dev subpackage http://bugzilla.kernel.org/show_bug.cgi?id=11143 | |||||
* | main/linux-vanilla: Improve netfilter section | Breno Leitao | 2017-05-09 | 2 | -1/+43 | |
| | | | | | | | | | | Keep CONFIG_NETFILTER Xtables matches similar to x86_64. The main motivation for this change is to enable wireguard-vanilla to be built on ppc64. wireguard-vanilla requires special Xtable configurations, as reported in: https://www.wireguard.io/install/#kernel-requirements | |||||
* | main/linux-vanilla: upgrade to 4.9.26 | Natanael Copa | 2017-05-04 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: add perl as depends to -dev | Natanael Copa | 2017-05-03 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.25 | Natanael Copa | 2017-04-29 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.24 | Natanael Copa | 2017-04-25 | 3 | -10/+24 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.22 | Natanael Copa | 2017-04-17 | 1 | -2/+2 | |
| |