From patchwork Fri Jun 5 16:11:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9910 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gX5zd3C2xz3wrh for ; Fri, 05 Jun 2026 16:11:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gX5zb4n7cz7B4 for ; Fri, 05 Jun 2026 16:11:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gX5zX3CT5z363w for ; Fri, 05 Jun 2026 16:11:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gX5zP0x7Nz34Qc for ; Fri, 05 Jun 2026 16:11:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gX5zN3NbZz2Y0; Fri, 05 Jun 2026 16:11:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780675904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s9+22ZyURytKhuW8z7rBSgIHgxemS4pdACkn8VoWvns=; b=fubh2vu5i01lglgGKpgZh78Q4KRPcIlGln4o+Mo4ZZQHkNcWHUf6565PCuru1rd3RoZA0v MaKrRAny6sRkMLAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780675904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s9+22ZyURytKhuW8z7rBSgIHgxemS4pdACkn8VoWvns=; b=GieMr9V/0YxOufLIxo9Q2j93tgXRyV1Fb+uwxKyoPxwI8TlB0kdNqGdeygs08OHbw+/szQ Egh8E1nrqa1rgEAw6kMTXWYgqcQvGlyiK6OWMdnl5c4cKUsQe2+vLjgqYnKtKcF+PFHVm6 7B5Oyn9D9nV+azJDVwDztBFgxnPa+vrPYUK2m5xFliIdirJmBVgk/KUqSCBmBRNkuhqJrx iZ9fo9rd8Ls/Pa8bFlDDqaWnQyRBuVqzSuC03c/4zQ+66BCAk0V+EAEmX0RS/hryOfuYhO V0XIsuzYF3V2Zlx3Ql/kiseBW5ksGn93GLY1ISpa4Umvy497Sn/wfhIEqaIQxg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] spice-protocol: Update to version 0.14.5 Date: Fri, 5 Jun 2026 18:11:37 +0200 Message-ID: <20260605161139.3632709-8-adolf.belka@ipfire.org> In-Reply-To: <20260605161139.3632709-1-adolf.belka@ipfire.org> References: <20260605161139.3632709-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.14.3 to 0.14.5 - No change to rootfile - Changelog 0.14.5 * Add SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX * Fix for Windows Arm64 build 0.14.4 * Fix enum deprecation warning for visual studio * Fix documentation typos in stream-device.h Signed-off-by: Adolf Belka --- lfs/spice-protocol | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lfs/spice-protocol b/lfs/spice-protocol index 98433ee2d..f5c184f99 100644 --- a/lfs/spice-protocol +++ b/lfs/spice-protocol @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = SPICE-protocol definitions -VER = 0.14.3 +VER = 0.14.5 THISAPP = spice-protocol-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = spice-protocol -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 32e69c56ea78e21cf2ff9474e34908eababc1dd9667cd8be24c973e9ff006e1a14f55dd23ab16c40d7bcb5bd7f00392edccdd3512218928787ad9162a6519f1c +$(DL_FILE)_BLAKE2 = 25d6ab5cd1615cee10cf88b405c4508bcbd4ab2c6778a0546e9d411c43f789bddec52715460df765c915490402e09111c1c9c414489dfa98c0e2bde9a5a11912 install : $(TARGET) @@ -81,7 +81,9 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && meson --prefix=/usr builddir/ + cd $(DIR_APP) && meson \ + --prefix=/usr \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP)