libXi: update to 1.8.3.
libXi 1.8.3 is now available. This release fixes an issue with
potentially uninitialized memory if auxiliary events (DeviceValuatorNotify,
KeyStateNotify, ButtonStateNotify) are received when the event they
are supposed to follow got lost.
glib2-introspection: depend on latest gobject-introspection
just to make sure we get a consistent package set if the
gobject-introspection change is problematic after all.
Bump PKGREVISION.
gobject-introspection: remove patches that seem unneeded
No change to gobject-introspection or glib2-introspection
(except the actual change in maintransformer.py)
Bump PKGREVISION.
wip/py-dbgpu: import py-dbgpu-2025.12
A small, easy-to-use open source database of over 2000 GPUs with
architecture, manufacturing, API support and performance details
sourced from TechPowerUp.
Update to version 9.2.0491.
Changes:
- CI: Update clang to v22
- patch 9.2.0491: VMS: various build issues
- patch 9.2.0490: matchfuzzy() can crash on long multi-word patterns
- runtime(zip,tar): Add support for compressed .cbz and .cbt files
- runtime(sh): Update syntax, don't include parens in function name highlighting
- patch 9.2.0489: filetype: some Objective-C files are not recognized
- CI: Bump the github-actions group across 1 directory with 2 updates
- patch 9.2.0488: statusline: status line highlight blends into adjacent vsep cells
- patch 9.2.0487: viminfo: possible signed int overflow in register array
- patch 9.2.0486: out-of-bound read when recovering swap files
- patch 9.2.0485: clipboard provider callback can be called recursively
- patch 9.2.0484: TextPutPre triggers clipboard provider callback twice
- runtime(doc): Update 'softtabstop' documentation
- patch 9.2.0483: popup: terminal embedded in an opacity popup freezes Vim on input
- runtime(doc): update doc for clipboard provider
[27 lines not shown]
PR bin/60275 discard less arriving signals
If the signal state is returned to the default state (SIG_DFL)
while sh has a pending signal for the process, that it is not
yet ready to process, then forget the pending signal, and instead
send it to ourself, so the kernel can take whatever is the default
action for that signal (if it is just ignored, then we just keep
on processing, if it kills us, well, it was nice while it lasted!)
slumber: update to 5.3.0.
[5.3.0] - 2026-05-16
Added
Resize panes dynamically with [ and ]
Rebind the actions resize_back and resize_forward to customize
Changed
Exit fullscreen whenever changing panes
With resizable panes, keeping fullscreen persistent ends up being more annoying than useful
Fixed
Border of the selected pane is always fully highlighted