From patchwork Sun Oct 5 12:35:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9159 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cfhhh4ydHz3wkk for ; Sun, 05 Oct 2025 12:36:04 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cfhhh0mqHz41d for ; Sun, 05 Oct 2025 12:36:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cfhhg73fBz2xnx for ; Sun, 05 Oct 2025 12:36:03 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cfhhd2pPXz2xXb for ; Sun, 05 Oct 2025 12:36:01 +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 4cfhhb5p65zyD; Sun, 05 Oct 2025 12:35:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759667760; 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; bh=vDuHQne7IVzBQjUe5pX9uO6M8CJS5hY0xjeZWKDrGTQ=; b=iDJ9k+CtS78WwftF6IHcbNyVJnzWM/bkqxVb2BmP0AKyprFlCyWYdlkpod7V3NNAVoFb6V lTYmkVmiyG7Il9CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759667760; 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; bh=vDuHQne7IVzBQjUe5pX9uO6M8CJS5hY0xjeZWKDrGTQ=; b=ROI8Exzh9LK8kXQp0c3IPV/gWEXdCfCME6Db43dQdy48cQv/oqQRpprvi2VWFNuT8nXzGf vBWT2z7K2GtuooAn3LhlP1oYOX+i8bgRNbo0gnEi8vFKQhpILsPaIczYrJAw67MUZq9lG+ DwctUVXohtCj2occPEyIG/BNa+wzBBIyLuXyqxFCuqkGKmfXGE55orqUXIBbS6GVW8f9ZI yVTgjR9DGBVvBkxz3k75YrZWCku0nWOEdLPOVMdsCrfzAzI9+IB66FJeLLiGiVdsgO5P9l qCXqiv2nc1+r6lPENSqrYf23oVV8jSXJezQMKJj9Ml/Y782f67Ts2kERy3+3dQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship harfbuzz Date: Sun, 5 Oct 2025 14:35:55 +0200 Message-ID: <20251005123556.3411189-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/199/filelists/harfbuzz | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/harfbuzz diff --git a/config/rootfiles/core/199/filelists/harfbuzz b/config/rootfiles/core/199/filelists/harfbuzz new file mode 120000 index 000000000..ffe1e0d0b --- /dev/null +++ b/config/rootfiles/core/199/filelists/harfbuzz @@ -0,0 +1 @@ +../../../common/harfbuzz \ No newline at end of file