diff --git a/Makefile b/Makefile index 2c2aba6..9f9d8df 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 PACKAGE=pve-libspice-server1 PKGVERSION=0.12.8 -PKGRELEASE=1 +PKGRELEASE=2 PKGDIR=spice-${PKGVERSION} PKGSRC=${PKGDIR}.tar.bz2 diff --git a/debian/changelog b/debian/changelog index b44ea46..17a6724 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-libspice-server (0.12.8-2) unstable; urgency=medium + + * Fix CVE-2016-9577, CVE-2016-9578 + + -- Proxmox Support Team Fri, 17 Feb 2017 09:33:44 +0100 + pve-libspice-server (0.12.8-1) unstable; urgency=medium * update to 0.12.8 (Fix CVE-2016-0749, CVE-2016-2150)