From: Adolf Belka Date: Sat, 13 Sep 2025 10:38:03 +0000 (+0200) Subject: tcl: Add note in lfs about tcl9 incompatibilities X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=630920eb33860ee1172b40527b152053460f6932;p=ipfire-2.x.git tcl: Add note in lfs about tcl9 incompatibilities Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- 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