From: Thomas Lamprecht Date: Wed, 4 Jul 2018 13:44:15 +0000 (+0200) Subject: bump version to 4.15.18-15 X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=75af7c34e39dbb1e3a056fcd434d29ec4d79c684 bump version to 4.15.18-15 --- diff --git a/Makefile b/Makefile index 43a5257..a5f19e7 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/debian/changelog b/debian/changelog index 7395852..4e17817 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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