]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tcl: Add note in lfs about tcl9 incompatibilities
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 13 Sep 2025 10:38:03 +0000 (12:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 11:01:16 +0000 (11:01 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tcl

diff --git a/lfs/tcl b/lfs/tcl
index 05cf99aa6b119e4276f0299b7b368ded47d202e8..b02f11ac00f4f5b347528db0793cd8863d77077c 100644 (file)
--- a/lfs/tcl
+++ b/lfs/tcl
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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