x11/xterm: update to 407
- add private modes 1020 to 1023 for reporting whether xterm uses UTF-8, whether CJK-width is set, whether Emoji-width is set, and whether private-width is set.
- add resource privateWidth to control whether PUA (private use area) codes are neutral width or single-width.
- improve fix for Debian #738794, to show boxes for codes which are neither combining characters or valid Unicode characters (Debian #1123877).
- improve switching to/from UTF-8 mode by saving, restoring and resetting the G0-G3 array (Debian #1124802).
- use ST consistently in terminfo rather than legacy BEL
- minor updates to configure script and terminfo
- add option --enable-resize-adjust for saving and repainting parts of the window which are lost when the user resizes the window (integrated patch by Kirill A Korinsky).
arm-trusted-firmware-rk3399: remove package
This has been superseded by trusted-firmware-a-rk3399 (newer version of
the same package, distinguished by the package name being different,
rather than the usual approach). No u-boot packages for rk3399 use this
anymore. (Though there are still other chipsets using the older "arm-
trusted-firmware" basis.)
janet: update to 1.41.2
There were some last-minute issues in the release of 1.41.1, namely a
regression in out-of-bounds buffer and array indexing. This release
fixes those issues.
- Use snprintf instead of sprintf
- Initialize memory allocated by `put`
kdsoap: fix build on NetBSD-current
Remove -Wl,--fatal-warnings, there are linker warnings about
ld: /usr/lib/libutil.so.7: warning: warning: reference to compatibility login_getpwclass(); include <login_cap.h> for correct reference
etc.
uni2ascii: update to 4.20.
Provided by Bartosz Kuzma in PR 60017.
2022-08-21 Bill Poser <poser at khunekyaz>
* uni2ascii.c:
Fixed bug in which in certain formats input from stdin worked
input directly from a file caused a hang.
2013-08-18 Bill Poser <poser at khunekyaz>
* uni2ascii.c (ExpandToAscii):
Added expansion of trademark sign U+2122 -> (tm)
2011-08-24 Bill Poser <poser at khunekcho>
* ascii2uni.c (main):
Fixed bug in handling of L (WWW) format. \uXXXX is now handled correctly
even if immediately followed by a possible hex digit. \U
followed by fewer than 8 hex digits is not treated as an escape.
A warning is issued if the \U format encodes a character within
[9 lines not shown]
libxslt: update to 1.1.45.
v1.1.45: Nov 30 2025
## Major changes
Rebuild of v1.1.44
v1.1.44: Nov 23 2025
## Major changes
Libxml2 changed the meta tag information, removed the:
`http-equiv="Content-Type" content="text/html;` attributes leaving
only the `charset` attribute. This caused the tests to fail in the
gitlab pipeline. Updated the test files accordingly.
## Security
[15 lines not shown]