From patchwork Fri Jul 4 10:18:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8901 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bYV2g2Y0jz3wmb for ; Fri, 4 Jul 2025 10:18:19 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bYV2g0xXnz6X0 for ; Fri, 4 Jul 2025 10:18:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bYV2g0B97z32yn for ; Fri, 4 Jul 2025 10:18:19 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bYV2c0WF6z2yqG for ; Fri, 4 Jul 2025 10:18:16 +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 4bYV2b2zLBz3rY; Fri, 4 Jul 2025 10:18:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624295; 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=9cGahVQdBTIW4GmH4PGpVObW52iHuCBJiJwqnE6Nhz8=; b=Hey9Zbt4CwTOCaiDbpsAt04BIuSPVeFaLBh0R1NvmJbbwAwj5VW8w4TllDetBYNiyrCcjm RC1Eb0K24hD85cBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624295; 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=9cGahVQdBTIW4GmH4PGpVObW52iHuCBJiJwqnE6Nhz8=; b=FpC8ekoP6adZCrjw+l220QnWIY7dyNUA0TjjOaTunvvjyxtnZ4n9MZmZ2jHejlDc1KEC5K pBsNUhqeux9C0LkeX30yo7i6q8Kw4eJVXdaCEREFsLAsopfdJk9E6o51mnEcWXjPLxJgMb UKrFepzNkR9FY6XPFKDTfeEUKLNhAliCc2aUSdUXSb7BGTkaTwMCALbOd1x4m4wudDNaD5 J35jwjNpO08eqrKIgDfxmNYUmxNFDYmY2lSAw5PTYpvWIZbdslNitEdoLLwwpzBlUWj978 c39H+V47Au0+Dv7+on4yf3n5U1/hBf6o6AB9BIyRIHbmQru3nfXm2t+pUz/vYQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core197: Ship libpng Date: Fri, 4 Jul 2025 12:18:12 +0200 Message-ID: <20250704101812.8234-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/197/filelists/libpng | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/197/filelists/libpng diff --git a/config/rootfiles/core/197/filelists/libpng b/config/rootfiles/core/197/filelists/libpng new file mode 120000 index 000000000..8ef96e2c1 --- /dev/null +++ b/config/rootfiles/core/197/filelists/libpng @@ -0,0 +1 @@ +../../../common/libpng \ No newline at end of file