From patchwork Sat Jan 20 05:29:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1616 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id CEEA060334 for ; Fri, 19 Jan 2018 19:29:16 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 644294481; Fri, 19 Jan 2018 19:29:15 +0100 (CET) Received: from hobbingen.heidenau.jonatanschlag.de (dslb-088-073-202-250.088.073.pools.vodafone-ip.de [88.73.202.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 6F5C94475; Fri, 19 Jan 2018 19:29:12 +0100 (CET) From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 4/7] spice: update to version 0.14 Date: Fri, 19 Jan 2018 19:29:00 +0100 Message-Id: <20180119182903.1151-4-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180119182903.1151-1-jonatan.schlag@ipfire.org> References: <20180119182903.1151-1-jonatan.schlag@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- config/rootfiles/packages/spice | 4 ++-- lfs/spice | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/spice b/config/rootfiles/packages/spice index 91fc0a68b..9ee1f9179 100644 --- a/config/rootfiles/packages/spice +++ b/config/rootfiles/packages/spice @@ -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 diff --git a/lfs/spice b/lfs/spice index 80e88dd56..434496849 100644 --- a/lfs/spice +++ b/lfs/spice @@ -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)