sun4v vdsk: catch up with recent updates to cd(4)
Add support for missing SCSI_MODE_SELECT_10 and SCSI_MODE_SENSE_10.
Verified to work in a sun4v ldom with acccess to a virtual cd.
Version 4.8.33
Starting with this release, we will be using language features that require a C99 compiler to build.
- Core
* Minimal version of Automake is 1.14 (#4604)
* Upgrade C standard to C99 (#4604)
* Support ksh variants as subshell (#3748)
* Improve fish 4.0 shell support (#4597)
* Add support for bash PROMPT_COMMAND being an array (#4599)
* Don't override ENV variable for ash/dash subshell (#4605)
* Don't disable verbose mode if tty baudrate can't be reliably determined (#2452)
* New keymap for vim users (#4588)
- VFS
* extfs vfs: chmod/chown inside extfs (e.g. zip archive) silently fails (#4629)
* Add embedded torrent viewer/vfs (#3100)
[1753 lines not shown]
sysutils/fdupes: Update to 2.4.0
Changelog:
Changes from 2.3.2 to 2.4.0:
- Add quick summary option that skips byte-for-byte match confirmation.
- Reduce number of progress indicator updates for better performance.
Changes from 2.3.1 to 2.3.2:
- Keep cursor as close to current group as possible after deleting files.
- Omit endian.h when building on AIX.
Changes from 2.3.0 to 2.3.1:
- Fix buffer overflow bug in getrealpath() function.
Changes from 2.2.1 to 2.3.0:
[4 lines not shown]
multimedia/libplacebo: Update to 7.360.1
Changelog:
7.360.1:
This release fixes a few issues with the Vulkan and OpenGL renderers.
Fixes:
- fix sync object leak on OpenGL
- suppress compiler warnings on benchmark test
- disable deferred memory allocation on Nvidia altogether
- workaround timeline semaphore bugs on MoltenVK
7.360.0:
This release introduces some new features, alongside a bunch of miscellaneous
bug fixes across the board, in particular, major improvements to the Vulkan
renderer.
Additions:
[232 lines not shown]
misc/less: Update to 704
Changelog:
704:
Less version 704
Version 704 was released for beta testing on 31 May 2026, and for general use
on 6 June 2026.
These are the differences between version 702 and version 704:
* Fix possibly passing unsafe options to man when opening an OSC 8 link (
github #779).
* Fix possibly sending unsafe OSC sequence to terminal when file contains an
unterminated OSC sequence (github #781).
* In Examine and Shell commands, expand % and # to shell-escaped filenames (
github #784).
702:
[379 lines not shown]
converters/libiconv: Update to 1.19
Changelog:
New in 1.19:
* Fixed a bug in the GB18030 converter.
* Special support for OS/2: Encoding names that are results of
kLIBC nl_langinfo(CODESET) are recognized as aliases.
(Contributed by KO Myung-Hun.)
* Fixed --enable-relocatable on native Windows.
fonts/fontconfig: Update to 2.18.2
Changelog:
2.18.2:
fixed (9 changes)
Fix FcNameUnparse regression. by @emilio (merge request)
Use Special FC_CACHE_VERSION for snapshot (merge request)
Add more conditional code for FcLocaleSetCurrent() (merge request)
fc-cache: do not generate cache when target directory is in deny list (merge request)
Add Nerd Fonts to the table (merge request)
Add a hash table for fonts to generate expected genericfamily (merge request)
Use genericfamily for the search of monospace against :spacing=100 (merge request)
test: Fix a test case failure when BUILDDIR is under /tmp (merge request)
test: Fix a regression for sysroot in test framework (merge request)
added (2 changes)
conf.d: Add OpenMoji Color and OpenMoji Black (merge request)
meson: Add tests-external-fonts option to disable network-dependent tests (merge request)
devel/at-spi2-core: Update to 2.60.5
Changelog:
What's new in at-spi2-core 2.60.5:
* Fix a possible crash in atk_bridge_adaptor_cleanup.
* Attempt to fix event listeners still being wrongly deregistered in some
cases.
games/py-renpy: Update to 8.5.3
Changelog:
8.5.3
Dependency Updates
Ren'Py now supports and requires Live2D 5.3. You may need to update Live2D to
continue to use it in Ren'Py 8.5.3 or later.
Ren'Py Stores as Python Packages
Ren'Py now treats Ren'Py stores as Python packages, as was documented but not
implemented. This means imports can work from other stores. For example:
init python in store.substore1:
A = 42
init python in store.substore2:
[868 lines not shown]