bump version to 5.11.22-5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bf5098de79
commit
f778e4031d
4
Makefile
4
Makefile
@ -4,9 +4,9 @@ KERNEL_MIN=11
|
|||||||
KERNEL_PATCHLEVEL=22
|
KERNEL_PATCHLEVEL=22
|
||||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=2
|
KREL=3
|
||||||
|
|
||||||
PKGREL=4
|
PKGREL=5
|
||||||
|
|
||||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
pve-kernel (5.11.22-5) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* import Ubuntu-5.11.0-26.28
|
||||||
|
|
||||||
|
* pull in upstream stable releases from v5.10.44, v5.12.11
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Jul 2021 18:25:44 +0200
|
||||||
|
|
||||||
pve-kernel (5.11.22-4) bullseye; urgency=medium
|
pve-kernel (5.11.22-4) bullseye; urgency=medium
|
||||||
|
|
||||||
* fix CVE-2021-33909: seq_file: disallow extremely large seq buffer
|
* fix CVE-2021-33909: seq_file: disallow extremely large seq buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user