]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Update spice to version 0.12.8
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 16 Jul 2016 10:18:52 +0000 (12:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Jul 2016 10:28:57 +0000 (11:28 +0100)
This is an security update.
Recent were 2 serious security vulnerabilities published.
This patch update spice to a version which is not vulnerable.

Changelog:

Changes in 0.12.8:

==================
* Fixes for CVE-2016-0749 and CVE-2016-2150

Changes in 0.12.7:
==================
* spice-server will now send TCP keepalive probes on the TCP connections
  it
  uses. This can prevent unwanted idle disconnections if proxies are
  used
  between the client and the host.
* Fix important memory usage when the webdav channel is used
* Do not disconnect when the client requests an unsupported compression
  type
* Fix a few race conditions
* Fix display glitch when using XSpice
* Improve help string for 'replay -s'
* Fix crashes in corner cases (buggy spice-html5 + win10, vnc + SPICE
  port
  configured, USB webcam redirection over a slow link)
* Fix various compilation warning when building on 32 bit machines
* Some fixes for big-endian machines, more work is likely to be needed
* Do not build static libraries by default, this can be reenabled with
  --enable-static
* Fix small leak in MJPEG code

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/spice
lfs/spice

index 93d2e9efcf14a7ebb6267f37f744859d0e228e8e..91fc0a68b35eec523cefd9b6762f3a30fba4b641 100644 (file)
@@ -13,5 +13,5 @@
 #usr/lib/libspice-server.la
 #usr/lib/libspice-server.so
 usr/lib/libspice-server.so.1
 #usr/lib/libspice-server.la
 #usr/lib/libspice-server.so
 usr/lib/libspice-server.so.1
-usr/lib/libspice-server.so.1.10.0
+usr/lib/libspice-server.so.1.10.1
 #usr/lib/pkgconfig/spice-server.pc
 #usr/lib/pkgconfig/spice-server.pc
index 415d5aa415fffb3cb52dc8cbb409b049bbec46a6..80e88dd56fe87bde7d1b1e7fbfcf3212af8407eb 100644 (file)
--- a/lfs/spice
+++ b/lfs/spice
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 0.12.6
+VER        = 0.12.8
 
 THISAPP    = spice-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
 THISAPP    = spice-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = spice
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = spice
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "opus"
 
 
 DEPS       = "opus"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 605a8c8ea80bc95076c4b3539c6dd026
+$(DL_FILE)_MD5 = 376853d11b9921aa34a06c4dbef81874
 
 install : $(TARGET)
 
 
 install : $(TARGET)