From 35eed63155c85bb9649cea3f9275915f27876055 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 18 Aug 2021 17:35:23 +0200 Subject: [PATCH] bump version to 5.4.128-2 Signed-off-by: Stoiko Ivanov Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- debian/changelog | 6 ++++++ debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 92b35d2..33f2955 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=128 # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -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 44e7d4b..ca6e06b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.4.128-2) buster; urgency=medium + + * cherry-pick fixes for CVE-2021-3656 and CVE-2021-3653 + + -- Proxmox Support Team Wed, 18 Aug 2021 16:20:02 +0200 + pve-kernel (5.4.128-1) buster; urgency=medium * update sources to 5.4.128 stable release based on Ubuntu-5.4.0-81.91 diff --git a/debian/control.in b/debian/control.in index e465e82..74d3a22 100644 --- a/debian/control.in +++ b/debian/control.in @@ -25,7 +25,7 @@ Build-Depends: asciidoc-base, lintian, lz4, perl-modules, - python-minimal, + python2-minimal, rsync, sed, sphinx-common,