From patchwork Tue Mar 18 21:20:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8526 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrd2F6Kz3wx3 for ; Tue, 18 Mar 2025 21:20:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZHPrb4hwpz5fD for ; Tue, 18 Mar 2025 21:20:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrX68NNz36Vx for ; Tue, 18 Mar 2025 21:20:28 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrT5MXZz333v for ; Tue, 18 Mar 2025 21:20:25 +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 4ZHPrT3g40z5TY; Tue, 18 Mar 2025 21:20:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332825; 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=0L7y/OH6Ff6UcyUG91oCpOwXeAjAMClE7lnQVIJqy+U=; b=KVUauAjcf9Va2vAujo2H1FNyvjhsqOGAiNOHlrfXetT3tBRhAYyOAOViayin4XZjoQoH/C GblYDBWTUq7oXWxV/ViY9/aYzSqPxl1vOMHV7LTdkILAH0WMWSn6nyL1HVT1WngVHIbhxe 2U9AT6erYT9uW5B5PjIeQPivmX1K/EEg8jYG3NN2BsjBdDS0JkC2387Y6qlj0p/okevw30 p7lI9PN3sL1E4kZ/SO+z/WPgZU/4+GzDY4BpJge7VpOmivEg1EdFTpFMqIhVEL2pMeYUsw 9IyPdNi8M9a6g0eqBG4ov2GOfKrStj2PN65Q8SkUqdjK6ZdPe89jsVAv3FHjpw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332825; 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=0L7y/OH6Ff6UcyUG91oCpOwXeAjAMClE7lnQVIJqy+U=; b=0FBK4RIJAm/bSEzIMKTwdkgYeN+5YZErhuuX4pEzC8iysM/AuQ/uoJ+Spbm/ijA1Vks+R5 4FH5Qd673ufzVBAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] cairo: Update to version 1.18.4 Date: Tue, 18 Mar 2025 22:20:05 +0100 Message-ID: <20250318212018.3324141-2-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-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 1.18.2 to 1.18.4 - Update of rootfile - Changelog 1.18.4 The dependency on LZO has been made optional through a build time configuration toggle. [!580] You can build Cairo against a Freetype installation that does not have the FT_Color type. [#792] Cairo tests now build on Solaris 11.4 with GCC 14. [!599] The DirectWrite backend now builds on MINGW 11. [!600] Thanks to Luca Bacci, the DirectWrite backend now supports font variations and proper glyph coverage. [#877, !602] Support for Windows 98 has been removed. The minimum requirement for Windows is now Vista. Signed-off-by: Adolf Belka --- config/rootfiles/common/cairo | 6 +++--- lfs/cairo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/cairo b/config/rootfiles/common/cairo index 2e4474607..8bf1ee483 100644 --- a/config/rootfiles/common/cairo +++ b/config/rootfiles/common/cairo @@ -17,13 +17,13 @@ #usr/lib/cairo/libcairo-trace.so #usr/lib/libcairo-gobject.so usr/lib/libcairo-gobject.so.2 -usr/lib/libcairo-gobject.so.2.11802.2 +usr/lib/libcairo-gobject.so.2.11804.4 #usr/lib/libcairo-script-interpreter.so usr/lib/libcairo-script-interpreter.so.2 -usr/lib/libcairo-script-interpreter.so.2.11802.2 +usr/lib/libcairo-script-interpreter.so.2.11804.4 #usr/lib/libcairo.so usr/lib/libcairo.so.2 -usr/lib/libcairo.so.2.11802.2 +usr/lib/libcairo.so.2.11804.4 #usr/lib/pkgconfig/cairo-fc.pc #usr/lib/pkgconfig/cairo-ft.pc #usr/lib/pkgconfig/cairo-gobject.pc diff --git a/lfs/cairo b/lfs/cairo index b15c665e4..62cfe98cb 100644 --- a/lfs/cairo +++ b/lfs/cairo @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -24,7 +24,7 @@ include Config -VER = 1.18.2 +VER = 1.18.4 THISAPP = cairo-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6046ebc96bf79ef4fcff476d998cee756b0132198c129b049101ab7a70fe420b37f0f0b3ff90c51188005a19b87cb9dabe451bd97679d75ef397f0b3feb2af14 +$(DL_FILE)_BLAKE2 = 976de469b077dac964d15257e5d2edf271df720d45370c6cd6ee1d1df79aec5b1e1126a2fb1954c5f5dd74b0b83f32e44d3e442f983d436aa7f389807615b3ed install : $(TARGET)