Update shells/bash to 5.3.15
Patch 13: Avoid (potential) UB comparing result from realloc with its arg
Patch 14: Improve the solution from patch 11
Patch 15: Avoid references to the byte before the input buffer used by read
And for completeness, for the patches from the previous update:
Patch 10: Fix problem with some EXIT traps calling wait
Patch 11: Fix possible ref to freed memory in mapfile
Patch 12: Fix issue with subshells, EXIT traps, and fatal signals
ccid: updated to 1.8.1
1.8.1
Correctly close the slots of a multi-slots reader
Fix 3 minor issues "Found by AISLE in partnership with Red Hat"
Some other minor improvements
ntopng: updated to 6.6
6.6
Breakthroughs
New Autonomous Systems Dashboards, Sankeys, and comprehensive AS statistics
Enhanced flow exporters and probes statistics with dedicated pages
Improved SNMP devices polling
Major flow collection code rework and optimizations
Native support for ClickHouse Cloud with SSL connections
Direct flows dump mode for real-time ClickHouse export
Improvements
Add comprehensive AS ranking detection and alerting with configurable thresholds
Implement ASN traffic rules for better AS-level traffic management
Enhance ASN live flow aggregation
Add conditional ASN aggregation type based on ASN mode
[37 lines not shown]
py-lmdb: updated to 2.2.1
2.2.1
Improvements
- ``lmdb.aio`` async wrapper methods (on ``AsyncEnvironment``,
``AsyncTransaction``, and ``AsyncCursor``) are now real class
attributes rather than synthesized by ``__getattr__``, making them
visible to ``dir()``, ``inspect.signature()``, ``help()``, IPython,
and stubtest. Non-callable attributes still proxy through.
- Added type stubs for the ``lmdb.aio`` module.
Fixes
- Fix a segmentation fault on Linux/aarch64 when an ``Environment`` is
closed from a different thread than the one holding an active write
transaction. ``Environment.close()`` now waits for the owning thread
[18 lines not shown]
py-asyncssh: updated to 2.23.1
2.23.1 (6 Jun 2026)
* Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for
reporting this issue.
* Expanded previous fix to block unsafe user substitutions in server
config. Thanks go to GitHub user cesabici-bit for reporting this
issue.
* Fixed default value for reuse_address and reuse_port, matching
the behaavior of asyncio.create_server(). Thanks go to Alexander
Shlemin for reporting the inconsistency.
(lang/R-cpp11) Updated 0.5.1 to 0.5.5
# cpp11 0.5.5
* Fixed an issue where `cpp11::stop()` and `cpp11::warning()` calls
with the same template instantiation could cause a crash on some
systems (#491, #295).
* `cpp_source()` now works with multiple `file`s (#492).
# cpp11 0.5.4
* Removed non-API usage of `R_NamespaceRegistry`.
* Fixed a bug with `CPP11_USE_FMT` where the input was not being
correctly wrapped in `fmt::runtime()`.
# cpp11 0.5.3
[13 lines not shown]
clickhouse-cpp: updated to 2.6.2
2.6.2
Add experimental Bazel support
Implement interactive, pull based (BeginSelect and NextBlock) API for selecting data
Bind the new ColumnBool to Bool columns instead of ColumnUInt8
NOTE: If you are using CMake, ColumnBool is not enabled by default to avoid breaking existing clients. Use -DCH_MAP_BOOL_TO_UINT8=OFF to bind ColumnBool to ClickHouse Bool columns. In the future, this option will be set to OFF by default and later removed completely.
Fix parsing of quoted identifiers, e.g. Tuple(`a.b` Int8)
Add support for named tuples such as Tuple(foo Int8, bar String)
Allow access to raw data of ColumnArray
Remove support for nested exceptions
[5 lines not shown]
mariadb1011: Update to 10.6.27
This update fixes various stability and security issues.
Verified to build on NetBSD, FreeBSD, macOS, and Linux, with the
exception of mariadb1011-embedded (quite messy).