Fix up PROM's where reg is encoded as a 64-bit and a 32-bit value
(e.g. 00000400 0fc62020 00000010), but we want 2 x 64-bit values.
U45 with OBP 4.21.2 has jbus-i2c configured like this.
py-pyrate-limiter: updated to 4.2.0
4.2.0
Guard sync _delay_waiter against negative wait values from bucket backends
fix(docs): align docstrings and fix: db_path=None temporary DB behavior
Typo fix for pypi
bug fix: Limiter initialization in README for SQLite
fix: add close() method to avoid ResourceWarning about unclosed transports
py-txtorcon: updated to 26.6.0
26.6.0
* eliminate GeoIP as a dependency
This will still load Tor's geoip-db if GeoIP is installed, and the database is found.
Only country-codes are supported by this database.
Essentially this is just optimization: txtorcon will ask Tor for the country-code of anything interesting via the existing `get_location()` API.
py-pip: updated to 26.1.2
26.1.2 (2026-05-31)
Bug Fixes
- Reject ``console_scripts`` and ``gui_scripts`` entry points whose name would
install a script outside the scripts directory.
- Fix installation incorrectly failing when the target path contains a doubled
slash, such as with ``pip install --root //...``.
- Send a consistent ``Accept-Encoding`` header to avoid a spurious ``Cache entry
deserialization failed`` warning.
indi: updated to 2.2.2
2.2.2
gitignore: ignore compiled dylib files
Add Wake on LAN support to 10micron driver
ci: add erfa as explicit build dependency
alignment: add SPK physics-based math plugin
alignment: guard SPK test target when erfa is not found
fix(libastro): parenthesize DEG_TO_RAD/RAD_TO_DEG macros
fix(libastro): use apparent sidereal time in EquatorialToHorizontal; add accuracy tests
docs: add liberfa to install prerequisites in README
Add Wanderer ETA M54 Electronic Tilt Adjuster driver
Alignment: deprecate old Transform* shims, migrate all in-tree callers to *JD
esp32go driver: updated support
add pkgconf to the control file
Wanderer ETA: Add backfocus offset feature
Support max focus position via firmware command in Pinefeat CEF focuser
Correct Movement of Avalon UPAS
[2 lines not shown]
SDL3: updated to 3.4.10
3.4.10
This is a stable bugfix release, with the following changes:
Allow depth texture arrays in the GPU API
Fixed a crash when copying to the Vulkan swapchain with the GPU API
Added support for packed 16-bit texture formats in the Metal renderer
Fixed rare cursor corruption on Windows
Fixed the text edit cursor position when using the Korean IME on Windows
Added controller sensor support for GameInput v3
Added support for gamepad motion sensors on Android
Release wired controllers back to the OS when the application is in the background on Android
Fixed Ipega controllers being ignored in keyboard mode
Added support for GameCube rumble when the adapter is in PC mode and has the latest firmware
Fixed rumble on the new Steam Controller
Added support for the GameSir Super Nova in Xbox 360 mode
Added support for the PDP Afterglow Wave Wireless Controller for Switch
[4 lines not shown]
nghttp3: updated to 1.16.0
1.16.0
Create nghttp3_frame directly in ring buffer
Fix memory leak on the failure path
Uppercase numeric literal suffixes and hex digits in C/C++ sources
More use of designated initializers
Upcase hex chars in string literal
GHA: Build with macos-26
Call nghttp3_stream_close callback for all streams
Add const qualifier
Add const version
Bump actions/github-script from 8 to 9
Optimize huffman decode length estimation
Fix integer cast
Add nghttp3_conn_get_stream_user_data
GHA: Avoid azure Ubuntu mirror
examples: Fix literal operator syntax
[17 lines not shown]
ngtcp2: updated to 1.23.0
1.23.0
examples: Use std::print for sim
examples: Rewrite util::split_str
examples: Refine formatter
log: Faster logging
examples: Introduce ProtoCodec to deduplicate examples
Use ULL consistently
examples: Stop surrounding constexpr variables with anonymous namespace
examples: Use UZ for size_t
examples: Use static constexpr for somewhat large structs
examples: Use try_emplace for safe insertion of move only object
Transit to closing state when sending application close
Specify QualifierOrder
examples: Prefer operator== to strcmp
examples: Use std::filesystem::path for file path
Provide generic ngtcp2_max and ngtcp2_min
[50 lines not shown]
sysutils/trusted-firmware-a-imx8mq: add 2.6
This package provides mainline TF-A for the NXP i.MX 8M Quad platform,
for example used by u-boot for the Google's Coral Dev Board.
racket-minimal: update to 9.2
- The match form checks that when non-linear patterns (patterns
where the same variable is used multiple times) are used with ...,
the two parts of the matched value actually are equal. Additionally,
match rejects non-linear patterns where one use of the variable is
used with ... and another is not. This repair could cause existing
code to fail.
- Typed Racket types for the asin and acos procedures correctly
handle situations where the function produces a complex number,
avoiding unsound results that were previously possible. This repair
could cause existing code to fail at compile time.
- The #%foreign-inline core syntactic form provides unsafe access
to facilities provided at the linklet layer by a Racket
implementation. This means that any code that handles all core
forms by enumeration will need to be updated.
[34 lines not shown]
racket: update to 9.2
- The match form checks that when non-linear patterns (patterns
where the same variable is used multiple times) are used with ...,
the two parts of the matched value actually are equal. Additionally,
match rejects non-linear patterns where one use of the variable is
used with ... and another is not. This repair could cause existing
code to fail.
- Typed Racket types for the asin and acos procedures correctly
handle situations where the function produces a complex number,
avoiding unsound results that were previously possible. This repair
could cause existing code to fail at compile time.
- The #%foreign-inline core syntactic form provides unsafe access
to facilities provided at the linklet layer by a Racket
implementation. This means that any code that handles all core
forms by enumeration will need to be updated.
[34 lines not shown]
devel/protobuf: Stop requiring gcc13
Upstream's bugfix for this is in 35.0, and it builds with gcc10.
Avoiding gcc13 is good just for avoiding, but it also allows qgis4 to
build on NetBSD 10, instead of failing due to the woes of varying
libstdc++. Leave the comment for now, until we're sure this is fixed.
Update devel/objfw to 1.5.5
ObjFW 1.5.4 -> ObjFW 1.5.5, 2026-05-31
* Fixes replacing a string within a range that does not start at 0.
* Fixes -[OFData rangeOfData:options:range:] if the specified range does not
start at 0.
* Fixes -[OFMutableData subdataWithRange:].
* Fixes a missing retain/release in OFConcreteMutableArray.
* Fixes -[initWithContentsOfIRI:] being extremely slow for both OFString and
OFData on some operating systems such as Windows.
* Fixes wrong count after -[OFList removeAllObjects].
* Fixes objc_setAssociatedObject() / objc_removeAssociatedObjects() releasing
the object within the spinlock, which could potentially deadlock.
* Fixes OFBlock calling a dispose handler that doesn't exist.
* Fixes -[OFConcreteMutableArray removeAllObjects] not increasing the
mutations.
* Fixes Deflate64 with sequence lengths > 65535.
* Robustness improvements in Deflate, LHA, Tar, ZIP, BMP, QOI and MessagePack.
[33 lines not shown]