py-checkdmarc: updated to 5.15.2
5.15.2
Cap the per-query UDP timeout at min(1.0, timeout) for single-nameserver
configurations as well as multi-nameserver ones. Previously, when only one
nameserver was configured (or the system default list had a single entry),
resolver.timeout and resolver.lifetime were both set to the full
timeout budget, which collapses dnspython's UDP retry loop to a single
attempt — a single dropped UDP datagram then consumed the whole lifetime
and raised LifetimeTimeout, while dig (which defaults to +tries=3)
would mask the same blip by retrying. dnspython now retries UDP within
the lifetime window (~2 attempts at the default 2s budget), matching
dig's behavior in spirit and eliminating spurious single-NS timeouts
on paths with occasional packet loss.
dos2unix: updated to 7.5.5
2026-04-06: Version 7.5.5
* New option --error-binary: Return an error if a
binary file is skipped.
* Fix: dos2unix error on empty input. The problem was introduced
in version 7.5.4.
2026-01-30: Version 7.5.4
* Don't return an error code if a binary file is skipped.
Reverting change in 7.5.3.
* Refactored code.
gam: update to 7.42.00
Changes since 7.40.00:
7.42.00
In versions prior to 7.42.00, when redirect csv <FileName> was used, GAM did not open and write <FileName> until all processing was complete; if <FileName> was not accessible, an error was generated and no results were saved. Now, <FileName> is opened initially to verify accessiblity and then written when processing is complete.
In the unlikely event that this causes issues, you can do redirect csv <FileName> delayopen to get the previous behavior.
7.41.03
Fixed bug in the following: Added the following to <RowValueFilter> used in CSV input/output row filtering; these are synonyms for count and countrange.
[(any|all):]number<Operator><Number>|
[(any|all):]numberrange!=<Number>/<Number>|
[(any|all):]numberrange=<Number>/<Number>|
7.41.02
[41 lines not shown]
py-url-normalize: updated to 3.0.0
3.0.0
Added
Add url_humanize() and url-normalize --humanize/-H to convert normalized URLs to readable display URLs while preserving normalization round trips
Changed
BREAKING: Updated minimum Python version to 3.10 to match currently supported Python versions.
Fixed
Stop passing the deprecated transitional argument to idna.encode()
Updated project license metadata to the current SPDX string format to resolve setuptools deprecation warnings
x11/lxqt-panel: update to 2.4.0
lxqt-panel-2.4.0 / 2026-04-20
==============================
* Implemented multi sink volume plugin.
* Added some more padding in LXQtWorldClockPopup.
* Fixed weird behavior in panel length configuration when switching between px and %.
lxqt-panel-2.3.3 / 2026-04-02
==============================
* Fixed too strict parsing of icon themes with Qt6.11.
* Prioritize starting strings of titles with Fancy Menu's filtering.
* Disabled shortcutselector in panel menus on Wayland and show tooltip info.
* Version check for 6.10 for filterstring.
* Removed obsolete Qt5 version check.
* Fixed auto-hiding on dragging over Task Manager and Show Desktop.
* KeyboardInteractivityNone also for labwc (0.9.4).
* Added tooltip to opacity slider to communicate value.
* Cleaned up some ui files.
[5 lines not shown]
audio/pavucontrol-qt: update to 2.4.0
pavucontrol-qt-2.4.0 / 2026-04-20
==================================
* Updated translations and bumped the version.