shells/yash: update to 2.61
# changes
* The `configure` script now accepts the `--disable-doc` option to
omit installing the manual pages.
* The `configure` script now has minimal cross compilation support.
Use the `--host=HOST` option to specify the cross-compilation
target.
* Fixed a bug where the `configure` script could produce false
positive results for function checks when an optimizing compiler
eliminates the test code. The `configure` script now uses the
`-fno-builtin` compiler option when compiling function check
programs.
* The `times` built-in now uses the `getrusage` function to obtain
resource usage statistics on systems where it is available, which
improves precision.
* Updated the sample initialization script (yashrc):
The script no longer suggests moving the history file from
[7 lines not shown]
devel/gitlogue: import package
A cinematic Git commit replay tool for the terminal, turning your Git history
into a living, animated story.
Watch commits unfold with realistic typing animations, syntax highlighting, and
file tree transitions, transforming code changes into a visual experience.
py-borgbackup: updated to 1.4.4
Version 1.4.4 (2026-03-19)
For upgrade and compatibility hints, please also read the "Upgrade Notes" section
above.
New features:
- prune: added -v / --info output,
- mount: warn about symlinks pointing outside of the mount point,
- create/info: remember/show cwd at the time of archive creation,
Fixes:
- hashindex: fix memory leak,
- hashindex: check values in read HashHeader,
- hashindex_size: return int64_t,
- hashindex: fix iteritems segfaulting with non-existent marker,
[26 lines not shown]
git: updated to 2.54.0
2.54.0
UI, Workflows & Features
"git add -p" and friends note what the current status of the hunk
being shown is.
"git history" history rewriting (experimental) command has been
added.
[686 lines not shown]
buf: updated to 1.68.2
1.68.2
- Fix build failures for modules with a vendored `descriptor.proto`.
- Fix LSP incorrectly reporting "edition '2024' not yet fully supported" errors.
- Fix CEL compilation error messages in `buf lint` to use the structured error API instead of parsing cel-go's text output.
- Add `--debug-address` flag to `buf lsp serve` to provide debug and profile support.
x265: updated to 4.2
Version 4.2
New feature
-----------
1. Threaded Motion Estimation (Experimental feature)-It uses a dedicated threadpool to precompute Motion Estimation in parallel.Improves encoding speed upto 1.5x for 1080p & lower resolution on multi core machines with low frequency setting. On high frequency systems or on machines with low number of cores, the overhead of additional Motion estimation work may outweigh parallelism
Enhancements to existing features
-------------
1.Add new Levels 6.3 to 7.2 specified in ITU-T H.265 (V9) (09/2023) and above
2.Improve Slices feature with check zeroMv
3.Enable frame parallelism with MCSTF feature
4.Updated support to signal AOM FGM params
5.Improve quality with SBRC feature
6.Updated DolbyVision P5 VUI defaults
API changes
[26 lines not shown]
comms/syncterm: update to 1.8
# changes
* Add RIPterm v1.54.00 pixel-level compatibility
* Add OSC 8 hyperlink support (clickable URLs)
* Add Ctrl+click detects plain-text URLs in terminal output
* Add Support for encrypted dialing directories
* Add support for explicit sort order
* Add native macOS backend (Quartz display, CoreAudio sound)
* Add Wayland backend
* Add named sort profiles with < and > keys to cycle through them
* Add [ and ] keys to navigate between items in edit submenus
* Add Support for web-based main dialing directory
* Add support to allow specifying terminal type for each entry
* Add default cursor style setting
* Add support for modifying UIFC colours
* Add ECMA-48 screen content readback (SSA/ESA/STS)
* Add DEC rectangular area operations (DECERA, DECFRA, DECCRA, DECIC, DECDC)
[22 lines not shown]
xfile: update to 1.1.0
# noteworthy changes
* New Find Next function (bound to Ctrl+N by default) available when
using the incremental search in the file list. Particularly useful
when the file list is sorted by any other criteria than name.
* New syncOnCopy option controls whether XFile should request file
system caches to be flushed when copying files (see sync(1)). Turned
off by default.
* Fixed: changes in file attributes not updated during normal refresh.
* Fixed: whitespace bug in %p and %u user tool variable expansion.
gimp: update to 3.2.4.
Overview of Changes from GIMP 3.2.2 to GIMP 3.2.4
=================================================
Core:
- The "edit-fill-*" actions will now behave accordingly on specific
cases. E.g. it will skip layers which can't be filled (content-lock
layers and link layers) and it will fill the expected way
non-rasterized text and vector layers.
- Images opened through command lines are not considered stray images
anymore on exit when run without a GUI (scripts, etc.).
- We improved the support of the process temporary folder, so that we
can avoid clashes when several users run GIMP on a same computer.
Furthermore the temporary folder is now deleted at startup (unless
it is not empty, which it should be).
- XCF opened as layers will now always create new layers named as in
the source XCF, even if the source XCF had only a single layer.
[65 lines not shown]
py-editables: updated to 0.6
0.6
Add a new "self_replace" strategy for map (and name the old strategy "import_hook"). Based on an idea by Daniel Tang in #40.
Rename the generated .pth file to _editable_impl_<project>.pth and document that it is possible to customise the file names used.
Rework the documentataion, replacing the "use cases" section with an expanded and less opinionated "scope" section.
Test suite improvements.