bump version to 4.15.18-31

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-01-12 10:17:19 +01:00
parent 4618decfe0
commit da7def12fd
2 changed files with 10 additions and 2 deletions

View File

@ -4,9 +4,9 @@ KERNEL_MIN=15
KERNEL_PATCHLEVEL=18
# increment KREL if the ABI changes (abicheck target in debian/rules)
# rebuild packages with new KREL and run 'make abiupdate'
KREL=9
KREL=10
PKGREL=30
PKGREL=31
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-31) unstable; urgency=medium
* update sources to Ubuntu-4.15.0-44.47
* bump ABI to 4.15.18-10
-- Proxmox Support Team <support@proxmox.com> Mon, 14 Jan 2019 10:59:31 +0100
pve-kernel (4.15.18-30) unstable; urgency=medium
* add patches for CVE-2018-18955 and https://launchpad.net/bugs/1789161