pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kitty
Module Name: pkgsrc
Committed By: ktnb
Date: Tue May 19 14:59:16 UTC 2026
Modified Files:
pkgsrc/x11/kitty: Makefile PLIST distinfo go-modules.mk
Added Files:
pkgsrc/x11/kitty/patches: patch-kitty_disk-cache.c
Log Message:
kitty: update to 0.47.0
- A new Drag and drop kitten to allow drag and drop of files from
your shell to any GUI program even across SSH
- A new option palette_generate to automatically generate the 256
color palette from the first 16 colors
- For builtin key mappings automatically fallback to matching the
US-PC layout key when the pressed key has no matches and is a
non-English character
- Allow drag and drop of windows to re-arrange them, move them to
another tab/OS Window or detach them into a new OS Window. See
toggle_window_title_bars to temporarily show window title bars to
drag them around
- Have scroll_line_up and scroll_line_down smooth scroll by default.
Can be restored to old behavior by re-mapping without the smooth
argument
- Draw a progress bar at the top of the window when a program
reports progress using the OSC 9;4 escape sequence, controlled by
progress_bar
- Automatically reload configuration on changes, controlled by
auto_reload_config
- Allow specifying multiple background images for background_image
that are stored on GPU to allow fast image switching
- Remote control: Expose session_name and last_focused_at in the
output of kitten @ ls for each window
- Allow optionally dragging URLs with the mouse, see left
- Change focus_follows_mouse to switch the active window only when
the mouse crosses into a different window, instead of on every
mouse motion event. Prevents accidental mouse bumps from undoing
a keyboard-driven window switch.
- Wayland: Use hold gestures to cancel momentum scrolling when
fingers are placed on the trackpad, for a more natural kinetic
scrolling experience
- macOS: Switch to new Tahoe style application icon with different
background in light and dark modes
- Fix thickness of diagonal lines in box drawing characters not
the same as horizontal/vertical lines
- Graphics protocol: Fix crash when handling invalid PNG image with
direct transmission (CVE 2026-33633)
- Graphics protocol: Fix crash when handling invalid offset values
in graphics compose commands (CVE 2026-33642)
- X11: Fix a regression in the previous release that caused an
occasional crash on input device removal
- XWayland: Fix a regression where some wheel mice were not scrolling
properly
- Command palette: Improve searching to use word level matching
- hints kitten: A new option to set the background color of matched
text
- The show_hyperlink_targets option now allows specifying a keyboard
modifier so that target URLs are only shown on hover when the
modifier is pressed
- Fix a spurious mouse button release event being sent when dragging
out of an OS window causes focus loss
- Fix scrollbar hover/interaction not working when the scrollbar
is drawn in the window margin area
- Fix completion for edit-in-kitty not including some common text
file types
- Allow holding the Alt key and triple-clicking to select from the
first cell even if it is empty
- Fix double click to rename tab being triggered too easily
- Fix a crash when user tries to select while the client program
is using synchronised rendering and generating large amounts of
output
- macOS: Add Copy and Paste menu items to the Edit menu in the
global menu bar
- Fix dragging of splits layout borders sometimes moving in the
wrong direction or having no effect
- Fix triple-click line selection and double-click word selection
not extending wrapped lines beyond the edges of the viewport
- Password input in kittens: hide the cursor and display a blinking
� at the end of typed characters to make it visually clear the user
is entering a password
- edit-in-kitty: Ignore environment variables as some editors
execute code present in env vars. Similarly ignore conf file
specifications for colors (CVE 2026-42851)
- Command palette ctrl+shift+f3: nicer grouping of aliases and
combined actions
- hints kitten: Fix trailing punctuation not being removed from
URLs
- Fix copy/paste dropping spaces at soft-wrap boundaries when
strip_trailing_spaces is set
- Allow setting negative values for inactive_text_alpha to control
whether to only fade inactive windows or unfocused windows
- A new option macos_fullscreen_ignore_safe_area_insets to control
whether to ignore the notch space when using
macos_traditional_fullscreen
- Fix some responses from terminal sometimes leaking into shell
after kitten exit
- Render block elements from the Unicode Symbols for Legacy Computing
Supplement block (U+1CC00�U+1CEBF): separated block quadrants,
separated block sextants, one sixteenth blocks, and one quarter
block partial fills
- Improve performance of using active process data when rendering
the tab bar by only scanning processes once per second
- macOS: Fix occasional phantom cursors being drawn on screen
- diff kitten: Keep the current (topmost) filename visible when
scrolling, controlled by a new option kitten-diff.sticky_header
- Add an option to focus_follows_mouse to only switch focus on
drops rather than movement
- Fix setting momentum_scroll to zero not fully disabling momentum
scrolling
- macOS: Fix args passed via open --args being ignored when
macos-launch-services-cmdline is present
- save_as_session: when the filename input by the user has no
extension, automatically add the .kitty-session extension
- Linux: Workaround bug in Nvidia drivers that caused color corruption
when resuming after suspend
- choose-files kitten: Output a trailing newline when writing to
a tty in text format
- ssh kitten: Sanitize user controlled data in error messages that
might leak to shell (CVE 2026-42850)
- Linux: Respect the fontconfig matrix setting commonly used for
fake slant with fonts that do not have italic variants
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/kitty/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/kitty/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/kitty/go-modules.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/kitty/patches/patch-kitty_disk-cache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.87 pkgsrc/x11/kitty/Makefile:1.88
--- pkgsrc/x11/kitty/Makefile:1.87 Thu May 7 18:50:12 2026
+++ pkgsrc/x11/kitty/Makefile Tue May 19 14:59:16 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2026/05/07 18:50:12 bsiegert Exp $
+# $NetBSD: Makefile,v 1.88 2026/05/19 14:59:16 ktnb Exp $
-DISTNAME= kitty-0.46.2
-PKGREVISION= 2
+DISTNAME= kitty-0.47.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=kovidgoyal/}
GITHUB_PROJECT= kitty
@@ -44,10 +43,10 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
PY_PATCHPLIST= yes
SUBST_CLASSES+= prefix
-SUBST_STAGE.prefix= pre-configure
+SUBST_STAGE.prefix= pre-configure
SUBST_MESSAGE.prefix= Point to pkgsrc fonts always
SUBST_FILES.prefix+= setup.py
-SUBST_VARS.prefix+= PREFIX
+SUBST_VARS.prefix+= PREFIX
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/x11/kitty/PLIST
diff -u pkgsrc/x11/kitty/PLIST:1.37 pkgsrc/x11/kitty/PLIST:1.38
--- pkgsrc/x11/kitty/PLIST:1.37 Mon Mar 30 16:55:13 2026
+++ pkgsrc/x11/kitty/PLIST Tue May 19 14:59:16 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2026/03/30 16:55:13 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.38 2026/05/19 14:59:16 ktnb Exp $
bin/kitten
bin/kitty
lib/kitty/__main__.py
@@ -59,6 +59,12 @@ lib/kitty/kittens/diff/__init__.pyo
lib/kitty/kittens/diff/main.py
lib/kitty/kittens/diff/main.pyc
lib/kitty/kittens/diff/main.pyo
+lib/kitty/kittens/dnd/__init__.py
+lib/kitty/kittens/dnd/__init__.pyc
+lib/kitty/kittens/dnd/__init__.pyo
+lib/kitty/kittens/dnd/main.py
+lib/kitty/kittens/dnd/main.pyc
+lib/kitty/kittens/dnd/main.pyo
lib/kitty/kittens/hints/__init__.py
lib/kitty/kittens/hints/__init__.pyc
lib/kitty/kittens/hints/__init__.pyo
@@ -337,6 +343,9 @@ lib/kitty/kitty/layout/vertical.py
lib/kitty/kitty/layout/vertical.pyc
lib/kitty/kitty/layout/vertical.pyo
lib/kitty/kitty/linear2srgb.glsl
+lib/kitty/kitty/machine_id.py
+lib/kitty/kitty/machine_id.pyc
+lib/kitty/kitty/machine_id.pyo
lib/kitty/kitty/main.py
lib/kitty/kitty/main.pyc
lib/kitty/kitty/main.pyo
@@ -637,6 +646,7 @@ man/man1/kitten-clipboard.1
man/man1/kitten-command-palette.1
man/man1/kitten-desktop-ui.1
man/man1/kitten-diff.1
+man/man1/kitten-dnd.1
man/man1/kitten-edit-in-kitty.1
man/man1/kitten-hints.1
man/man1/kitten-hyperlinked-grep.1
@@ -666,6 +676,7 @@ share/doc/kitty/html/_downloads/433dadeb
share/doc/kitty/html/_downloads/a489ebbb52d84eeb19a12b2fda7debda/diff.conf
share/doc/kitty/html/_downloads/f0a0de9ec8d9ff4456206db8e0814937/rowcolumn-diacritics.txt
share/doc/kitty/html/_images/choose-files.webp
+share/doc/kitty/html/_images/command-palette.webp
share/doc/kitty/html/_images/diff.png
share/doc/kitty/html/_images/family-selection.png
share/doc/kitty/html/_images/font-fine-tune.png
@@ -678,12 +689,13 @@ share/doc/kitty/html/_images/screenshot.
share/doc/kitty/html/_images/social_previews/summary_actions_1745a1bd.png
share/doc/kitty/html/_images/social_previews/summary_binary_478594b0.png
share/doc/kitty/html/_images/social_previews/summary_build_e554a463.png
-share/doc/kitty/html/_images/social_previews/summary_changelog_0f9613f0.png
+share/doc/kitty/html/_images/social_previews/summary_changelog_fcc7547c.png
share/doc/kitty/html/_images/social_previews/summary_clipboard_673291d1.png
share/doc/kitty/html/_images/social_previews/summary_color-stack_b2e66ffc.png
share/doc/kitty/html/_images/social_previews/summary_conf_6d817f14.png
share/doc/kitty/html/_images/social_previews/summary_deccara_77e64daf.png
share/doc/kitty/html/_images/social_previews/summary_desktop-notifications_9e55697a.png
+share/doc/kitty/html/_images/social_previews/summary_dnd-protocol_bbf3df2d.png
share/doc/kitty/html/_images/social_previews/summary_faq_6acfb156.png
share/doc/kitty/html/_images/social_previews/summary_file-transfer-protocol_67d60cd4.png
share/doc/kitty/html/_images/social_previews/summary_generated_color-names_a1b155fe.png
@@ -702,11 +714,13 @@ share/doc/kitty/html/_images/social_prev
share/doc/kitty/html/_images/social_previews/summary_kittens_broadcast_4dfe59be.png
share/doc/kitty/html/_images/social_previews/summary_kittens_choose-files_eb203c8f.png
share/doc/kitty/html/_images/social_previews/summary_kittens_choose-fonts_14869f23.png
-share/doc/kitty/html/_images/social_previews/summary_kittens_clipboard_93006611.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_clipboard_af529e2d.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_command-palette_ec8e68ff.png
share/doc/kitty/html/_images/social_previews/summary_kittens_custom_264d6309.png
share/doc/kitty/html/_images/social_previews/summary_kittens_desktop-ui_4b8fd2af.png
share/doc/kitty/html/_images/social_previews/summary_kittens_developing-builtin-kittens_70cf5f2d.png
share/doc/kitty/html/_images/social_previews/summary_kittens_diff_56ec1326.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_dnd_a8e5aa91.png
share/doc/kitty/html/_images/social_previews/summary_kittens_hints_cf0d0da9.png
share/doc/kitty/html/_images/social_previews/summary_kittens_hyperlinked_grep_bce050dc.png
share/doc/kitty/html/_images/social_previews/summary_kittens_icat_8f870112.png
@@ -757,6 +771,7 @@ share/doc/kitty/html/_sources/color-stac
share/doc/kitty/html/_sources/conf.rst.txt
share/doc/kitty/html/_sources/deccara.rst.txt
share/doc/kitty/html/_sources/desktop-notifications.rst.txt
+share/doc/kitty/html/_sources/dnd-protocol.rst.txt
share/doc/kitty/html/_sources/faq.rst.txt
share/doc/kitty/html/_sources/file-transfer-protocol.rst.txt
share/doc/kitty/html/_sources/generated/color-names.rst.txt
@@ -776,10 +791,12 @@ share/doc/kitty/html/_sources/kittens/br
share/doc/kitty/html/_sources/kittens/choose-files.rst.txt
share/doc/kitty/html/_sources/kittens/choose-fonts.rst.txt
share/doc/kitty/html/_sources/kittens/clipboard.rst.txt
+share/doc/kitty/html/_sources/kittens/command-palette.rst.txt
share/doc/kitty/html/_sources/kittens/custom.rst.txt
share/doc/kitty/html/_sources/kittens/desktop-ui.rst.txt
share/doc/kitty/html/_sources/kittens/developing-builtin-kittens.rst.txt
share/doc/kitty/html/_sources/kittens/diff.rst.txt
+share/doc/kitty/html/_sources/kittens/dnd.rst.txt
share/doc/kitty/html/_sources/kittens/hints.rst.txt
share/doc/kitty/html/_sources/kittens/hyperlinked_grep.rst.txt
share/doc/kitty/html/_sources/kittens/icat.rst.txt
@@ -817,8 +834,8 @@ share/doc/kitty/html/_sources/text-sizin
share/doc/kitty/html/_sources/underlines.rst.txt
share/doc/kitty/html/_sources/unscroll.rst.txt
share/doc/kitty/html/_sources/wide-gamut-colors.rst.txt
-share/doc/kitty/html/_static/basic.css
share/doc/kitty/html/_static/base-stemmer.js
+share/doc/kitty/html/_static/basic.css
share/doc/kitty/html/_static/check-solid.svg
share/doc/kitty/html/_static/clipboard.min.js
share/doc/kitty/html/_static/copy-button.svg
@@ -860,6 +877,7 @@ share/doc/kitty/html/color-stack.html
share/doc/kitty/html/conf.html
share/doc/kitty/html/deccara.html
share/doc/kitty/html/desktop-notifications.html
+share/doc/kitty/html/dnd-protocol.html
share/doc/kitty/html/faq.html
share/doc/kitty/html/file-transfer-protocol.html
share/doc/kitty/html/generated/color-names.html
@@ -880,10 +898,12 @@ share/doc/kitty/html/kittens/broadcast.h
share/doc/kitty/html/kittens/choose-files.html
share/doc/kitty/html/kittens/choose-fonts.html
share/doc/kitty/html/kittens/clipboard.html
+share/doc/kitty/html/kittens/command-palette.html
share/doc/kitty/html/kittens/custom.html
share/doc/kitty/html/kittens/desktop-ui.html
share/doc/kitty/html/kittens/developing-builtin-kittens.html
share/doc/kitty/html/kittens/diff.html
+share/doc/kitty/html/kittens/dnd.html
share/doc/kitty/html/kittens/hints.html
share/doc/kitty/html/kittens/hyperlinked_grep.html
share/doc/kitty/html/kittens/icat.html
Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.41 pkgsrc/x11/kitty/distinfo:1.42
--- pkgsrc/x11/kitty/distinfo:1.41 Fri Apr 10 14:48:27 2026
+++ pkgsrc/x11/kitty/distinfo Tue May 19 14:59:16 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.41 2026/04/10 14:48:27 jperkin Exp $
+$NetBSD: distinfo,v 1.42 2026/05/19 14:59:16 ktnb Exp $
BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = ed554d44b1070ae79986f3ff61e6ad4ed12060fb78fe6f2273733f762721d1e0
SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = 09bbd28b9ce42a919f22339bdeb2b798a728cf3b7f5f7fd61bec418fa360893c4ebd72f0957be4c855621f96d9a146ef8f0074f5ac4154c04f537ae3ad3592c4
@@ -6,30 +6,36 @@ Size (github.com__a_l_tree_bigfloat_@v_v
BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 43a4e377b90b6738b5e045c2e2a221a40055216d838fdde321c0b9f0667bef32
SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = c0f87e9f291dc775b95a41216664480416a8025c95811f313dd8b17529310dd85f7756ce720393f7a5e54f461af9a66a3ae1223842432921d50498ac1e623be7
Size (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 16636 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.23.1.mod) = c7d9479d85c908f9d5afbda13a3a413f06e501e0dc99d8fe2c117a53f25a3fec
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.23.1.mod) = f508bced36e41ddfb6c986989b9fbcfd337606a6451d0cc3dab16af04b7cdde46edd886c16fbae8a81eef87949d2d0a3cae7fd393c74945a77ccc6c94430c282
-Size (github.com_alecthomas_chroma_v2_@v_v2.23.1.mod) = 230 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.23.1.zip) = 523651380e9b2269b26699f62fd2c9935258d670cc66509771fd46ce5d8889ff
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.23.1.zip) = a4ec5a9b132164f6aea34c1601e6fdcfb934b1889c97d548348837e6f5e62f9e48c40669fd94f8c26758469ac579a633d50e7c8121bac41dfe2cd0047033e413
-Size (github.com_alecthomas_chroma_v2_@v_v2.23.1.zip) = 1690620 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.24.1.mod) = 5d5b695eeaf2092477ae4cf3cabe2dd4d67cc8488ee705523e96b2b663c3adfa
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.24.1.mod) = 4276ec83532d103c0f29eceea83e2e92152e192a6b018a91df9d0d80b91679af2f9032f24a3e85c36e7e2ec65297769c0b9d109efa19072dd4af453a2d9247bc
+Size (github.com_alecthomas_chroma_v2_@v_v2.24.1.mod) = 230 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.24.1.zip) = 2fd5e58261c0f9903dbe8ac7e777deae2177d2762cb22470d7ad5071a8431f2a
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.24.1.zip) = 33b495e520137ad6b87ec6ba91233cdcf7c6e934973c7fb82427241419350cb5918cd66af3d9323ca9198594301508ad914c12df1bf2362880df329621abd134
+Size (github.com_alecthomas_chroma_v2_@v_v2.24.1.zip) = 1722705 bytes
BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.mod) = e205ae79e7a61aeb6dfbab69a666bb662eb0af2302ed12a6bada3fc11bda1b53
SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.mod) = 4a9d86964802ae0545c6d9125387aa04a59f190f85d13719158a4aea07f9bb9b0e05cbe23101fb8a3c5b90e78488a671e2d274740e0db08a852f2dfeff3a8eec
Size (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.mod) = 49 bytes
BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.zip) = 2c72e804e6e7112e23f77acef2ef9466890dd5cd3db234e216379a055331bca5
SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.zip) = 88e05714bddddecff8de8215fcb14bdde5e9b2183c1b34363c02d3fa88be0bdb59e33a9e858768ebaf1e6d6b15a9806add794cfffd6abebeb521940ed5aa7319
Size (github.com_bmatcuk_doublestar_v4_@v_v4.10.0.zip) = 40145 bytes
-BLAKE2s (github.com_dlclark_regexp2_@v_v1.11.5.mod) = 6f565e4706e82a34b5002c9e09a272ccf1a369562afc47e6cf7be131a4d2eb63
-SHA512 (github.com_dlclark_regexp2_@v_v1.11.5.mod) = 605e797166049ea565f46de176915e563f2e28735a8ab539c1c1f5020a2a72339f97b659c5864705b8e30fbffb381d2df9b31bace1eef1c6e33ae654787508d0
-Size (github.com_dlclark_regexp2_@v_v1.11.5.mod) = 43 bytes
-BLAKE2s (github.com_dlclark_regexp2_@v_v1.11.5.zip) = aa9d288f14bd8704b051bb079f80f55083dd77e838ac9177be70e7531d409f63
-SHA512 (github.com_dlclark_regexp2_@v_v1.11.5.zip) = c7daa6436a49944d729e116ac823f949cd6dc4d7ab1a66d843b9a894a8fc6676674084fafea407982ad4a7a56ec7edeef057506acde2afe1ae3e1234c37a8621
-Size (github.com_dlclark_regexp2_@v_v1.11.5.zip) = 704376 bytes
+BLAKE2s (github.com_dlclark_regexp2_@v_v1.12.0.mod) = 6f565e4706e82a34b5002c9e09a272ccf1a369562afc47e6cf7be131a4d2eb63
+SHA512 (github.com_dlclark_regexp2_@v_v1.12.0.mod) = 605e797166049ea565f46de176915e563f2e28735a8ab539c1c1f5020a2a72339f97b659c5864705b8e30fbffb381d2df9b31bace1eef1c6e33ae654787508d0
+Size (github.com_dlclark_regexp2_@v_v1.12.0.mod) = 43 bytes
+BLAKE2s (github.com_dlclark_regexp2_@v_v1.12.0.zip) = 8319b6b083bad0970bcd2f8c2f1063eb03eead63f151ec3bda45836f5db39389
+SHA512 (github.com_dlclark_regexp2_@v_v1.12.0.zip) = 0f7cc7d2c8794d7f2f69dc8685f69c73981756b3532f68c43929761cbc8b6022daba7614ca2a3591a5779a1ea46f93c30581b40b3969218c6de000e867388450
+Size (github.com_dlclark_regexp2_@v_v1.12.0.zip) = 704800 bytes
BLAKE2s (github.com_ebitengine_purego_@v_v0.10.0.mod) = b3f159c6da0f8477a076feb54efd909db2fac7b38c807d8093fb58a1e34f3481
SHA512 (github.com_ebitengine_purego_@v_v0.10.0.mod) = d3908e9afd58320eed21d15fd0442cc918efb456e946e8985a6e2312570b0926e424ebb1ddf24910ad1dcadde870cc69739571456066619662abdcf82059a158
Size (github.com_ebitengine_purego_@v_v0.10.0.mod) = 45 bytes
BLAKE2s (github.com_ebitengine_purego_@v_v0.10.0.zip) = f922d85c469d0e219c2301df20e33b00d06d5edb0ad03bfc8d023b4ebd23f7e9
SHA512 (github.com_ebitengine_purego_@v_v0.10.0.zip) = 5ed54a7b8bfa49c0a9797d1a11510c5dae7da10561f04c0edec41703e53eb743dd674f5c0babb46d1b8daf3fdc75c74469ff78cfeff3da5483b32976b10c107b
Size (github.com_ebitengine_purego_@v_v0.10.0.zip) = 219025 bytes
+BLAKE2s (github.com_emmansun_base64_@v_v0.9.0.mod) = ee5568e686d664edc10c9af2d3732ea24ca27818fa71ea5c70e8bc4da5feffff
+SHA512 (github.com_emmansun_base64_@v_v0.9.0.mod) = dba370b5bd282fcce6344a43ee7d7204ec9c9fbb97390b3ef5529742607e3b32a91750d61c79ff0ee0b7ad1b2175ea61aae7c911ae45f51ddfbe9fe0eccf3379
+Size (github.com_emmansun_base64_@v_v0.9.0.mod) = 79 bytes
+BLAKE2s (github.com_emmansun_base64_@v_v0.9.0.zip) = 8d3b26773e1d6c33cf174fa79e6d71cc33dcdb7c72228029d95c6da77b47266a
+SHA512 (github.com_emmansun_base64_@v_v0.9.0.zip) = 05b0c2b41dc81e38066f837e6eb421b8f20df6a7655e018ec967bca6b517b7ed62215e2adcd5eb9e500d425e68f013cb8c0101be4ebfdb8fe69373ae37ded2c6
+Size (github.com_emmansun_base64_@v_v0.9.0.zip) = 45408 bytes
BLAKE2s (github.com_go-ole_go-ole_@v_v1.2.6.mod) = c678de298ac09d2a81e124bfa3b7fabe97decde6f13bf64bade847727eea9abc
SHA512 (github.com_go-ole_go-ole_@v_v1.2.6.mod) = 8ecc75e46e529812efc2e20f6bbc044929aaeba393c291fbde9b3c9365db5c4e7c06b07dc2b4484326609521eb09cb55ab6f9d8976fe1450bf4f52a962a35429
Size (github.com_go-ole_go-ole_@v_v1.2.6.mod) = 102 bytes
@@ -60,12 +66,12 @@ Size (github.com_hako_durafmt_@v_v0.0.0-
BLAKE2s (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = d0fd3bc9afc8ecdc658c6f85b995efee97fce9f6c594fc55f6340dc8a76119dc
SHA512 (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 5db9838fe6a00be9849cb79ad148813a573b652d6f6cf220c55b68bd23636016e6bddd6733f6b29d63e5f02d2750a86c2dcea6b964ceb87d4048d5c5f3cc989b
Size (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 36 bytes
-BLAKE2s (github.com_klauspost_compress_@v_v1.18.4.mod) = 3d6a01a8c17f37246466c1b188a7be0d4270213c8bf85f67ea15b4a309726588
-SHA512 (github.com_klauspost_compress_@v_v1.18.4.mod) = 575dc225158a6a09ecbf95abfffb4fe5bcb578a20c2a0b53906d9c413f656ea635e3e3ad6652a028239e81da91321c94e4df2b6417c63a766c325cfd65b0f17f
-Size (github.com_klauspost_compress_@v_v1.18.4.mod) = 201 bytes
-BLAKE2s (github.com_klauspost_compress_@v_v1.18.4.zip) = b2f3eb4b951236cc3adbb7983f160e28288e135565ce0869c1209d25fc250403
-SHA512 (github.com_klauspost_compress_@v_v1.18.4.zip) = 8d979e1c56e4408f4480330f871709fb580f5daba671e4fe9481d3fc191359b0455aa223a80e86eb06ae037f78cf65aae95cabad98832f13d4555a9a76a303b7
-Size (github.com_klauspost_compress_@v_v1.18.4.zip) = 39199617 bytes
+BLAKE2s (github.com_klauspost_compress_@v_v1.18.6.mod) = ed82447108e7f5716d0acec20741da1c6d39b6c2e57316fc5129ab52b3438b07
+SHA512 (github.com_klauspost_compress_@v_v1.18.6.mod) = 3e0fa499c1a3e0147ec96a1ccb1c2d9abc81f8f3c721a3bdd7f39d3e9a4a32bb1efdd5d01c957f3bd8ea238861ce01cb4ab68bc9a489e1f9cd091b8c55f5a502
+Size (github.com_klauspost_compress_@v_v1.18.6.mod) = 201 bytes
+BLAKE2s (github.com_klauspost_compress_@v_v1.18.6.zip) = 2efedf0886f3460abd1fd0a1631aa9526ac65a145fd0d59595235e522b89f6c3
+SHA512 (github.com_klauspost_compress_@v_v1.18.6.zip) = c394e2cb6c1151e7d8f789e631cb0e78d86986b0852662e902f2997f3bd80dacb8a5aace885d2c902cde53bbe64997afd82c249a43919bafb44da1cd6b0e5dae
+Size (github.com_klauspost_compress_@v_v1.18.6.zip) = 39201205 bytes
BLAKE2s (github.com_klauspost_cpuid_v2_@v_v2.2.10.mod) = 76de9d0b46120dd73d3e7d94880ff9797571ebf6b2429525121aa21b4380b720
SHA512 (github.com_klauspost_cpuid_v2_@v_v2.2.10.mod) = dbe08f63b93526e4784712308e4a67180f5e7fe710ddb825af83535114dffd6b164bd1c5b67fd1f93b6e48391f1b8d2695f697bd615126ff157d816256315986
Size (github.com_klauspost_cpuid_v2_@v_v2.2.10.mod) = 80 bytes
@@ -90,12 +96,12 @@ Size (github.com_kovidgoyal_go-shm_@v_v1
BLAKE2s (github.com_kovidgoyal_go-shm_@v_v1.0.0.zip) = 473e917fccfbc5368f27f154a032b0ebef31c2b45dad3762c4ec298922823ba8
SHA512 (github.com_kovidgoyal_go-shm_@v_v1.0.0.zip) = e10caa9cf013d573576936f23e129c6418e92af93d44157220d8f8722ed68da71b619c1acc4f29b2d937125d8a9cf07aa04d6ea00c0330da35b8264047a1dc1e
Size (github.com_kovidgoyal_go-shm_@v_v1.0.0.zip) = 13228 bytes
-BLAKE2s (github.com_kovidgoyal_imaging_@v_v1.8.20.mod) = efe890615f94a07e28958a242b824c61bba7069bb1f467371c8e035351073a39
-SHA512 (github.com_kovidgoyal_imaging_@v_v1.8.20.mod) = 6ae3d5ae443f291c1d0c5a2606f0a6e2cb2b92b875f79bf14d81040e10feca5788d1a9562cc5cbe53fea9de52591f4608ff598b8eacbb11b786b6eaab84d0c7a
-Size (github.com_kovidgoyal_imaging_@v_v1.8.20.mod) = 475 bytes
-BLAKE2s (github.com_kovidgoyal_imaging_@v_v1.8.20.zip) = 35121629e70b2e318cf3c2953fc72afe61dc05facc5a2a10a226fdedb27b3eda
-SHA512 (github.com_kovidgoyal_imaging_@v_v1.8.20.zip) = a58a0e6b802569aed1e1232c21f1dc80159639f4fd3b27ec174fc73e60e8e880b27d13cef2cf3e0115a393f66bda3288f2a947199126a7c355520ae4bbc290fa
-Size (github.com_kovidgoyal_imaging_@v_v1.8.20.zip) = 13248072 bytes
+BLAKE2s (github.com_kovidgoyal_imaging_@v_v1.8.21.mod) = 794457db82c88ed8202a816c3b9ebb0912d9dfb216a572fd69b57fcd3ce2de43
+SHA512 (github.com_kovidgoyal_imaging_@v_v1.8.21.mod) = 04241fe4710e32010c0bfdea73a46753667a32bde6547ada1d9be8097fb14a79a6efafb2eacdc92a34124b5bf0d97223ab629dbe6fd3aef4cf227fef445ebcf6
+Size (github.com_kovidgoyal_imaging_@v_v1.8.21.mod) = 475 bytes
+BLAKE2s (github.com_kovidgoyal_imaging_@v_v1.8.21.zip) = 79b66463da0c10fd9f7fa20f7adca503802e0d6ce519a55e3a1621c4023a078d
+SHA512 (github.com_kovidgoyal_imaging_@v_v1.8.21.zip) = 4321092fc020ff657375153c3eaf8c562c8881270da45cf829522afa9400cc32c05274319cad879184243f3c07fc1fcc3f406e5f5da548fd88af5949685a2ee8
+Size (github.com_kovidgoyal_imaging_@v_v1.8.21.zip) = 13369374 bytes
BLAKE2s (github.com_lufia_plan9stats_@v_v0.0.0-20230326075908-cb1d2100619a.mod) = 4a85e23845c629b92974071cbba625618fb885e27a30a554e8fa1295d8c8a11c
SHA512 (github.com_lufia_plan9stats_@v_v0.0.0-20230326075908-cb1d2100619a.mod) =
c8ab873e3d1d1667b6008dbcb9cd953a4c9fe359d2d0342589fed8b8281c95f60405fe87b4d183fd22166feb057143fd16a9fba3d2cc41fe5d2c513e3804fd81
Size (github.com_lufia_plan9stats_@v_v0.0.0-20230326075908-cb1d2100619a.mod) = 85 bytes
@@ -132,12 +138,18 @@ Size (github.com_seancfoley_ipaddress-go
BLAKE2s (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 53a707a173628cbe881150e28a6aa396e82bc68e6872faf8e65dd0a5570898bd
SHA512 (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 68b8df50eb02b6e2ae58cfb31f8c5f8455a6502926651f74e2ac6e2ea80478b803c064aa8c78e75f7896ba13ef99efbcbbe09ac1dc701acb1c0a82ef7507a789
Size (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 722585 bytes
-BLAKE2s (github.com_shirou_gopsutil_v4_@v_v4.26.2.mod) = bf91aa922826fcf815064f870d8c8a88eee61e7afcfb24da3fa1ddbf7cb981f4
-SHA512 (github.com_shirou_gopsutil_v4_@v_v4.26.2.mod) = a7fa84324365ff2f1f3bcd8e61736600022436a1d8001b301669ea4193291072149e05f98932a169f9e6bf656b9c7d4a0bcc2fc97ba74d8473d927c4e9a6923f
-Size (github.com_shirou_gopsutil_v4_@v_v4.26.2.mod) = 645 bytes
-BLAKE2s (github.com_shirou_gopsutil_v4_@v_v4.26.2.zip) = 4ff0ac44e7135e1bfcb3fd16da0c8928b35cd5ae18a8e3cb294944e8946b28ff
-SHA512 (github.com_shirou_gopsutil_v4_@v_v4.26.2.zip) = c208914416ba1032e6e01aafdd527dd554a3e121b3f3666dec32aa418a5b6be92057cae312ecaf9acc027736ffaf0780875eef31f78a802ad82ebb79276f09a8
-Size (github.com_shirou_gopsutil_v4_@v_v4.26.2.zip) = 346136 bytes
+BLAKE2s (github.com_sgtdi_fswatcher_@v_v1.2.0.mod) = 629b96e37a5e78bf53315becb7a94281add3e535d787062c53e942387fa2ff4a
+SHA512 (github.com_sgtdi_fswatcher_@v_v1.2.0.mod) = d0864f69e40af36cda4eee5becb0a73e846eb6854d0e9edfc98793573a7fa8b257faf3750054de9027c2a7186f1d6e98b5c27c001a96e5a0cc9b78f9baf56a25
+Size (github.com_sgtdi_fswatcher_@v_v1.2.0.mod) = 268 bytes
+BLAKE2s (github.com_sgtdi_fswatcher_@v_v1.2.0.zip) = 186bfc82ebb625349ad4a424e0b6771be6d3a0cea93f32fe29fbd871e7a6e201
+SHA512 (github.com_sgtdi_fswatcher_@v_v1.2.0.zip) = 5da844d3806c0fabc8ca76ca3e0dacdb3fa0e774aa57a4ea44615150ef7dd85be5e0a2227d3e7aa6029800c8d11a30474afbdaa92ecaed4f69bd211cbc64dae2
+Size (github.com_sgtdi_fswatcher_@v_v1.2.0.zip) = 57387 bytes
+BLAKE2s (github.com_shirou_gopsutil_v4_@v_v4.26.4.mod) = bf91aa922826fcf815064f870d8c8a88eee61e7afcfb24da3fa1ddbf7cb981f4
+SHA512 (github.com_shirou_gopsutil_v4_@v_v4.26.4.mod) = a7fa84324365ff2f1f3bcd8e61736600022436a1d8001b301669ea4193291072149e05f98932a169f9e6bf656b9c7d4a0bcc2fc97ba74d8473d927c4e9a6923f
+Size (github.com_shirou_gopsutil_v4_@v_v4.26.4.mod) = 645 bytes
+BLAKE2s (github.com_shirou_gopsutil_v4_@v_v4.26.4.zip) = 68d7dbae7bf6e2f602b31bb47f542b32a700e14ae204b32e2326c7a07729e0a9
+SHA512 (github.com_shirou_gopsutil_v4_@v_v4.26.4.zip) = d170be3b702f2ec4548c728b63ad5032d5d1295acc7deac651e01a816b913ac765273663b6437abed77b120266784c45c93429b1a95c7716678d6c5c5108fde3
+Size (github.com_shirou_gopsutil_v4_@v_v4.26.4.zip) = 364199 bytes
BLAKE2s (github.com_tklauser_go-sysconf_@v_v0.3.16.mod) = b4bed0391e37c7b936c7dcddc970865f4a20d19c88b05070e07d8e8b06a838e3
SHA512 (github.com_tklauser_go-sysconf_@v_v0.3.16.mod) = 41f4a2c9715a27422e946f8a7d751d3712879ffe1b58d6cece969954d979c1b3c676ad1108cc62a3b8d56b5037ef684bf4fbcdc6598b92eda9216c072d2493b1
Size (github.com_tklauser_go-sysconf_@v_v0.3.16.mod) = 125 bytes
@@ -174,30 +186,30 @@ Size (golang.org_x_exp_@v_v0.0.0-2023080
BLAKE2s (golang.org_x_exp_@v_v0.0.0-20230801115018-d63ba01acd4b.zip) = 302fe20cff3086c9c2b9d0f03f3d280c2cb2258e759ba7d059000d62fd0f566c
SHA512 (golang.org_x_exp_@v_v0.0.0-20230801115018-d63ba01acd4b.zip) = 2be05136e2357b198668a2dea8b240d9ae8fc4b49d33b92660642ac592f4841c28d99b8ea2745d00ba38776033407fd3bc7cef1a33ded7869508b5c2db29f0ca
Size (golang.org_x_exp_@v_v0.0.0-20230801115018-d63ba01acd4b.zip) = 461648 bytes
-BLAKE2s (golang.org_x_image_@v_v0.36.0.mod) = 601797b0cf746f9c07ea8781981000de23f2a07fcf8fc584c2bfdc89c409db02
-SHA512 (golang.org_x_image_@v_v0.36.0.mod) = a0193867bca5f9022168b0e1c5a9ff1db4bf29b8a2ab1dbb9d5b16854178e5a0b5c647a19027d75858f733ba8c0bae8a6982cfb75b8f52226e9d98ab527933be
-Size (golang.org_x_image_@v_v0.36.0.mod) = 72 bytes
-BLAKE2s (golang.org_x_image_@v_v0.36.0.zip) = d3cded3e5eed884e07a0d96dd858a88889d36e7c1a65cbf2e1498fe453a5b83f
-SHA512 (golang.org_x_image_@v_v0.36.0.zip) = 46884c61be81f18a38a41b76e8d400d953aa5cb3ea444fdcb93c0c89eb5c2f38be1e5d719b65abb25095180097c903ba7bd4b7ac4164a4907cf27f15f82e6aaa
-Size (golang.org_x_image_@v_v0.36.0.zip) = 5310355 bytes
+BLAKE2s (golang.org_x_image_@v_v0.40.0.mod) = ebd9a3743e6667de391120d67b17a3567736f54d14779ccc0f20c10d68cfd982
+SHA512 (golang.org_x_image_@v_v0.40.0.mod) = 19c2cabcca500e3ba05ee876ea673bfb75d259267450bf9127b4487b507a334890fad0e50cb34a3720ea70688dfebd2a9f064c5b24864aac544a3bf0ed648db5
+Size (golang.org_x_image_@v_v0.40.0.mod) = 72 bytes
+BLAKE2s (golang.org_x_image_@v_v0.40.0.zip) = 47f1d445152d920c1ee7b82129f77a7a304a5777e310286123e6bfb13fdc56e3
+SHA512 (golang.org_x_image_@v_v0.40.0.zip) = 4725231c7554bb606070ee6ae7df92023fc31cea7c7d658161a5fca296b6db8a9b96cecbd92f0b4caa18518a5ee6dbb90bdf792ec30b5a660f1a3acf68c471ed
+Size (golang.org_x_image_@v_v0.40.0.zip) = 5322714 bytes
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
SHA512 (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
Size (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 33 bytes
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201204225414-ed752295db88.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
SHA512 (golang.org_x_sys_@v_v0.0.0-20201204225414-ed752295db88.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
Size (golang.org_x_sys_@v_v0.0.0-20201204225414-ed752295db88.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.42.0.mod) = 54d735bab6b0f4ca4d304be2307672bd0448377d788ebe83f3acfb0a565cc3ae
-SHA512 (golang.org_x_sys_@v_v0.42.0.mod) = 1e0df129f27326be70316a1f1f0e94ca4b48c0d09c2975919182a64639b9718dc224d851d4cd69c618c10e7e7765a11a70e10a57507a26488c50e7c53baa8b01
-Size (golang.org_x_sys_@v_v0.42.0.mod) = 35 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.42.0.zip) = 4d057e9dea717787cc60a6d84ba11cc6869d4627a4cd932785599b966a11840a
-SHA512 (golang.org_x_sys_@v_v0.42.0.zip) = 3fbb9b0bb290b49f6b7b6e6fc042cf8ee5d78e6f9da027ea21a25d50ec1d31c1466dda2201f251c2dc142b1c1e3b3910bbccfd9f74c075e5e42646136c7a71bd
-Size (golang.org_x_sys_@v_v0.42.0.zip) = 2009900 bytes
-BLAKE2s (golang.org_x_text_@v_v0.34.0.mod) = f14c3876de6d7a6de6ec67dc5eef9167a1c02c06e03a3d938cff105e20dd8152
-SHA512 (golang.org_x_text_@v_v0.34.0.mod) = 8cfd0024bca528c94f25d96cf40e5416fd87c5952834696bf94aa5632d8e1bfee968f4b97a1cb67e87ddefc819cfd54f5a8fb2823693c341f8d25451df1c8938
-Size (golang.org_x_text_@v_v0.34.0.mod) = 190 bytes
-BLAKE2s (golang.org_x_text_@v_v0.34.0.zip) = 90143216c330f6cffbc91ee673a2c4e3c341b7db53046b87e3d9e60213d9c1b7
-SHA512 (golang.org_x_text_@v_v0.34.0.zip) = aeef4f06ff9e8516dbb43521c4f3d9e63bb2f174c43aa35476d646d432a1e85aacd7da59125d9729e72112b1d71f543a64da96b25d69fc8deee7316d4c662409
-Size (golang.org_x_text_@v_v0.34.0.zip) = 7015063 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.44.0.mod) = 54d735bab6b0f4ca4d304be2307672bd0448377d788ebe83f3acfb0a565cc3ae
+SHA512 (golang.org_x_sys_@v_v0.44.0.mod) = 1e0df129f27326be70316a1f1f0e94ca4b48c0d09c2975919182a64639b9718dc224d851d4cd69c618c10e7e7765a11a70e10a57507a26488c50e7c53baa8b01
+Size (golang.org_x_sys_@v_v0.44.0.mod) = 35 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.44.0.zip) = d3ccd1c1971eafef077dfaa9e409d31304bc6ffb6b86d6cc7ec77d534803a5c7
+SHA512 (golang.org_x_sys_@v_v0.44.0.zip) = f993eb5a767901c5d9d3f15942c98993ed7bef84cd8b6858cd44e5d273d3eda802c486e18526a35a8afa8bdb5bb009070390cbf6e30ee9802d9001b69150eaae
+Size (golang.org_x_sys_@v_v0.44.0.zip) = 2012379 bytes
+BLAKE2s (golang.org_x_text_@v_v0.37.0.mod) = f29838c6f39752974d5e7f1aee9a9b5124e648053d35beec77bf5ba7a83207a6
+SHA512 (golang.org_x_text_@v_v0.37.0.mod) = 8248fcde30fca7ddaecf518c81589705d03cb8482b53d08776af3ca47d5539297f33e864e78f64d44c926af6f9939989ccb2704dcb43ebedeeea4328b996b549
+Size (golang.org_x_text_@v_v0.37.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_text_@v_v0.37.0.zip) = 8e64f298ff4628219230ffac179605108cc65c1ffebc32229d576ed6086eed8b
+SHA512 (golang.org_x_text_@v_v0.37.0.zip) = 2e58b5731aecbc3494c84c0ffb486c90732cf14359f1be7b181f70507eb343b34f4a46f9deb6cc84029fc0e42e3ba7df90001586d5642d1d0a83e00c72754a3d
+Size (golang.org_x_text_@v_v0.37.0.zip) = 7015059 bytes
BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
@@ -210,12 +222,13 @@ Size (howett.net_plist_@v_v1.0.1.mod) =
BLAKE2s (howett.net_plist_@v_v1.0.1.zip) = 43dd213cd6f655b89cb6074acf972bc2e134c71fb991af59c14ebaf6747c2545
SHA512 (howett.net_plist_@v_v1.0.1.zip) = 4f8b07bebf808ff4bbc1b2fdcf501d60731e26e048c1e7e2f21cfb9816fab8937e9f1915b44ff693a6a5b0f91cff470f40c4d7a71d7728afe2d0a3bca99432cd
Size (howett.net_plist_@v_v1.0.1.zip) = 72046 bytes
-BLAKE2s (kitty-0.46.2.tar.xz) = 695352ecb93cab7af51693da2cc73f889dd370fcf90e57b6af38909df2c892e5
-SHA512 (kitty-0.46.2.tar.xz) = e14ef4d7e522ac67dc3e485082ec0d13c3662bde6ba086aa41ed333cc23abb5cc1df0eeb325a72d2206fb06601b6092fe4d8b613222e8de819de856e6fcfe445
-Size (kitty-0.46.2.tar.xz) = 10352720 bytes
+BLAKE2s (kitty-0.47.0.tar.xz) = 0d12870675adc9f330d7a643ea26427021972b673c19c8b3126e215ed81d8592
+SHA512 (kitty-0.47.0.tar.xz) = 9e86e2279237c6a0ce24577b50f8efd0bd7193d0f598f81110fd6c3bc49a312dabc40bd29bdd995f9403ce952287e5545dd7f965db044931d5598ee80bcfdf4c
+Size (kitty-0.47.0.tar.xz) = 11877752 bytes
SHA1 (patch-glfw_wl__client__side__decorations.c) = 37c5ff491d8c9690d6e0291edb6c55388101edf0
SHA1 (patch-glfw_wl__init.c) = 3dc143fba1a5fa5c15563aecc027cd6af872a0e0
SHA1 (patch-kitty_binary.h) = e8e6e9b16a1bd7d0304bca919ad10dd932142da5
SHA1 (patch-kitty_data-types.h) = 1def5a8b129a7d25fdf98bd1d7b15b214b7c4960
+SHA1 (patch-kitty_disk-cache.c) = 5f306fe6e1fff9f6b31b40ed2eb100d99a796f64
SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55
SHA1 (patch-setup.py) = 24bbafead833c37b089bca59b3aadb06a1bfaf30
Index: pkgsrc/x11/kitty/go-modules.mk
diff -u pkgsrc/x11/kitty/go-modules.mk:1.17 pkgsrc/x11/kitty/go-modules.mk:1.18
--- pkgsrc/x11/kitty/go-modules.mk:1.17 Sat Mar 21 01:50:53 2026
+++ pkgsrc/x11/kitty/go-modules.mk Tue May 19 14:59:16 2026
@@ -1,15 +1,17 @@
-# $NetBSD: go-modules.mk,v 1.17 2026/03/21 01:50:53 ktnb Exp $
+# $NetBSD: go-modules.mk,v 1.18 2026/05/19 14:59:16 ktnb Exp $
GO_MODULE_FILES+= github.com/!a!l!tree/bigfloat/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/!a!l!tree/bigfloat/@v/v0.2.0.zip
-GO_MODULE_FILES+= github.com/alecthomas/chroma/v2/@v/v2.23.1.mod
-GO_MODULE_FILES+= github.com/alecthomas/chroma/v2/@v/v2.23.1.zip
+GO_MODULE_FILES+= github.com/alecthomas/chroma/v2/@v/v2.24.1.mod
+GO_MODULE_FILES+= github.com/alecthomas/chroma/v2/@v/v2.24.1.zip
GO_MODULE_FILES+= github.com/bmatcuk/doublestar/v4/@v/v4.10.0.mod
GO_MODULE_FILES+= github.com/bmatcuk/doublestar/v4/@v/v4.10.0.zip
-GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.11.5.mod
-GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.11.5.zip
+GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.12.0.mod
+GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.12.0.zip
GO_MODULE_FILES+= github.com/ebitengine/purego/@v/v0.10.0.mod
GO_MODULE_FILES+= github.com/ebitengine/purego/@v/v0.10.0.zip
+GO_MODULE_FILES+= github.com/emmansun/base64/@v/v0.9.0.mod
+GO_MODULE_FILES+= github.com/emmansun/base64/@v/v0.9.0.zip
GO_MODULE_FILES+= github.com/go-ole/go-ole/@v/v1.2.6.mod
GO_MODULE_FILES+= github.com/go-ole/go-ole/@v/v1.2.6.zip
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.9.mod
@@ -20,8 +22,8 @@ GO_MODULE_FILES+= github.com/google/uuid
GO_MODULE_FILES+= github.com/hako/durafmt/@v/v0.0.0-20210608085754-5c1018a4e16b.mod
GO_MODULE_FILES+= github.com/hako/durafmt/@v/v0.0.0-20210608085754-5c1018a4e16b.zip
GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.4.0.mod
-GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.18.4.mod
-GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.18.4.zip
+GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.18.6.mod
+GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.18.6.zip
GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.2.10.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.2.10.zip
GO_MODULE_FILES+= github.com/kovidgoyal/dbus/@v/v0.0.0-20250519011319-e811c41c0bc1.mod
@@ -30,8 +32,8 @@ GO_MODULE_FILES+= github.com/kovidgoyal/
GO_MODULE_FILES+= github.com/kovidgoyal/go-parallel/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/kovidgoyal/go-shm/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/kovidgoyal/go-shm/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/kovidgoyal/imaging/@v/v1.8.20.mod
-GO_MODULE_FILES+= github.com/kovidgoyal/imaging/@v/v1.8.20.zip
+GO_MODULE_FILES+= github.com/kovidgoyal/imaging/@v/v1.8.21.mod
+GO_MODULE_FILES+= github.com/kovidgoyal/imaging/@v/v1.8.21.zip
GO_MODULE_FILES+= github.com/lufia/plan9stats/@v/v0.0.0-20230326075908-cb1d2100619a.mod
GO_MODULE_FILES+= github.com/lufia/plan9stats/@v/v0.0.0-20230326075908-cb1d2100619a.zip
GO_MODULE_FILES+= github.com/nwaples/rardecode/v2/@v/v2.2.2.mod
@@ -44,8 +46,10 @@ GO_MODULE_FILES+= github.com/seancfoley/
GO_MODULE_FILES+= github.com/seancfoley/bintree/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/seancfoley/ipaddress-go/@v/v1.7.1.mod
GO_MODULE_FILES+= github.com/seancfoley/ipaddress-go/@v/v1.7.1.zip
-GO_MODULE_FILES+= github.com/shirou/gopsutil/v4/@v/v4.26.2.mod
-GO_MODULE_FILES+= github.com/shirou/gopsutil/v4/@v/v4.26.2.zip
+GO_MODULE_FILES+= github.com/sgtdi/fswatcher/@v/v1.2.0.mod
+GO_MODULE_FILES+= github.com/sgtdi/fswatcher/@v/v1.2.0.zip
+GO_MODULE_FILES+= github.com/shirou/gopsutil/v4/@v/v4.26.4.mod
+GO_MODULE_FILES+= github.com/shirou/gopsutil/v4/@v/v4.26.4.zip
GO_MODULE_FILES+= github.com/tklauser/go-sysconf/@v/v0.3.16.mod
GO_MODULE_FILES+= github.com/tklauser/go-sysconf/@v/v0.3.16.zip
GO_MODULE_FILES+= github.com/tklauser/numcpus/@v/v0.11.0.mod
@@ -58,14 +62,14 @@ GO_MODULE_FILES+= github.com/zeebo/xxh3/
GO_MODULE_FILES+= github.com/zeebo/xxh3/@v/v1.1.0.zip
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.zip
-GO_MODULE_FILES+= golang.org/x/image/@v/v0.36.0.mod
-GO_MODULE_FILES+= golang.org/x/image/@v/v0.36.0.zip
+GO_MODULE_FILES+= golang.org/x/image/@v/v0.40.0.mod
+GO_MODULE_FILES+= golang.org/x/image/@v/v0.40.0.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201204225414-ed752295db88.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.42.0.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.42.0.zip
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.34.0.mod
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.34.0.zip
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.44.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.44.0.zip
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.37.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.37.0.zip
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
GO_MODULE_FILES+= gopkg.in/yaml.v1/@v/v1.0.0-20140924161607-9f9df34309c0.mod
GO_MODULE_FILES+= howett.net/plist/@v/v1.0.1.mod
Added files:
Index: pkgsrc/x11/kitty/patches/patch-kitty_disk-cache.c
diff -u /dev/null pkgsrc/x11/kitty/patches/patch-kitty_disk-cache.c:1.1
--- /dev/null Tue May 19 14:59:16 2026
+++ pkgsrc/x11/kitty/patches/patch-kitty_disk-cache.c Tue May 19 14:59:16 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-kitty_disk-cache.c,v 1.1 2026/05/19 14:59:16 ktnb Exp $
+
+explicit_zero(3) doesn't exist on NetBSD. See
+https://github.com/kovidgoyal/kitty/issues/10037.
+
+--- kitty/disk-cache.c.orig 2026-05-19 13:20:35.821491917 +0000
++++ kitty/disk-cache.c
+@@ -48,6 +48,8 @@ static void free_cache_value(CacheValue *cv) {
+ static void free_cache_value(CacheValue *cv) {
+ #ifdef __APPLE__
+ memset_s(cv->encryption_key, sizeof(cv->encryption_key), 0, sizeof(cv->encryption_key));
++#elif defined(__NetBSD__)
++ explicit_memset(cv->encryption_key, 0, sizeof(cv->encryption_key));
+ #else
+ explicit_bzero(cv->encryption_key, sizeof(cv->encryption_key));
+ #endif
Home |
Main Index |
Thread Index |
Old Index