From patchwork Sat Oct 25 16:15:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9230 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" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cv4cx6df9z3wb0 for ; Sat, 25 Oct 2025 16:15:45 +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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cv4cx1m75z41s for ; Sat, 25 Oct 2025 16:15:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cv4cx0tQRz32g1 for ; Sat, 25 Oct 2025 16:15:45 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cv4ct3tJzz2xMF for ; Sat, 25 Oct 2025 16:15:42 +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 4cv4ct080qzGT; Sat, 25 Oct 2025 16:15:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761408942; 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=x4oMT1xcxxDcbPzpxXWjNmYY1V8zBM5FyORz8IUO1Zk=; b=egfnWT+lqo1TfxXJG/ql9eObEtt8z+kRZSP2rE3vE4GqWOmrbj0upXuQAa2pxTcJnWNDXS X2NUeBRJCkPrIZAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761408942; 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=x4oMT1xcxxDcbPzpxXWjNmYY1V8zBM5FyORz8IUO1Zk=; b=r9ds9QQnAabpD8WIgVOD8LvPEvZtxJ2xrB9PIrOSdww97AzTaE7G6uKyjOQHn1S1+uvaU7 yN0tZMEXQwmW+Idq9wnmsH3unoeqmGsz4Sq2AGQ4rH48PnC4C/W8ZaQCJ9Za+Ut08lB+FR 8ajaWZbbrENPTo7ySMTPDVY2iUdStj4Hr/+s8cb0UOh82tTDyyU5bBOa9EIUQdzUa1ypjz NHkPT9OBwCiufDAAMTX6ELjsXUfgtcYZUT2/NJGlBbB0ilRMeKyDV45ErEzRc8A/1zmNZd rzJmGc73zD4g45AGxZhw+tk9+EiYHANJjrNcK+/Z2WG3hW1Ki2gPpLcGIw9XAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship pcre2 Date: Sat, 25 Oct 2025 18:15:38 +0200 Message-ID: <20251025161539.2585804-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/pcre2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/pcre2 diff --git a/config/rootfiles/core/199/filelists/pcre2 b/config/rootfiles/core/199/filelists/pcre2 new file mode 120000 index 000000000..4482caeae --- /dev/null +++ b/config/rootfiles/core/199/filelists/pcre2 @@ -0,0 +1 @@ +../../../common/pcre2 \ No newline at end of file