Skip to content
Snippets Groups Projects
Verified Commit 9bba087e authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

Merge branch 'hotfix/kernel-update' into hbl

parents fff53c28 dad135dd
Branches
Tags
1 merge request!569Turris OS 6.0 (HBK)
6.0-alpha3
6.0
-----
💥 Breaking Changes
......@@ -31,6 +31,14 @@
📦️ Other Changes
• Obsolete SIDN package feed dropped
5.4.4
-----
📌 Updates
• Kernel to version 4.14.294
• Knot Resolver to version 5.5.3 (CVE-2022-40188)
• Unbound to version 1.16.3 (CVE-2022-3204)
5.4.3
-----
......
From c8564134a5cbbc4eb8fd6e2c4cc493c46a5b5158 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Mon, 16 May 2022 17:16:07 +0200
Subject: [PATCH] kernel-version: update to version 5.15.64
Subject: [PATCH] kernel-version: update to version 5.15.70
---
include/kernel-version.mk | 4 ++--
......@@ -16,10 +16,10 @@ index 4ef7ddd841..f3e561bd2b 100644
endif
-LINUX_VERSION-5.4 = .213
+LINUX_VERSION-5.15 = .69
+LINUX_VERSION-5.15 = .70
-LINUX_KERNEL_HASH-5.4.213 = e67ce168477e580375a80f3caef16819a85b15faa2d382adc6df18a62ad6baf1
+LINUX_KERNEL_HASH-5.15.69 = e32839ca761e5251f25708f7939b37b101d28fc29515a97bfc0c838a21efdf34
+LINUX_KERNEL_HASH-5.15.70 = 1a7c26f0253407bb222786c8cbf2ee6235acebe8ea641fe0bc2360acce970d76
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment