From patchwork Wed Aug 30 14:17:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7133 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RbRGD6zpDz3wtH for ; Wed, 30 Aug 2023 14:17:56 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RbRG75DZ2z2q9; Wed, 30 Aug 2023 14:17:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RbRG70sDPz30BG; Wed, 30 Aug 2023 14:17:51 +0000 (UTC) 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RbRG561bwz2y9s for ; Wed, 30 Aug 2023 14:17:49 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RbRG54VjJz2bg; Wed, 30 Aug 2023 14:17:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1693405069; 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=dFkaF4893Wxy68qfNRWaDG4BfuhWmZkzFjhcR02L094=; b=3Eb2HfI0xOaKzto3kws4HyKvT+LLmAYGklI1OPSkGRHwh2ZQnoHOzmssm9Z95+mVmsUHyE NJD6fx3PZ1tlo9Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1693405069; 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=dFkaF4893Wxy68qfNRWaDG4BfuhWmZkzFjhcR02L094=; b=LPPPpkuQ+16oWU4RRCBO8CvvqR24TFj1qoD7wXPqquaymCSPhaF/Yy47ZC0uqgM41G+bl4 LxQeL+CHwti+X2+6S2euPwBl0N0oShZ4zgf8hfpg24G5y65nNmk1NjJDFV3dy8qhj7uHno ASvU+6c+QyZAqLNqB2Cjc4J9fdPTgcyOY6pjH4c6rWJYokTHInmvGd6JbemsaUzKbmgfMr BMsszvbefnnMxS8Zm9XwZdcTFwAvx8AX8UsDJsvW5Bg3fKcHYrBCeOtpn9r79IhKXDTshK HySF6fOI9eZRKtswAD33Y2ylNgsvjWVN772u/w7vaz/4ywKfDM5iaacjHIic6w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tcl: Update to version 8.6.13 Date: Wed, 30 Aug 2023 16:17:33 +0200 Message-ID: <20230830141742.2723629-2-adolf.belka@ipfire.org> In-Reply-To: <20230830141742.2723629-1-adolf.belka@ipfire.org> References: <20230830141742.2723629-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 8.6.12 to 8.6.13 - Update of rootfile - Changelog Last changelog in the source tarball is from 2008. There is no changelog on the tcl website or the tcl github repository. The only option is the commits log - https://github.com/tcltk/tcl/commits/main Signed-off-by: Adolf Belka --- config/rootfiles/common/tcl | 74 ++++++++++++++++++------------------- lfs/tcl | 6 +-- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/config/rootfiles/common/tcl b/config/rootfiles/common/tcl index e0da3a802..5dd185c51 100644 --- a/config/rootfiles/common/tcl +++ b/config/rootfiles/common/tcl @@ -25,20 +25,20 @@ usr/bin/tclsh8.6 #usr/include/tdbc.h #usr/include/tdbcDecls.h #usr/include/tdbcInt.h -#usr/lib/itcl4.2.2 -usr/lib/itcl4.2.2/itcl.tcl -usr/lib/itcl4.2.2/itclConfig.sh -usr/lib/itcl4.2.2/itclHullCmds.tcl -usr/lib/itcl4.2.2/itclWidget.tcl -usr/lib/itcl4.2.2/libitcl4.2.2.so -usr/lib/itcl4.2.2/libitclstub4.2.2.a -usr/lib/itcl4.2.2/pkgIndex.tcl +usr/lib/itcl4.2.3 +usr/lib/itcl4.2.3/itcl.tcl +usr/lib/itcl4.2.3/itclConfig.sh +usr/lib/itcl4.2.3/itclHullCmds.tcl +usr/lib/itcl4.2.3/itclWidget.tcl +usr/lib/itcl4.2.3/libitcl4.2.3.so +usr/lib/itcl4.2.3/libitclstub4.2.3.a +usr/lib/itcl4.2.3/pkgIndex.tcl usr/lib/libtcl8.6.so #usr/lib/libtclstub8.6.a #usr/lib/pkgconfig/tcl.pc -#usr/lib/sqlite3.36.0 -usr/lib/sqlite3.36.0/libsqlite3.36.0.so -usr/lib/sqlite3.36.0/pkgIndex.tcl +#usr/lib/sqlite3.40.0 +usr/lib/sqlite3.40.0/libsqlite3.40.0.so +usr/lib/sqlite3.40.0/pkgIndex.tcl #usr/lib/tcl8 #usr/lib/tcl8.6 usr/lib/tcl8.6/auto.tcl @@ -269,39 +269,39 @@ usr/lib/tcl8.6/tm.tcl usr/lib/tcl8.6/word.tcl #usr/lib/tcl8/8.4 usr/lib/tcl8/8.4/platform -usr/lib/tcl8/8.4/platform-1.0.18.tm +usr/lib/tcl8/8.4/platform-1.0.19.tm usr/lib/tcl8/8.4/platform/shell-1.1.4.tm #usr/lib/tcl8/8.5 usr/lib/tcl8/8.5/msgcat-1.6.1.tm -usr/lib/tcl8/8.5/tcltest-2.5.3.tm +usr/lib/tcl8/8.5/tcltest-2.5.5.tm #usr/lib/tcl8/8.6 -usr/lib/tcl8/8.6/http-2.9.5.tm +usr/lib/tcl8/8.6/http-2.9.8.tm usr/lib/tcl8/8.6/tdbc -usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.3.tm +usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.5.tm usr/lib/tclConfig.sh usr/lib/tclooConfig.sh -usr/lib/tdbc1.1.3 -usr/lib/tdbc1.1.3/libtdbc1.1.3.so -usr/lib/tdbc1.1.3/libtdbcstub1.1.3.a -usr/lib/tdbc1.1.3/pkgIndex.tcl -usr/lib/tdbc1.1.3/tdbc.tcl -usr/lib/tdbc1.1.3/tdbcConfig.sh -#usr/lib/tdbcmysql1.1.3 -usr/lib/tdbcmysql1.1.3/libtdbcmysql1.1.3.so -usr/lib/tdbcmysql1.1.3/pkgIndex.tcl -usr/lib/tdbcmysql1.1.3/tdbcmysql.tcl -#usr/lib/tdbcodbc1.1.3 -usr/lib/tdbcodbc1.1.3/libtdbcodbc1.1.3.so -usr/lib/tdbcodbc1.1.3/pkgIndex.tcl -usr/lib/tdbcodbc1.1.3/tdbcodbc.tcl -#usr/lib/tdbcpostgres1.1.3 -usr/lib/tdbcpostgres1.1.3/libtdbcpostgres1.1.3.so -usr/lib/tdbcpostgres1.1.3/pkgIndex.tcl -usr/lib/tdbcpostgres1.1.3/tdbcpostgres.tcl -#usr/lib/thread2.8.7 -usr/lib/thread2.8.7/libthread2.8.7.so -usr/lib/thread2.8.7/pkgIndex.tcl -usr/lib/thread2.8.7/ttrace.tcl +usr/lib/tdbc1.1.5 +usr/lib/tdbc1.1.5/libtdbc1.1.5.so +usr/lib/tdbc1.1.5/libtdbcstub1.1.5.a +usr/lib/tdbc1.1.5/pkgIndex.tcl +usr/lib/tdbc1.1.5/tdbc.tcl +usr/lib/tdbc1.1.5/tdbcConfig.sh +#usr/lib/tdbcmysql1.1.5 +usr/lib/tdbcmysql1.1.5/libtdbcmysql1.1.5.so +usr/lib/tdbcmysql1.1.5/pkgIndex.tcl +usr/lib/tdbcmysql1.1.5/tdbcmysql.tcl +#usr/lib/tdbcodbc1.1.5 +usr/lib/tdbcodbc1.1.5/libtdbcodbc1.1.5.so +usr/lib/tdbcodbc1.1.5/pkgIndex.tcl +usr/lib/tdbcodbc1.1.5/tdbcodbc.tcl +#usr/lib/tdbcpostgres1.1.5 +usr/lib/tdbcpostgres1.1.5/libtdbcpostgres1.1.5.so +usr/lib/tdbcpostgres1.1.5/pkgIndex.tcl +usr/lib/tdbcpostgres1.1.5/tdbcpostgres.tcl +#usr/lib/thread2.8.8 +usr/lib/thread2.8.8/libthread2.8.8.so +usr/lib/thread2.8.8/pkgIndex.tcl +usr/lib/thread2.8.8/ttrace.tcl #usr/man/man1/tclsh.1 #usr/man/man3 #usr/man/man3/DString.3 diff --git a/lfs/tcl b/lfs/tcl index f64b7dce4..3bfde88a2 100644 --- a/lfs/tcl +++ b/lfs/tcl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 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 # @@ -24,7 +24,7 @@ include Config -VER = 8.6.12 +VER = 8.6.13 THISAPP = tcl$(VER) DL_FILE = $(THISAPP)-src.tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 21367f4ee5903fac68177b6cc61517237e1b9347a18f213cb02ebd7cde21af9d5590d7270bc5ba8c03f3595dea1f2eaf065165b1cc0b0bc34e5329cd197b8159 +$(DL_FILE)_BLAKE2 = f7d895ee04bf2be2a327a957189a8a4400afae13d065163c4c7b6b5ee909bae2352114843d82d9475046eafd3d288da2c1649fe6285fdb26eb22f0b97e4227ab install : $(TARGET)