From 12593f0f92a4407c2d5c752fd602a44701af98e2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 5 Aug 2024 18:17:47 +0200 Subject: [PATCH] bump version to 6.8.12-1 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d60aa4..88a9519 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ include /usr/share/dpkg/pkg-info.mk # also bump proxmox-kernel-meta if the default MAJ.MIN version changes! KERNEL_MAJ=6 KERNEL_MIN=8 -KERNEL_PATCHLEVEL=8 +KERNEL_PATCHLEVEL=12 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=4 +KREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 49dc0e5..ac07ea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +proxmox-kernel-6.8 (6.8.12-1) bookworm; urgency=medium + + * cherry-pick fix for NULL pointer dereference in apparmorfs + + * cherry-pick fix for bnxt_re driver + + * update sources to Ubuntu-6.8.0-43.43 + + -- Proxmox Support Team Mon, 05 Aug 2024 18:17:37 +0200 + proxmox-kernel-6.8 (6.8.8-4) bookworm; urgency=medium * fix CVE-2024-41090/41091: DoS via short ethernet frames over tun/tap