From 5c7b663936e8bd491aaa3b8f855efe1bddbd2b44 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 18 Dec 2019 14:23:28 -0500 Subject: [PATCH] add support for linux 4.19 kernel headers both 4.19.90 from official kernel tarball and 4.19.88 from the sabotage-linux headers-only package are added. the latter should be preferred unless you have a reason not to, as it's much smaller and has some patches that improve interaction with musl. support for all earlier kernel header versions will be dropped soon, since everything prior to 4.16 has incompatibilities with 32-bit archs moving to time64. --- hashes/linux-4.19.90.tar.xz.sha1 | 1 + hashes/linux-headers-4.19.88.tar.xz.sha1 | 1 + 2 files changed, 2 insertions(+) create mode 100644 hashes/linux-4.19.90.tar.xz.sha1 create mode 100644 hashes/linux-headers-4.19.88.tar.xz.sha1 diff --git a/hashes/linux-4.19.90.tar.xz.sha1 b/hashes/linux-4.19.90.tar.xz.sha1 new file mode 100644 index 0000000..d8a2193 --- /dev/null +++ b/hashes/linux-4.19.90.tar.xz.sha1 @@ -0,0 +1 @@ +2663224361a984c8a62b9cf9fc8c82c0a75f9f3f linux-4.19.90.tar.xz diff --git a/hashes/linux-headers-4.19.88.tar.xz.sha1 b/hashes/linux-headers-4.19.88.tar.xz.sha1 new file mode 100644 index 0000000..78c3a8b --- /dev/null +++ b/hashes/linux-headers-4.19.88.tar.xz.sha1 @@ -0,0 +1 @@ +de12b9c8ae2de9e85056a36be9f0fcc0a1e4abe9 linux-headers-4.19.88.tar.xz