From 880f7c870d7543ea1b08a065f5ccee0758204290 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 7 Jul 2023 17:06:58 +0200 Subject: [PATCH] bump version to 6.2.16-4~bpo11+1 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f682760..38a24d2 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=4 +KREL=4-bpo11 -PKGREL=4 +PKGREL=4~bpo11+1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index f72ea4c..31e558c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (6.2.16-4~bpo11+1) bullseye; urgency=medium + + * Rebuild for bullseye but keep ZFS at 2.1.11 for now. + + * bump ABI to 6.2.16-4~bpo11 + + -- Proxmox Support Team Fri, 07 Jul 2023 17:05:59 +0200 + pve-kernel (6.2.16-4) bookworm; urgency=medium * backport fixes for StackRot (CVE-2023-3269)