dwww Home | Show directory contents | Find package

spice (0.15.1-1) unstable; urgency=medium

  * new upstream release (0.15.1)
    Closes: LP#1964777
  * remove patches applied upstream:
     build-Correctly-check-for-Python-modules.patch
     test-leaks-fix-the-test-with-OpenSSL3.patch
  * meson-omit-meson-dist.patch: fix build with meson (it fails right away
    because build-aux/meson-dist file is not included in the source tarball)
  * move gstreamer1.0-libav from Recommends: to Suggests: on Ubuntu (MR!5)
  * d/gbp.conf: create initial gbp config
  * d/watch:
     fix url/location
     include all releases, not just even (02468) ones
     signature is foo.sig now, not foo.sign
  * d/upstream/signing-key.asc: key 206D3B352F566F3B0E6572E997D9123DE37A484F
    Victor Toso de Carvalho <me@victortoso.com>

 -- Michael Tokarev <mjt@tls.msk.ru>  Mon, 17 Oct 2022 20:33:40 +0300

spice (0.15.0-4) unstable; urgency=medium

  * test-leaks-fix-the-test-with-OpenSSL3.patch:
    patch from upstream to fix FTBFS with OpenSSL3

 -- Michael Tokarev <mjt@tls.msk.ru>  Sat, 14 May 2022 22:46:12 +0300

spice (0.15.0-3) unstable; urgency=medium

  * patch from upstream to fix ftbfs (Closes: #1005451):
    build-Correctly-check-for-Python-modules.patch

 -- Michael Tokarev <mjt@tls.msk.ru>  Mon, 14 Mar 2022 11:00:39 +0300

spice (0.15.0-2) unstable; urgency=medium

  * switch from $DEB_TARGET_MULTIARCH to $DEB_HOST_MULTIARCH
  * do-not-run-nonexisting-doxygen-sh.patch to fix FTBFS
    (apparently wrong upstream meson.build)

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 01 Oct 2021 09:49:55 +0300

spice (0.15.0-1) unstable; urgency=medium

  * new upstream release 0.15.0
  * removed patches included upstream
  * use meson+ninja build-system
  * removed the wrongly implemented automated tests
    the meson build system run the same tests now too.
    (Closes: #973803)
  * bump debhelper-compat to 13
  * use ${DEB_TARGET_MULTIARCH} in .install files
  * update paths in d/copyright for spice-common
  * removed trailing whitespaces from this file (d/changelog)

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 01 Oct 2021 01:17:04 +0300

spice (0.14.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Client initiated renegotiation denial of service (CVE-2021-20201)
    (Closes: #983698)
    - With OpenSSL 1.1: Disable client-initiated renegotiation
    - With OpenSSL 1.0.2 and earlier: disable client-side renegotiation

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 28 Feb 2021 16:29:54 +0100

spice (0.14.3-2) unstable; urgency=medium

  [ Christian Ehrhardt ]
  * - d/t/automated-tests: d/t/control: make test work again
  * - d/t/control: install new test dependency python-pil
  * - d/t/regression-test.py,d/t/base_test.ppm: add files
      dropped in release tarball but needed for autopkgtests
  * - d/source/include-binaries: allow binary base_test.ppm in package

  [ Michael Tokarev ]
  * build on riscv64 too (Closes: #958349)
  * bump debhelper compat to 12 and switch to debhelper-compat build-dep
  * add Rules-Requires-Root: no
  * d/rules: run dh for recognized targets only
  * use secure (https) URLs in d/control & d/copyright

  [ Salvatore Bonaccorso ]
  * Point Vcs-{Git,Browser} field to qemu-team packaging repository
    (Closes: #971873)
  * Fix multiple buffer overflow vulnerabilities in QUIC image decoding
    (CVE-2020-14355) (Closes: #971750)

 -- Michael Tokarev <mjt@tls.msk.ru>  Thu, 29 Oct 2020 10:57:02 +0300

spice (0.14.3-1) unstable; urgency=medium

  * new upstream version (Closes: #940057, #954629)
  * remove NEWS from d/docs (removed upstream)
  * remove patches included upstream
  * refresh disable-failing-test-listen.patch
  * set Multi-Arch: same for libspice-server-dev too
  * update libspice-server1.symbols

 -- Michael Tokarev <mjt@tls.msk.ru>  Tue, 14 Apr 2020 16:55:25 +0300

spice (0.14.2-4) unstable; urgency=medium

  * disable failing test-listen (Closes: #941006)
  * add fix-test-qxl-parsing-on-ppc64el-and-armhf.patch
  * stop using dh_autoreconf as we do not patch autoconf/automake anymore

 -- Michael Tokarev <mjt@tls.msk.ru>  Tue, 01 Oct 2019 08:52:16 +0300

spice (0.14.2-3) unstable; urgency=medium

  * red-replay-qxl-fix-replay-on-32-bit-systems.patch
    hopefully fix the tests failure on arm* and ppc (FTBFS)
  * remove-compile-warnings-on-Linux-32bit-system.patch
    fix tons of compiler warnings on 32bit platforms

 -- Michael Tokarev <mjt@tls.msk.ru>  Sat, 31 Aug 2019 21:20:40 +0300

spice (0.14.2-2) unstable; urgency=medium

  * set $XDG_RUNTIME_DIR instead of $HOME when running tests
    to avoid dconf cache failure (fix FTBFS on almost all buildds)
  * set GSTREAMER_1_0_LIBS and GLIB2_LIBS (trimmed) for configure
    to avoid linking with useless libs

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 30 Aug 2019 15:58:47 +0300

spice (0.14.2-1) unstable; urgency=medium

  * new upstream 0.14.2 release
  * remove all security patches (included upstream)
  * set maintainer to the QEMU team (Closes: #911427)
  * spice-protocol needs to be >= 0.14.0
  * require glib >= 2.38
  * do not disable celt051, it is not enabled by default anymore
  * explicitly enable optional features at configure time
    (gstreamer=1.0, sasl, lz4)
  * do not recommend but suggest gstreamer1.0-plugins-ugly
  * stop Break'ing very old spice-client packages
  * set $HOME when running tests
  * switch to python3 when building (Closes: #938548)
  * update libspice-server1.symbols
    (+SPICE_SERVER_0.14.2, +spice_qxl_set_device_info)
  * remove unneded --parallel option to debhelper
  * fix VCS fields to point to salsa

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 30 Aug 2019 13:54:00 +0300

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libspice-server1`.

Generated by dwww version 1.15 on Wed Jun 26 00:52:17 CEST 2024.