mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
spice: update to version 0.14
For changelog see: https://cgit.freedesktop.org/spice/spice/tree/NEWS This update alos fixes: CVE-2016-9577, CVE-2016-9578, CVE-2017-7506 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3019aa9970
commit
939cc0932e
@@ -6,12 +6,12 @@
|
||||
#usr/include/spice-server/spice-input.h
|
||||
#usr/include/spice-server/spice-migration.h
|
||||
#usr/include/spice-server/spice-qxl.h
|
||||
#usr/include/spice-server/spice-replay.h
|
||||
#usr/include/spice-server/spice-server.h
|
||||
#usr/include/spice-server/spice-version.h
|
||||
#usr/include/spice-server/spice.h
|
||||
#usr/lib/libspice-server.a
|
||||
#usr/lib/libspice-server.la
|
||||
#usr/lib/libspice-server.so
|
||||
usr/lib/libspice-server.so.1
|
||||
usr/lib/libspice-server.so.1.10.1
|
||||
usr/lib/libspice-server.so.1.12.4
|
||||
#usr/lib/pkgconfig/spice-server.pc
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.12.8
|
||||
VER = 0.14.0
|
||||
|
||||
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
|
||||
PAK_VER = 2
|
||||
PAK_VER = 3
|
||||
|
||||
DEPS = "opus"
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 376853d11b9921aa34a06c4dbef81874
|
||||
$(DL_FILE)_MD5 = 6622aa7dfb5cd026a4d0d7e659216d26
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user