bump version to 6.8.8-4-pve

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-07-26 13:16:46 +02:00
parent a791b86e0a
commit d5815a05cc
2 changed files with 7 additions and 1 deletions

View File

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

6
debian/changelog vendored
View File

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