bump version to 6.5.13-6

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-07-26 14:36:06 +02:00
parent 0753a7ab5e
commit d38aa1f095
2 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@ KERNEL_MIN=5
KERNEL_PATCHLEVEL=13 KERNEL_PATCHLEVEL=13
# increment KREL for every published package release! # increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate' # rebuild packages with new KREL and run 'make abiupdate'
KREL=5 KREL=6
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
proxmox-kernel-6.5 (6.5.13-6) bookworm; urgency=medium
* fix #5373: cherry-pick USB ethernet naming fix
* config: disable CONFIG_N_GSM
* cherry-pick improved erratum 1386 workaround
* fix cve-2024-41090/41091: dos via short ethernet frames over tun/tap
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2024 14:34:47 +0200
proxmox-kernel-6.5 (6.5.13-5) bookworm; urgency=medium proxmox-kernel-6.5 (6.5.13-5) bookworm; urgency=medium
* revert a backport to avoid breaking copying files within a CIFS mount * revert a backport to avoid breaking copying files within a CIFS mount