aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-hardened
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-hardened: upgrade to 4.9.73Natanael Copa2018-01-021-3/+3
|
* [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/linux-hardened: upgrade to 4.9.72Natanael Copa2017-12-271-3/+3
|
* main/linux-hardened: upgrade to 4.9.71Natanael Copa2017-12-251-3/+3
|
* main/linux-hardened: upgrade to 4.9.70Natanael Copa2017-12-201-4/+4
|
* main/linux-hardened: enable NUMANatanael Copa2017-12-132-5/+17
| | | | ref #8256
* main/linux-hardened: upgrade to 4.9.68 and enable EFI for virthardenedNatanael Copa2017-12-133-12/+44
|
* main/linux-hardened: remove unused patchNatanael Copa2017-11-301-226433/+0
|
* main/linux-hardened: fix upgrade to 4.9.65Natanael Copa2017-11-271-3/+3
| | | | use a fixed hardened patch
* main/linux-hardened: upgrade to 4.9.65Natanael Copa2017-11-241-3/+3
|
* main/linux-hardened: fix build on armhfNatanael Copa2017-11-212-2/+3
|
* main/linux-hardened: upgrade to 4.9.63Natanael Copa2017-11-203-8/+10
|
* main/linux-* and main/squashfs-tools: normalize squashfs compression optionsJack Schmidt2017-11-206-10/+10
| | | | | | | | | | | | | | | | | | 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-hardened: upgrade to 4.9.60Natanael Copa2017-11-031-4/+4
|
* main/linux-hardened: enable pata sc1200 driver for soekrisNatanael Copa2017-11-032-3/+3
| | | | only for x86
* main/linux-hardened: upgrade to 4.9.59Natanael Copa2017-10-301-3/+3
|
* main/linux-hardened: upgrade to 4.9.58Natanael Copa2017-10-234-9/+11
|
* main/linux-hardened: upgrade to 4.9.54Natanael Copa2017-10-096-13/+18
|
* main/linux-hardened: upgrade to 4.9.52Natanael Copa2017-09-291-3/+3
|
* main/linux-hardened: upgrade to 4.9.51Natanael Copa2017-09-221-5/+5
|
* main/linux-hardened: enable graphics drivers for virthardenedNatanael Copa2017-09-223-12/+88
| | | | fixes #7607
* main/linux-hardened: upgrade to 4.9.50Natanael Copa2017-09-141-3/+3
|
* main/linux-hardened: upgrade to 4.9.49Natanael Copa2017-09-121-3/+3
|
* main/linux-hardened: upgrade to 4.9.48Natanael Copa2017-09-071-3/+3
|
* main/linux-hardened: upgrade to 4.9.47Natanael Copa2017-09-042-3/+72
|
* main/linux-hardened: upgrade to 4.9.44Natanael Copa2017-08-171-3/+3
|
* main/linux-hardened: upgrade to 4.9.43Natanael Copa2017-08-141-3/+3
|
* main/linux-hardened: upgrade to 4.9.40Natanael Copa2017-08-041-3/+3
|
* main/linux-hardened: upgrade to 4.9.37Natanael Copa2017-07-132-3/+226436
|
* main/linux-hardened: upgrade to 4.9.32Natanael Copa2017-06-151-4/+4
|
* main/linux-hardened: enable CONFIG_MLX5_CORE_ENNatanael Copa2017-06-112-3/+3
| | | | requested by packet.net
* main/linux-hardened: upgrade to 4.9.31Natanael Copa2017-06-081-3/+3
|
* main/linux-hardened: upgrade to 4.9.30Natanael Copa2017-05-291-3/+3
|
* main/linux-hardened: upgrade to 4.9.29Natanael Copa2017-05-221-4/+4
|
* main/linux-hardened: upgrade to 4.9.28Natanael Copa2017-05-151-3/+3
|
* main/linux-hardened: move CONFIG_NR_CPUS to 256, as in linux-vanilla on x86_64William Pitcock2017-05-112-3/+3
|
* main/linux-hardened: upgrade to 4.9.27Natanael Copa2017-05-101-3/+3
|
* main/linux-hardened: upgrade to 4.9.26Natanael Copa2017-05-041-3/+3
|
* main/linux-hardened: upgrade to 4.9.25Natanael Copa2017-04-291-5/+5
|
* main/linux-hardened: brick every alpine install with this one simple ↵William Pitcock2017-04-281-1/+5
| | | | | | | | trick!!! (err, switch back to being linux-grsec provider) main/linux-grsec: drop transitional package now that the APK bug is fixed {main,community,testing}/*-hardened: rebuild due to above
* main/linux-hardened (and friends): update pkgrel, drop linux-grsec provides ↵William Pitcock2017-04-271-5/+1
| | | | as it creates a loop with fake package
* main/linux-grsec: rename to linux-hardened (no functional change, just to ↵William Pitcock2017-04-277-0/+29316
allow us to orphan linux-grsec)