bump version to 6.8.12-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-08-05 18:17:47 +02:00
parent d17df467e1
commit 12593f0f92
2 changed files with 12 additions and 2 deletions

View File

@ -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)

10
debian/changelog vendored
View File

@ -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 <support@proxmox.com> 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