3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/os-specific
Faye a716a45b19 linux-rt: Fix incorrect sorting of kernel version numbers when determining latest version
When determining the latest linux-rt kernel version to update to, the list of filenames that `update-rt.sh` fetches from upstream is sorted lexicographically, while `update-rt.sh` assumes it's sorted in version order.  As a result, for example, 5.10.78 is considered newer than 5.10.100.  This change applies `sort --version-sort` to the extracted version numbers to properly identify the latest version.
2022-02-21 17:10:31 -05:00
..
bsd netbsd.compat: don't use musl's sys/cdefs.h 2022-01-06 14:22:07 +00:00
darwin Merge pull request #158534 from reckenrode/moltenvk 2022-02-17 13:42:40 +01:00
linux linux-rt: Fix incorrect sorting of kernel version numbers when determining latest version 2022-02-21 17:10:31 -05:00
solo5 solo5: patch solo5-virtio-mkimage to use our Syslinux, etc 2022-02-05 21:32:18 +01:00
windows