diff --git a/Makefile b/Makefile index 5427c2e..c8dd68a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.4 VERSION=3.0 -PKGREL=26 +PKGREL=27 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index c70f007..0795203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libpve-common-perl (3.0-27) unstable; urgency=low + + * harden file_set_contents against symlinks attacks (thanks to + RACK911Labs.com for the hint) + + * backport file_copy from PVE 4 + + -- Proxmox Support Team Tue, 16 Aug 2016 16:53:36 +0200 + libpve-common-perl (3.0-26) unstable; urgency=low * Fix #908: cleanup OVS ports in tap_unplug