For machines where the real time clock is off or not existing:
- offer a config menu to set date and time
- at build time burn the unix time of the build into the binary (or the
reproducable build timestamp)
- when the current clock claims we have a date older than two days before
the embedded build time, show an error message and go to the date and
time setup step automatically
arm32/bus_dma: fix interger overflow on 32 bit kernels
On Raspberry Pi 4B with BCM2711, dr_busbase is 0xc0000000 and
dr_len is 0x40000000, so "dr->dr_busbase + dr->dr_len" causes
wraparound.
Fixes panic on Raspberry Pi 4B during attaching vcmbox0:
> panic: _bus_dma_busaddr_to_paddr: curaddr 0xc5b6c000not in range
Re-factor all of the badaddr() variants into a single badaddr_read()
that takes an access size and can return a value. Add a badaddr_write()
that similarly takes a size.
cups*: update to 2.4.18
Changes in CUPS v2.4.18 (2026-04-22)
------------------------------------
- Fixed cupsd crash if user does not exist (Issue #1555)
dasel: update to 3.8.0.
v3.8.0 - 2026-04-26
Added
dasel completion <shell> subcommand to generate shell completion scripts for bash, zsh, fish, and powershell (#497).
dasel man subcommand to generate a man page (#497).
Fixed
YAML string quote style (double, single, literal, folded) is now preserved on round-trip (#452).
v3.7.0 - 2026-04-25
Changed
merge function now performs deep merge, recursively merging nested maps (#133).
[51 lines not shown]
py-requests-ratelimiter: update to 0.10.0.
0.10.0 (2026-04-22)
Add max_delay parameter compatible with pyrate-limiter v4 (previously removed in 0.9)
Fix per-host rate-limiting for Redis and Postgres backends
If both per_host=True and a bucket_name is specified, use bucket_name as a bucket prefix
Add warning if a custom Limiter object is passed with per_host=True and no HostBucketFactory
py-packaging: update to 26.2.
26.2 - 2026-04-24
~~~~~~~~~~~~~~~~~
Fixes:
* Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`)
* Make ``Version``, ``Specifier``, ``SpecifierSet``, ``Tag``, ``Marker``, and ``Requirement`` pickle-safe
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
``packaging._structures`` module) (:pull:`1163`, :pull:`1168`, :pull:`1170`, :pull:`1171`)
* Re-export ``ExceptionGroup`` in metatadata for now in (:pull:`1164`)
Documentation:
* Add errors section and fix missing details in (:pull:`1159`)
* Document our property-based test suite in (:pull:`1167`)
* Fix a ``DirectUrl`` typo in (:pull:`1167`)
* Add example of ``is_unsatisfiable`` in (:pull:`1166`)
[6 lines not shown]