From d5815a05cc00c7205ccb2391f1af0cfb95773c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 26 Jul 2024 13:16:46 +0200 Subject: [PATCH] bump version to 6.8.8-4-pve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06baf4c..8d60aa4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=8 KERNEL_PATCHLEVEL=8 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=4 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index b1bb1b5..49dc0e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-kernel-6.8 (6.8.8-4) bookworm; urgency=medium + + * fix CVE-2024-41090/41091: DoS via short ethernet frames over tun/tap + + -- Proxmox Support Team Fri, 26 Jul 2024 13:15:13 +0200 + proxmox-kernel-6.8 (6.8.8-3) bookworm; urgency=medium * backport fix for CIFS client memory leak