yq: updated to 4.1.1
Changes for v4.1.1 (2026-07-03)
- xq: support –xml-short-empty-elements to emit self-closing elements
instead of the long form
Changes for v4.1.0 (2026-07-03)
- Implement YAML comment roundtripping
Changes for v4.0.0 (2026-07-02)
- Implement TOML comment roundtripping (tomlq -T)
- Add –width=0 for no-wrap option; –null-input as -n alias
- Force quote strings that can be parsed as integers in YAML 1.2
- Implement YAML 1.2 octals
- Prevent exception thrown when sys.stdin is None.
atkmm: updated to 2.28.5
2.28.5 (stable) 2026-05-26
Documentation:
* Don't link to removed parts of gnome.org
* Replace gtkmm.org by gtkmm.gnome.org
* Remove obsolete FSF (Free Software Foundation) address
* codegen/extradefs/generate_extra_defs_atk.cc: The license is
GNU General Public License, version 2, as said in COPYING.tools.
(Kjell Ahlstedt)
* README.win32.md: Mention Visual Studio 2026
* Visual Studio builds: Update build information
(Chun-wei Fan) Merge request !11
Meson build:
* Require python3 >= 3.7. That's what Meson requires.
* Require meson >= 0.60.0.
* subprojects/atk.wrap points at at-spi2-core.
[13 lines not shown]
glibmm: updated to 2.66.9
2.66.9 (stable) 2026-06-28
Documentation:
* Remove obsolete FSF (Free Software Foundation) address
(Kjell Ahlstedt)
* README.win32.md: Mention Visual Studio 2026, update build info
(Chun-wei Fan) Merge request !70
* NMake Makefiles: Update build info again
(Chun-wei Fan) Merge request !74
Build:
* Meson build: Make Visual Studio 2026 builds distinct
* NMake Makefiles:
- Make Visual Studio 2026 builds distinct
- Reorganize, fix, and clean up a bit
- Make m4 detection more flexible and robust
- Make build process more robust
[10 lines not shown]
news/canlock-up: Update to 3.3.2
3.3.2 2026-07-04
Bugfix: canlock-hp: Define parameter list for strip_body()
as "void" (Patch from Dennis Preiser)
Document that canlock-hp subpackage requires an US-ASCII
based POSIX locale (EBCDIC is not supported)
Add SPDX copyright and license identifiers for all files of
the source tree. Note that the license terms are unchanged
for all files that already contained such identifiers
Some documentation files (like "README" and "ChangeLog")
formerly had neither copyrights nor licenses assigned.
No copyright and CC0-1.0 license are declared now
Package is REUSE 3.3 conformant (according to "reuse lint"):
<https://reuse.software/spec-3.3/>
news/libcanlock: Update to 3.3.2
3.3.2 2026-07-04
Bugfix: Modified declaration of RFC5869HkdfResult() in header
to match the function definition
Bugfix: Modified definition of RFC2104HmacResult() to match
the function declaration in header
Add support for C23 memset_explicit() to cl_clear_secret()
Add SPDX copyright and license identifiers for all files of
the source tree. Note that the license terms are unchanged
for all files that already contained such identifiers
Some documentation files (like "README" and "ChangeLog")
formerly had neither copyrights nor licenses assigned.
No copyright and CC0-1.0 license are declared now
Package is REUSE 3.3 conformant (according to "reuse lint"):
<https://reuse.software/spec-3.3/>
ocaml-dune: update to 3.24.0.
3.24.0 (2026-06-21)
-------------------
### Fixed
- Fix promotion failure when a target changes from a directory to a file
between builds, causing "Is a directory" errors.
(#14371, fixes #5647, fixes #6575, @Alizter)
- Make `dune build @doc` pick up an odoc installed via `dune tools install
odoc` even without `DUNE_CONFIG__LOCK_DEV_TOOL=enabled`, mirroring how
`dune fmt` consumes a locked ocamlformat (#14426, fixes #14235, @mt-caret)
- Reject `(package ...)` inside a named dependency binding
(`(deps (:name (package foo)))`). Previously this was silently accepted but
`%{name}` would resolve to an empty path list. (#14499, @Alizter)
[71 lines not shown]
dmarc-report-viewer: update to 2.5.2.
## [2.5.2] - 2026-07-04
* Fixed printing and PDF generation for reports (see also issue #89).
* Updated Cargo dependencies
restish: update to 2.3.0.
Restish 2.3.0 is a minor release for people building on top of
Restish as well as people using it directly from the terminal. It
promotes the core config and auth building blocks into public
packages, adds a custom embedded command surface for applications
that want a Restish-powered CLI, tightens auth header display
behavior, and expands the docs and blog around OpenAPI-driven
workflows.
restic: update to 0.19.1.
## Summary
* Fix #5234: Prevent mounting over the repository directory
* Fix #5667: Skip inaccessible `backup` source paths
* Fix #5722: Update `mount` latest symlink after snapshot reload
* Fix #21866: Hide `stats` progress bar in JSON mode
* Fix #21869: Restore old behavior of `snapshots --latest <n>` without `--group-by`
* Fix #21876: Show timezone location in `snapshots` output
* Fix #21879: Prevent crash in mountpoint validation if mountpoint is inaccessible
* Fix #21895: Remove read-only files via the SFTP backend on Windows servers
* Fix #21899: Make `backup` respect excludes for duplicate directory entries