From patchwork Thu Jul 9 15:08:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10026 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzJ6PbYz3wwg for ; Thu, 09 Jul 2026 15:09:00 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gwyzJ360Lz6nV for ; Thu, 09 Jul 2026 15:09:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gwyzG4h77z34S9 for ; Thu, 09 Jul 2026 15:08:58 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzC75ZBz2xXQ for ; Thu, 09 Jul 2026 15:08:55 +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 4gwyzC4g0Kz6l1; Thu, 09 Jul 2026 15:08:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783609735; 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=oPmHNkudKZjmZpY+RlA02tu2Mky6+4TngGo8bvZ7syY=; b=fEJ+vZrTKSKI8/V7qLDZlQFqMajpGSn+oXduv+QUJwtkgLQG9Ol9N3Bp6j8xvJtrnCx0ms HoZ3HGwQ+KGrEtDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783609735; 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=oPmHNkudKZjmZpY+RlA02tu2Mky6+4TngGo8bvZ7syY=; b=vfuy/fzk+obUqiKn4JG3E7cHR/EdBKjVAXrq+v9srKBUfwMP18MIG5SbFlMz8sJ66HZcAS u6ZxT9g9EZGYcPgl5bhKL6jRZbZWQA2axfMA8KBG8hknxCWjEUkzYep1fhUOb7eFyq5Co8 PJRazr64Jd/0Nn8g+U5al47XYXc+kZMYzwiJSPaY5C90i1HDuhB4bXCK3SA/OXITR8l0tS eT6da1n63ZyyNJiFysV8QZRwxQZvdvsj7fbxHap6ohjq507D9ah0/yY0e6tf/ygdkHbN9P jVJIwoJoU+YuQev9t0X7JC9vFWe9FNjSlU9Uo3UhpuyrRLr+s6zZNXTNqiRpiA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core204: Ship tzdata Date: Thu, 9 Jul 2026 17:08:46 +0200 Message-ID: <20260709150851.3632942-4-adolf.belka@ipfire.org> In-Reply-To: <20260709150851.3632942-1-adolf.belka@ipfire.org> References: <20260709150851.3632942-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/204/filelists/tzdata | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/tzdata diff --git a/config/rootfiles/core/204/filelists/tzdata b/config/rootfiles/core/204/filelists/tzdata new file mode 120000 index 000000000..5a6e3252f --- /dev/null +++ b/config/rootfiles/core/204/filelists/tzdata @@ -0,0 +1 @@ +../../../common/tzdata \ No newline at end of file