From 4b77d2927f7724aa63431766fe574ed5aed2a13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Jun 2022 09:42:52 +0200 Subject: [PATCH] bump version to 5.4.189-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 4 ++-- debian/changelog | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f99de5..bfa376a 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=4 KERNEL_PATCHLEVEL=189 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=1 +KREL=2 -PKGREL=1 +PKGREL=2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 37c9006..a818e38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pve-kernel (5.4.189-2) buster; urgency=medium + + * update sources to Ubuntu-5.4.0-117.132 + + * fixes: CVE-2022-1966, CVE-2022-21499, CVE-2022-28390, CVE-2022-29581, + CVE-2022-1116 + + * bump ABI to 5.4.189-2 + + -- Proxmox Support Team Mon, 13 Jun 2022 09:39:53 +0200 + pve-kernel (5.4.189-1) buster; urgency=medium * update sources to Ubuntu-5.4.0-112.126