From 3564ff8f3066b87370be867e285fd17ec4a698a9 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 5 Sep 2025 14:18:02 +0800 Subject: [PATCH] tk8: upgrade 8.6.15 -> 8.6.17 ChangeLog: 2024-12-19 (bug) [844c0b] Menu entry underline does not consider activeborderwidth 2025-01-03 (bug) [13ac26] wm iconbitmap does not correctly set the icon pixmap hint on macOS 2025-01-27 (bug) [080a28] Aqua: tk_getOpenFile crash 2025-01-28 (bug) [c99266] console menu zh_cn translations 2025-03-17 (bug) [159aa5] MS-Win: Incorrect system menu entries for transient toplevels 2025-03-17 (bug) [91d0e9] MS-Win: Withdrawn Tk transient windows can reappear in Windows taskbar preview 2025-04-26 (bug) [111f66] Aqua: cannot iconify all windows 2025-05-17 (bug) [7231bf99] Setting ttk state may change the variable passed by value 2025-05-29 (feature) [17b509] Win: support PNG images in icon files. 2025-06-01 (bug) [5d0bc3] block cursor size on a tab is too large 2025-07-03 (bug) [6b0f77] gcc 14 breaks configure test for bigendian leading to broken floating point 2025-07-14 (bug) [d25b72] error popup on ttk::scale with invisible trough 2025-07-16 (bug) [770fa0] loading windows dll's in Cygwin doesn't work with high-entropy-va 2025-07-25 (bug) [3d13f8,e90e8c] Aqua: dark mode improvements 2025-07-25 (bug) [e94c8b] interop with clipboard managers 2025-08-11 (bug) [dc38c9] Aqua: NSHighResolutionCapable should be a Boolean value 2025-08-11 (bug) [4e1e10] Aqua: CGRect/NSRect type mismatch on 32-bit Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/tcltk/{tk8_8.6.15.bb => tk8_8.6.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/tcltk/{tk8_8.6.15.bb => tk8_8.6.17.bb} (97%) diff --git a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb b/meta-oe/recipes-devtools/tcltk/tk8_8.6.17.bb similarity index 97% rename from meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb rename to meta-oe/recipes-devtools/tcltk/tk8_8.6.17.bb index 8cb9f6cb5e..d82d36dfdb 100644 --- a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb +++ b/meta-oe/recipes-devtools/tcltk/tk8_8.6.17.bb @@ -24,7 +24,7 @@ SRC_URI = "\ file://fix-xft.diff \ " -SRC_URI[sha256sum] = "550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec" +SRC_URI[sha256sum] = "e4982df6f969c08bf9dd858a6891059b4a3f50dc6c87c10abadbbe2fc4838946" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" UPSTREAM_CHECK_REGEX = "Tcl/(?P\d+(\.\d+)+)/"