From patchwork Sat Sep 13 10:38:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9069 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cP76n402jz3whk for ; Sat, 13 Sep 2025 10:38:09 +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 4cP76n3Gj1z3mN for ; Sat, 13 Sep 2025 10:38:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cP76n2ZDsz30QC for ; Sat, 13 Sep 2025 10:38:09 +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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cP76k5hVmz2xQT for ; Sat, 13 Sep 2025 10:38:06 +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 4cP76k0n6qzJr; Sat, 13 Sep 2025 10:38:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757759886; 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=3DzN6EhxjqI2Xf+d4k7KEyPl7fs+3j3+S3l5ABvyf6E=; b=5cwtKq7jsGMsx5hmYDp1lgDnPfyeyfSsKUlkBPTHkq2+S0sxZBLjH6Ac62j7V6HThPl3N7 uhc750k7p4dRqQCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757759886; 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=3DzN6EhxjqI2Xf+d4k7KEyPl7fs+3j3+S3l5ABvyf6E=; b=lj6QJ9sq/GW3ucoQ6hQk/IGqBIQxejzlsi9uZ6EcmACh/bR3jXZbB4mqi99KFdMSkVvAjD OaVr2HgsdsSQp56BJCt0Uo/wMD5V01WM0UQvlXdFBmponcq8ybpeq0DkqK3gFZE3bF+aJN 27nIdvKGyMWp+kldeRIPC3rSOFDP8Mrb1cd3WZbfegfA6ES8sr5gdXQjhsoyWzrCSmOmtD dtBuy3J9iwqmVI1jyBoHU4Tuvvfewo5BxuGMzWzUEMsirTEsmG/3jKnC3LELozP3YcEMMf u/6QINF/MbD4N/3CusRWAduL39T+6DC20razUJlSAR9I/EVlY0zx3wHyIg1F+Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] tcl: Add note in lfs about tcl9 incompatibilities Date: Sat, 13 Sep 2025 12:38:03 +0200 Message-ID: <20250913103803.12114-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 --- lfs/tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/tcl b/lfs/tcl index 05cf99aa6..b02f11ac0 100644 --- a/lfs/tcl +++ b/lfs/tcl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,6 +25,8 @@ include Config VER = 8.6.14 +# Do not update to tcl9 without careful checking as expect and maybe other packages +# in the toolchain arer incomaptible THISAPP = tcl$(VER) DL_FILE = $(THISAPP)-src.tar.gz