From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cGHV84qQKz30J3 for ; Tue, 02 Sep 2025 07:31:12 +0000 (UTC) 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 4cGHV52G40z30XN for ; Tue, 02 Sep 2025 07:31:09 +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 4cGHTy6STyz2Pq; Tue, 02 Sep 2025 07:31:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756798263; 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=cTGhl1l0nPOSk6rHb3YsT3BhwlweBHytc1MV6w7/wDk=; b=b1wgNPidnAga38ZZWViHOWSuc2rr+MeRPr/8jY7jBuuvwhTVxAsnk9ySPIdaq82IdtF4Fx ZXTforvCkeqEd3BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756798263; 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=cTGhl1l0nPOSk6rHb3YsT3BhwlweBHytc1MV6w7/wDk=; b=MGfLI+ix/I8Hf6gTFTWsqbh0hfPVswT7q3LTfreDhtwyAIOmeCOlmymmK5nnB7n2vAHVvB 7S7kURzFyZX3pBumpOq+LSfgeohSzRBMwqhdwXNcxiN7vuuoR3+0WJf4Iw26f1y+bkvWWI 9DDaqgEALD7HzatcQC+N4S0Xh6sH8f8isVPeOSLr34m/x6q3iYWuyginxQ6jbK1nQTg+8T O6uA9gm3LsZCjNQE9cpcIcgAkwSC7mI4Nq+dBrzW7JtAx/KWM8xbgkk2FCuATk109rQbaN 0Ft10sLrTIfRG/lwdmWbahMwYoZUz83VCo9Sg4xfbJu6cksgNBlFqw4oT/rNKg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship pcre2 Date: Tue, 2 Sep 2025 09:30:41 +0200 Message-ID: <20250902073044.1675-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/198/filelists/pcre2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/pcre2 diff --git a/config/rootfiles/core/198/filelists/pcre2 b/config/rootfiles/core/198/filelists/pcre2 new file mode 120000 index 000000000..4482caeae --- /dev/null +++ b/config/rootfiles/core/198/filelists/pcre2 @@ -0,0 +1 @@ +../../../common/pcre2 \ No newline at end of file -- 2.51.0