www/ruby-selenium-webdriver: update to 4.49.0
4.49.0 (2026-09-09)
* Support CDP versions: v151, v152, v153
* derive BiDi field names and enum value types in the schema (#17966)
* [build] Automated CDDL Spec Update (#17990)
* [build] ship prebuilt Selenium Manager Linux arm64 binary in all bindings
(#17999)
* [build] Automated Browser Version Update (major) with CDP (#18005)
www/ruby-aws-sdk-s3: update to 1.231.0
1.231.0 (2026-09-09)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
www/ruby-aws-sdk-kms: update to 1.131.0
1.131.0 (2026-09-09)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
www/ruby-aws-sdk-secretsmanager: update to 1.135.0
1.135.0 (2026-09-09)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
security/ruby-rubyntlm: update to 0.6.6
0.6.6 (2026-09-09)
* Security: fix NTLMv2 authentication bypass in Type3#password?, which
verified NTLMv2 responses against an empty password instead of the
supplied one
* Fix binary padding in the Ruby MD4 fallback so non-ASCII passwords hash
correctly under OpenSSL 3
orc: updated to 0.4.44
0.4.44
- Fix various i386-related regressions
- avx512: Disable target on x86 (L. E. Segovia)
- avx512: Implement the missing memoff-reg moves (Jorge Zapata, Marc Leeman)
- Fix Debian gcc miscompiling the backup float conversion functions (L. E. Segovia)
py-swiftclient: updated to 4.11.0
4.11.0
Unknown changes
4.10.0
* The "v1password" plugin for keystoneauth now returns v3-compatible service
catalogs, fixing some issues seen when using v1 auth with openstackclient.
* Now tested under Python 3.14.
* Removed support for the provider-specific SERVICENET. Explicitly override
your storage URLs if you were previously using this feature.
* Various other minor improvements.
4.9.0
* The ``timeout`` parameter is now included when creating Keystoneauth Sessions.
* Various other minor improvements.
py-psycopg2: updated to 2.9.13
What's new in psycopg 2.9.13
- Add support for Python 3.15.
- Fix parsing of malformed bytea input.
- Fix parsing of malformed int64 input in arrays.
- Add a ``pyproject.toml`` file to declare a PEP 517 build backend.
- Drop support for Python 3.9.
py-multidict: updated to 6.8.0
6.8.0
Bug fixes
- A segmentation fault that could be triggered when getting an item is now fixed
- Fixed reference leak in iterators, views and ``istr``
- Fixed the pure-Python :class:`~multidict.MultiDict` constructor and
:py:meth:`~multidict.MultiDict.extend`,
:py:meth:`~multidict.MultiDict.update`, and
:py:meth:`~multidict.MultiDict.merge` methods over-allocating their
internal hash table when called with both a positional argument and
keyword arguments, because keyword arguments were counted twice in the
size estimate
- Fixed ``__repr__`` of :class:`~multidict.MultiDict`,
[48 lines not shown]
py-build: updated to 1.6.1
1.6.1 (2026-09-10)
Bugfixes
- Avoid trying to detect symlinks on Windows, regression in 1.6.0
Documentation
- Fix doubled backslashes in the Windows pip config path (``%APPDATA%\pip\pip.ini``) in the docs
yyjson: updated to 0.13.0
0.13.0 (2026-09-08)
Added
- Add a set of `write_buf()` functions for writing JSON to a buffer without allocation.
- Add `YYJSON_FREESTANDING` compile-time option to build without libc (e.g. wasm).
- Add `YYJSON_DISABLE_FILE` compile-time option to disable file/fp read and write APIs.
- Add `YYJSON_READER_DEPTH_LIMIT` and `YYJSON_WRITER_DEPTH_LIMIT` compile-time options.
- Add `YYJSON_WRITE_LOWERCASE_HEX` flag to write `\uXXXX` escapes in lowercase.
- Add Swift Package Manager traits for compile-time configuration.
Changed
- Change `set_int()` parameter type from `int` to `int64_t`.
- Add `const` qualifier to parameters of read-only functions.
Fixed
- Fix `tinycc` preprocessor error.
- Fix an uninitialized read when parsing numbers.
- Fix integer truncation when parsing extremely large numbers.
[3 lines not shown]