From a01d99ec5f2c1b05bfc7b1c7176ded94fd99a07b Mon Sep 17 00:00:00 2001 From: Andreas Wacknitz Date: Thu, 12 Dec 2024 17:35:26 +0100 Subject: [PATCH] tcl: update to 8.6.16 --- components/tcl/tcl/Makefile | 4 ++-- components/tcl/tcl/manifests/sample-manifest.p5m | 2 +- components/tcl/tcl/tcl.p5m | 2 +- components/tcl/tcl/test/results-all.master | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/tcl/tcl/Makefile b/components/tcl/tcl/Makefile index d0f52382dd..a8596d0be5 100644 --- a/components/tcl/tcl/Makefile +++ b/components/tcl/tcl/Makefile @@ -28,14 +28,14 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= tcl -COMPONENT_VERSION= 8.6.15 +COMPONENT_VERSION= 8.6.16 COMPONENT_MINOR_VERSION= $(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\([0-9]\+\)\.\([0-9]\+\)\.[0-9]\+/\1.\2/') COMPONENT_SUMMARY= Tcl - portable scripting environment COMPONENT_DESCRIPTION= Tcl is a dynamic programming language used in web and desktop applications, networking, administration, testing and many more applications COMPONENT_PROJECT_URL= https://core.tcl-lang.org/ COMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_NAME)-core$(COMPONENT_VERSION)-src.tar.gz -COMPONENT_ARCHIVE_HASH= sha256:844775491e435e34d83d6ccfbadd1342f1855f1705253233a86152df0765e78d +COMPONENT_ARCHIVE_HASH= sha256:3b371386a9a928eecdbf263bcab7d6a531e620ca3fbab4fdeeb3d6a9a56f38e9 COMPONENT_ARCHIVE_URL= https://prdownloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) COMPONENT_FMRI= runtime/tcl-8 COMPONENT_CLASSIFICATION= Development/Other Languages diff --git a/components/tcl/tcl/manifests/sample-manifest.p5m b/components/tcl/tcl/manifests/sample-manifest.p5m index 7e49eba42a..9c9bd54e5e 100644 --- a/components/tcl/tcl/manifests/sample-manifest.p5m +++ b/components/tcl/tcl/manifests/sample-manifest.p5m @@ -263,7 +263,7 @@ file path=usr/lib/tcl8.6/word.tcl file path=usr/lib/tcl8/8.4/platform-1.0.19.tm file path=usr/lib/tcl8/8.4/platform/shell-1.1.4.tm file path=usr/lib/tcl8/8.5/msgcat-1.6.1.tm -file path=usr/lib/tcl8/8.5/tcltest-2.5.8.tm +file path=usr/lib/tcl8/8.5/tcltest-2.5.9.tm file path=usr/lib/tcl8/8.6/http-2.9.8.tm file path=usr/share/man/man1/tclsh.1 file path=usr/share/man/man1t/Tcl.1t diff --git a/components/tcl/tcl/tcl.p5m b/components/tcl/tcl/tcl.p5m index 9f7e775d63..8458aacef3 100644 --- a/components/tcl/tcl/tcl.p5m +++ b/components/tcl/tcl/tcl.p5m @@ -272,7 +272,7 @@ file path=usr/lib/tcl$(COMPONENT_MINOR_VERSION)/word.tcl file path=usr/lib/tcl8/8.4/platform-1.0.19.tm file path=usr/lib/tcl8/8.4/platform/shell-1.1.4.tm file path=usr/lib/tcl8/8.5/msgcat-1.6.1.tm -file path=usr/lib/tcl8/8.5/tcltest-2.5.8.tm +file path=usr/lib/tcl8/8.5/tcltest-2.5.9.tm file path=usr/lib/tcl8/8.6/http-2.9.8.tm file path=usr/share/man/man1/tclsh.1 file path=usr/share/man/man1t/Tcl.1t diff --git a/components/tcl/tcl/test/results-all.master b/components/tcl/tcl/test/results-all.master index 5996c14bb6..97e626a515 100644 --- a/components/tcl/tcl/test/results-all.master +++ b/components/tcl/tcl/test/results-all.master @@ -1,3 +1,3 @@ -all.tcl: Total 46533 Passed 43208 Skipped 3297 Failed 28 +all.tcl: Total 46549 Passed 43217 Skipped 3299 Failed 33 Sourced 152 Test Files. -Files with failing tests: chanio.test cmdAH.test fileSystem.test http.test io.test safe.test socket.test +Files with failing tests: chanio.test cmdAH.test fileSystem.test http.test io.test safe.test socket.test tcltest.test unixFCmd.test -- 2.11.4.GIT