bump version to 4.15.18-15

This commit is contained in:
Thomas Lamprecht 2018-07-04 15:44:15 +02:00
parent b5e86998ea
commit 75af7c34e3
2 changed files with 11 additions and 3 deletions

View File

@ -3,10 +3,10 @@ RELEASE=5.1
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
KERNEL_MAJ=4
KERNEL_MIN=15
KERNEL_PATCHLEVEL=17
KREL=3
KERNEL_PATCHLEVEL=18
KREL=1
PKGREL=14
PKGREL=15
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
pve-kernel (4.15.18-15) unstable; urgency=medium
* update sources to Ubuntu-4.15.0-24.26
* drop out-of-tree IXGBE driver
-- Proxmox Support Team <support@proxmox.com> Wed, 04 Jul 2018 15:42:56 +0200
pve-kernel (4.15.17-14) unstable; urgency=medium
* fix KVM L1 guest escape when nested virtualization is used - CVE-2018-12904