Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-10 | Linux 5.6.3-935 from Clear 32800 | Alan Orth | |
2020-04-04 | Linux 5.5.15-930 from Clear 32760 | Alan Orth | |
2020-04-03 | Linux 5.5.14-928 from Clear 32750 | Alan Orth | |
2020-04-02 | Linux 5.5.13-925 from Clear 32720 | Alan Orth | |
2020-03-28 | Linux 5.5.13-924 from Clear 32700 | Alan Orth | |
2020-03-24 | Linux 5.5.11-922 from Clear 32670 | Alan Orth | |
2020-03-20 | Linux 5.5.10-921 from Clear 32650 | Alan Orth | |
2020-03-13 | Linux 5.5.9-918 from Clear 32600 | Alan Orth | |
2020-03-08 | Linux 5.5.8-917 from Clear 32550 | Alan Orth | |
2020-03-03 | Linux 5.5.7-916 from Clear 32510 | Alan Orth | |
2020-02-29 | Linux 5.5.6-914 from Clear 32480 | Alan Orth | |
2020-02-25 | Linux 5.5.6-914 from Clear 32390 | Alan Orth | |
2020-02-21 | Linux 5.5.5-911 from Clear 32370 | Alan Orth | |
2020-02-20 | Linux 5.5.4-910 from Clear 32360 | Alan Orth | |
2020-02-17 | Linux 5.5.4-909 from Clear 32340 | Alan Orth | |
2020-02-15 | Linux 5.5.3-908 from Clear 32330 | Alan Orth | |
2020-02-13 | Use BLAKE2 for hashes | Alan Orth | |
Faster than SHA256 with security level similar to SHA3. See: https://blake2.net/ | |||
2020-02-12 | Linux 5.5.3-905 from Clear 32310 | Alan Orth | |
2020-02-11 | Linux 5.5.2-903 from Clear 32280 | Alan Orth | |
2020-02-07 | Linux 5.4.18-902 from Clear 32260 | Alan Orth | |
2020-02-06 | Linux 5.4.17-901 from Clear 32250 | Alan Orth | |
2020-01-31 | Linux 5.4.16-900 from Clear 32220 | Alan Orth | |
2020-01-28 | Linux 5.4.15-899 from Clear 32190 | Alan Orth | |
2020-01-27 | Linux 5.4.14-897 from Clear 32180 | Alan Orth | |
2020-01-22 | Linux 5.4.13-895 from Clear 32140. | Alan Orth | |
2020-01-16 | Linux 5.4.12-892 from Clear 32100. | Alan Orth | |
2020-01-15 | Linux 5.4.11-890 from Clear 32080. | Alan Orth | |
2020-01-12 | Linux 5.4.10-887 from Clear 32070 | Alan Orth | |
2020-01-08 | Linux 5.4.8-886 from Clear 32040. | Alan Orth | |
2019-12-24 | Linux 5.4.6-883 from Clear 31790 | Alan Orth | |
2019-12-21 | Linux 5.4.5-882 from Clear 31960 | Alan Orth | |
2019-12-20 | Linux 5.4.4-880 from Clear 31950 | Alan Orth | |
2019-12-19 | Linux 5.3.4-879 from Clear 31940 | Alan Orth | |
2019-12-18 | Linux 5.4.3-877 from Clear 31930. | Alan Orth | |
2019-12-11 | Linux 5.4.2-875 from Clear 31870. | Alan Orth | |
2019-12-04 | Linux 5.3.14-874 from Clear 31790. | Alan Orth | |
2019-11-28 | Linux 5.3.13-872 from Clear 31720. | Alan Orth | |
2019-11-23 | Linux 5.3.12-871 from Clear 31700. | Alan Orth | |
2019-11-19 | Linux 5.3.11-869 from Clear 31650. | Alan Orth | |
2019-11-14 | Linux 5.3.11.868 from Clear 31640. | Alan Orth | |
2019-11-13 | Linux 5.3.10.867 from Clear 31620. | Alan Orth | |
2019-11-12 | Linux 5.3.10.865 from Clear 31600. | Alan Orth | |
2019-11-11 | Remove linux-clear from conflicts | Alan Orth | |
There is a source-based Linux Clear kernel on AUR. Nothing in this package actually conflicts with it. | |||
2019-11-11 | Fix bug with Clear version variable | Alan Orth | |
This resulted in a kernel version like 5.3.9.839-839.native. | |||
2019-11-11 | Adjust "provides" to match other kernels | Alan Orth | |
First, remove linux-clear-bin from the provides because it is done automatically. Then, we remove "linux" because I noticed that other official Arch Linux packages for third-party kernels like linux-zen and linux-hardened do not provide "linux". I suppose that we cannot say linux-clear-bin provides an exact drop-in replacement for Arch Linux's "linux" package. Also, for what it's worth, linux-clear on AUR does this as well. See: https://wiki.archlinux.org/index.php/PKGBUILD#provides See: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/linux-zen See: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/linux-hardened | |||
2019-11-11 | Indicate Clear Linux kernel revision in pkgver | Alan Orth | |
The version seen by pacman will now be like 5.3.9.863, which is si- milar to other Arch Linux kernel packages that do their own revisi- ons to upstream packages. For example linux and linux-zen. The ver- sion reported by `uname -r` will still be: Linux 5.3.9-863.native. | |||
2019-11-11 | PKGBUILD: Follow Arch Linux practices for pkgver | Alan Orth | |
The kernel provided by Clear Linux is, for example, 5.3.9-863. The important part of that is the upstream Linux kernel version, which is followed by Clear's own patch level. It is unfortunate that the patch level uses a dash because this makes it difficult to indicate revisions to the Arch Linux package itself. I am changing this to follow Arch Linux best practices. The version seen by pacman will be the upstream version followed by the package revision. The version reported by `uname -sr` will stay the same as it is currently, ie: Linux 5.3.9-863.native. | |||
2019-11-11 | Changes for new kmod and mkinitcpio hooks | Alan Orth | |
2019-11-11 | PKGBUILD: Explicitly specify name for kernel cmdline | Alan Orth | |
This worked because it assumes the /boot directory is present. Arch changed their kernel installation to be more flexible and we can no longer assume /boot is present, which exposed this bug. See: https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/ | |||
2019-11-08 | Linux 5.3.9-863 from Clear 31530. | Alan Orth | |