xlsclients: update to 1.1.6.
Alan Coopersmith (8):
add -help option
Accept --help & --version as aliases to -help & -version
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
Strip trailing whitespace from source files
Exit on out-of-memory errors
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
xlsclients 1.1.6
libxfce4windowing: update to 4.20.6
4.20.6 (2026-05-24)
======
- Add xfw_screen_get_monitor_for_gdk_monitor()
- Add missing "New in 4.20.6" docs section
- Add missing chain up to parent class
- I18n: Update po/LINGUAS list
- XfwMonitor: Fix (xdg_)output_done event handling
- XfwMonitor: Fix typo and initialize class member
- Ignore workarea/workspace count mismatches
- Fix incorrect max to clamp workspace number to
- Implement workspace geometry for wayland
- Add XfwWorkspace:geometry property
- Fix missing workspace signal connections in test program
- Add test program to enumerate workspaces
- Fix X11 workspace geometry and layout getting out of date
- Fix incorrect col & row ordering for Wayland workspace coordinates
- Fix width -> height typo for XfwWorkspaceX11 geometry
[6 lines not shown]
caddy: update to 2.11.3, containing some security improvements
2.10.1
This is probably our biggest patch release ever -- not that lots of
things were broken, but there's lots of refinement happening thanks to
broader adoption and contributions from many more people. Just look at
the New Contributors below!
Anyway, this release does contain some bug fixes and dependency upgrades
which we hope will serve you well. Let us know if there's any issues!
And thank you to all who contributed, especially our reliable maintainer
team!
2.10.2
This is a hotfix release to fix a couple critical issues from v2.10.1
2.11.1
[68 lines not shown]
sqlc: update to 1.31.1
1.31.1
- Remove go.mod replace directive that breaks go install ...@latest
- Downgrade github.com/ncruces/go-sqlite3 to v0.32.0
1.31.0
- Strip psql meta-commands from schema files
- Emit pointers for nullable enum columns when emit_pointers_for_null_types is set
- Map xid8 to pgtype.Uint64 for pgx/v5
- Rename :one return variable when it conflicts with a parameter
- Coerce SQLite JSONB output regardless of type casing
- Dedupe sqlc.arg parameters wrapped in a type cast for MySQL
- Preserve MySQL optimizer hints in generated query text
- Catch invalid ON CONFLICT DO UPDATE column references
- Replace manual loop with copy() builtin
- (native) Make MySQL connection check immediate on first attempt
[19 lines not shown]
at-spi2-core: explicitly disable dbus-broker and systemd.
This fixes the build on (Fedora) Linux.
There are two implementations of dbus: dbus-daemon and dbus-broker.
Fedora defaults to the latter, but it requires systemd. pkgsrc has no
support for linking against builtin libsystemd, so make at-spi2-core use
dbus-daemon from pkgsrc.
Suggested by wiz@ and prlw1@ in tech-pkg.
net/powerdns: Update to version 5.0.5
From Marcin Gondek via wip.
This is release 5.0.5 of the Authoritative Server. It contains bug fixes and security fixes.
Bug Fixes
Fix PowerDNS Security Advisory 2026-06 for PowerDNS Authoritative Server: Multiple Issues
use less inefficient code in web server
harden xfr*BitInt writers
perform axfr immediately when creating an autosecondary domain
Actually install binaries when building with meson
web: stricter control of statistics rings changes
stricter handing of the Lua DNS update policy
correctly delete ENT records from the API
lua: one more bad case of createForward
minor pdns_control bugfixes
webserver: correctly split the basic authorization cookie
[2 lines not shown]
net/dnsdist: Update to version 2.0.6
From Marcin Gondek via wip.
Improvements
Fix clang-tidy warnings
Also apply UDP socket buffer sizes to backend sockets
Make code boost-1.91 compatible
Bug Fixes
Check the DoQ query size against the received size
Fix outgoing TLS session cache cleanup
Compute a less inaccurate number of DNS records to pass to reserve()
Maintain a "current size of received body" counter.
Fix the dynamic block top suffixes counters computation
snmp-agent: Fix a memory leak
Fix XSK configuration via YAML
[12 lines not shown]
xleak: update to 0.2.6.
Release Notes
Added
NetBSD installation via pkgin install xleak (thanks @0323pin! #40)
Automated AUR, WinGet, and Scoop publishing via GitHub Actions
Warn when formula cells are blank due to uncached xlsx values (NOTE: before table, suggests --formulas or re-saving in Excel/LibreOffice)
Changed
Upgrade calamine 0.26 → 0.34 and dirs 5.0 → 6.0 for Debian packaging compatibility (thanks @nadzyah! #43)
Nix flake version now read dynamically from Cargo.toml; homepage URL fixed
Replaced prettytable-rs with comfy-table for non-interactive output, enabling correct multiline cell wrapping with --wrap (#44)
Non-interactive table output: green bold headers, red errors, green formula-mode cells
Fixed
[4 lines not shown]
py-fixtures: updated to 4.3.2
4.3.2
* Temporarily re-add the ``fixtures.tests.helpers`` module.
4.3.1
* Improve types for WarningsCapture.
* Use ParamSpec for better type hints.
* Return Self from __enter__ for better type inference.
py-sybil: updated to 10.0.1
10.0.1 (26 Mar 2026)
- Re-work :func:`~sybil.testing.run_pytest` to fix problems caused by re-invoking external plugins
during the nested runs.
10.0.0 (25 Mar 2026)
- Moved to a `uv`__-based, ``pyproject.toml``-driven project layout, with ``main`` replacing
``master`` as the default git branch.
__ https://docs.astral.sh/uv/
- Move from Circle CI to Github Actions for continuous integration and releasing.
- Introduce `ruff`__ code formatting.
__ https://docs.astral.sh/ruff/
[7 lines not shown]
py-barman: updated to 3.19.0
3.19.0 (2026-05-20)
Notable changes
- Add support for restoring backups from cloud storage
Barman can now restore backups taken with `backup_method = local-to-cloud`
or `backup_method = postgres` when stored in cloud object storage.
The standard `barman restore` command can be used to restore such backups.
For WAL restore, a new `barman cloud-wal-restore` command was introduced to fetch
WAL files directly from cloud storage during recovery. This command can be
used as the `restore_command` in PostgreSQL and supports parallel
fetching for improved performance.
Also, when a server has `wals_directory` configured to use cloud storage,
[21 lines not shown]