From fab03f123b16835d0637e330b5c18c423589093e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 12 Mar 2022 15:17:28 +0100 Subject: [PATCH] bump version to 5.15.27-1 Signed-off-by: Thomas Lamprecht --- Makefile | 6 +++--- debian/changelog | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2aec080..2b0dc18 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=15 -KERNEL_PATCHLEVEL=19 +KERNEL_PATCHLEVEL=27 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=1 -PKGREL=3 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 4143b5f..af4e4a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.15.27-1) bullseye; urgency=medium + + * update sources to Ubuntu-5.15.0-23.23 based on 5.15.27 + + * update ZFS to 2.1.2 + + -- Proxmox Support Team Sat, 12 Mar 2022 15:16:17 +0100 + pve-kernel (5.15.19-3) bullseye; urgency=medium * backport "lib/iov_iter: initialize "flags" in new pipe_buffer"