pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/tk



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  4 09:54:32 UTC 2026

Modified Files:
        pkgsrc/x11/tk: Makefile.version distinfo

Log Message:
tk: updated to 8.6.18

8.6.18

Aqua: Non-menubar menu invisible if toplevel is on another display (chavez).

(bug) [a91b24] Correct macOSVersion on future macOS for older SDK builds (chavez)

(bug) [d93d96] Pointer arithmetic with NULL in ImgGetPhoto() (chavez)

(bug) [6c4795] leak in XCreateBitmapFromData() in ImgGetPhoto() (chavez)

(new) [04e173] Add support for Copy/Cut/Paste keys in X11 (nijtmans)

(bug) [95da0f] tkpWinRopModes[GXnoop] is R2_NOT, should be R2_NOP (chavez)

(bug) [2c240b] Install pkg-config file (oscarfv)

(bug) [816739] Install man pages (oscarfv)

(bug) [8b725d] Missing border pixels in alt theme on Windows (nemethi)

(bug) [265ff2] Artifacts in a few themed widgets on x11 and aqua (nemethi)

(bug) [a80e5f] Core dump Tk_GetFontFromObj (werner)

(bug) [6051a9] MS-Win canvas arcs with to small extend are drawn as 360 degrees (chavez,vogel)

(bug) [c23f79] Xft text is unusable for 32-bit visual when default visual is 24-bit (werner)

(bug) [6da885] Aqua: avoid use-after-free during RefocusGrabWindow() (chavez)

(bug) [44b34c] Fix crash on exit due to faulty asm code in DllMain (fuentes)

(patch) [4d2baa] Improve the look of the ttk::spinbox widgets in the built-in themes (nemethi)

(bug) [edd1a6] Lack of bounds checking in argument parsing for some widgets

(bug) [fe5549] Error in ::tk::spinbox::ButtonUp on MacOS (SVIDevelopment)

(bug) [8e4fb0] crash in text sync subcommand (emiliano)

(bug) [c77b42] X11: crash by wm forget on menu (emiliano)

(bug) [5d2061] fails to build with glibc 2.43 (emiliano)

(bug) [e2418c] Pointer warp relative to the screen's root window fails if the Tk root window
        is withdrawn (leunissen)

(bug) [d8f964] Segfault under Windows when executing test file menu.test with
        "-singleproc 0" (nadkarni)

(bug) [7f67bb] Check recursive menu usage to avoid crash (werner, emiliano)

(patch) [aca995] Get rid of the ugly Motif-style cascade arrows on X11 (nemethi)

(bug) [556606] Block cursor in text widget may hide the character underneath (werner)

(bug) [011533] Flip ttk::notebook tab states "first" and "last" for "-tabplacement e*|s*" (werner)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/tk/Makefile.version
cvs rdiff -u -r1.64 -r1.65 pkgsrc/x11/tk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/tk/Makefile.version
diff -u pkgsrc/x11/tk/Makefile.version:1.28 pkgsrc/x11/tk/Makefile.version:1.29
--- pkgsrc/x11/tk/Makefile.version:1.28 Wed Aug 27 15:08:21 2025
+++ pkgsrc/x11/tk/Makefile.version      Thu Jun  4 09:54:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.28 2025/08/27 15:08:21 adam Exp $
+# $NetBSD: Makefile.version,v 1.29 2026/06/04 09:54:32 adam Exp $
 # used by cad/xcircuit/Makefile
 # used by devel/tcl-tclcl/Makefile
 # used by lang/tcl/Makefile
@@ -7,4 +7,4 @@
 
 TK_SONUM=      86
 TK_BASEVER=    8.6
-TK_VERSION=    8.6.17
+TK_VERSION=    8.6.18

Index: pkgsrc/x11/tk/distinfo
diff -u pkgsrc/x11/tk/distinfo:1.64 pkgsrc/x11/tk/distinfo:1.65
--- pkgsrc/x11/tk/distinfo:1.64 Wed Aug 27 15:08:21 2025
+++ pkgsrc/x11/tk/distinfo      Thu Jun  4 09:54:32 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.64 2025/08/27 15:08:21 adam Exp $
+$NetBSD: distinfo,v 1.65 2026/06/04 09:54:32 adam Exp $
 
-BLAKE2s (tk8.6.17-src.tar.gz) = 862e9f4f061be613132f809ae8ec851d0a6cfa1b43568427d96b6dd2c23b9535
-SHA512 (tk8.6.17-src.tar.gz) = 9997729e68a3eb2d6a2938c47c08456f2d60dfb59ccf16b5477e70e40eb127e1ff0f86f88da0c3fdd4c7f6cedc94482bba1cce9483f8cca91bdca4a54ea92707
-Size (tk8.6.17-src.tar.gz) = 4593109 bytes
+BLAKE2s (tk8.6.18-src.tar.gz) = 068fd09f893c3a3155ddf4ff15bb91c7129038084d855bbda621735a38b6c4b8
+SHA512 (tk8.6.18-src.tar.gz) = 117993f8b7130d8c6cebffc49578f17eb6e8986f7bb165a8e541c4791f3091328acd61dd48dc57516607b02c321511a984fc4f17ad09fc06338db2b6d44e6f74
+Size (tk8.6.18-src.tar.gz) = 4600288 bytes
 SHA1 (patch-unix_Makefile.in) = 782d1396ea6729da9824e08a4ce26f882a8515b4
 SHA1 (patch-unix_configure) = d79c6d3b828c8126c8486003826eab0445921dd9



Home | Main Index | Thread Index | Old Index