From 804ac33c965852be0d06e568bb3bea50b43ee417 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 27 Nov 2021 14:21:24 +0100 Subject: [PATCH] linux.headers: Update version from 4.14.87 to 4.15.5 Update linux-headers to latest stable version. I don't expect any problems if linux-headers is newer than the running kernel. The consumers (mainly glibc) adapts to the running kernel anyway. However, if we compile consumers with old headers, we wouldn't be able to use new kernel features even when we update the kernel. --- linux-headers.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-headers.be0 b/linux-headers.be0 index 905531b33..66302cbee 100755 --- a/linux-headers.be0 +++ b/linux-headers.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-headers-4.14.87-0 +# BEE_VERSION linux-headers-4.15.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)