[pve-devel] [PATCH pve-libspice-server v2 0/6] upgrade to 0.14.1

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Oct 4 16:04:50 CEST 2018


On 10/4/18 1:17 PM, Dominik Csapak wrote:
> this series upgrades pve-libspice-server to 0.14.1
> replaces CELT with libopus
> adds liblz4 as dev dependency
> increase compat level
> 
> after that we can do a make download and replace the tar.bz2
> and we can remove the celt.tar.gz
> 
> for this package to work we need the package
> libspice-protocol-dev > 0.12.13
> 
> after this is built, we need to rebuild pve-qemu-kvm and spiceterm
> with the new -dev packages
> 
> changes since v1:
> * removed superflous auto install override (dh does the right thing)
> * added a fix for the tests
> * added explicit en-/disable flags for the configure step
> 
> Dominik Csapak (6):
>   upgrade to 0.14.1
>   replace CELT with libopus
>   add liblz4 as dev dependency
>   increase debian/compat to level 10
>   explicitly en-/disable configure flags
>   let tests run sequential
> 
>  Makefile                                           | 11 +----
>  debian/compat                                      |  2 +-
>  debian/control                                     |  2 +
>  .../patches/CVE-2016-9577-and-CVE-2016-9578.patch  | 54 ----------------------
>  debian/patches/allow-to-set-sasl-callbacks.patch   | 10 ++--
>  debian/patches/series                              |  1 -
>  debian/pve-libspice-server-dev.install             |  1 -
>  debian/rules                                       |  9 ++--
>  8 files changed, 14 insertions(+), 76 deletions(-)
>  delete mode 100644 debian/patches/CVE-2016-9577-and-CVE-2016-9578.patch
> 

applied series with the following on top:

----8<----
diff --git a/debian/control b/debian/control
index fbff461..2d582dd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: autotools-dev,
                libopus-dev,
                libpixman-1-dev (>= 0.17.7~),
                libsasl2-dev,
+               libspice-protocol-dev (>= 0.12.14),
                libssl-dev,
                pkg-config,
                python-pyparsing,




More information about the pve-devel mailing list