py-vcs-versioning: updated to 2.2.3
2.2.3 (2026-07-28)
Fixed
- Fix `ValueError` when parsing `.git_archival.txt` of a tagged commit whose tag contains more than one dash (e.g. `llvmorg-23.1.0-rc2`) - the `git describe` suffix is now matched precisely instead of splitting on the last two dashes.
py-libcst: updated to 1.9.0
1.9.0 - 2026-07-29
Added
* Add support for Python 3.15
* Add `CodemodCommand` helpers for adding and removing imports
Fixed
* Recognize Python 3.14 parser configurations
* Allow a trailing comma after `**rest` in class patterns
Updated
* Document the new `CodemodCommand` import helpers
* Fix the `tokenize` function's docstring grammar
* Remove the retired macOS 13 runner from CI
py-daphne: updated to 4.2.3
4.2.3 (2026-07-21)
* Added ``--websocket-max-message-size`` and ``--websocket-max-frame-size`` CLI
flags to the ``runserver`` management command for use in development.
tesseract: updated to 5.5.3
5.5.3
Fix typos
Fix missing closing tags in multi-page PAGE XML output
Fix Apple CMAKE_SYSTEM_PROCESSOR not set when crosscompiling
Remove outdated docker-compose.yml (Fixes 4492)
docs: document memory ownership and lifecycle in C-API
Add Portuguese language support and section descriptions (Windows installer)
Update Slovak language string in tesseract.nsi
fix(nsi): mask LANGID to 16-bit for reliable auto-detection
Add GitHub Copilot instructions
Correct mutex call to prevent multiple instances
Update versions of GitHub actions
Bump microsoft/setup-msbuild from 2 to 3
Use asciidoctor instead of asciidoc-py for manpage generation
Bump actions/upload-artifact from 4 to 7
autotools: Fix linker warning on macOS
[19 lines not shown]
ngtcp2: updated to 1.25.0
1.25.0
Fix build error with gcc-16
build(deps): bump actions/cache from 5 to 6
ksl: Align keys in 8 bytes boundary
bbr: Update longterm variable computation
Remove condition that is always true
Verify the end offset of STREAM frame before updating flow control
Rework connection flow window accounting after sending STOP_SENDING
Stop buffering data after shutting downstream read
Cleanup
Update bbr
Update doc
Add ngtcp2_stream_close2 callback
examples: Adopt ngtcp2_stream_close2 callback
Tweak stream_close2 callback behavior
Expand NGTCP2_MAX_INITIAL_CRYPTO_OFFSET to 64K
[20 lines not shown]
lang/oorexx: Update to 5.2.0
Changelog:
5.2.0:
Bugs
----
https://sourceforge.net/p/oorexx/bugs/nnnn
1: # 2056 Bug in docprep.rex
(entered by Josep Maria Blasco on 2026-04-05 -> 2026-04-05 )
2: # 2052 ooTest framework typo replace "rn" by "n" in ooTest.frm
(entered by jfaucher on 2026-03-18 -> 2026-03-19 )
3: # 2050 ooTest framework: unassigned variable "LFILE"' when asking for a log file
(entered by jfaucher on 2026-03-06 -> 2026-03-06 )
4: # 2049 Missing p = p->next; in Activity::liveGeneral
(entered by jfaucher on 2026-03-01 -> 2026-03-01 )
5: # 2046 VariableReference::flatten is marking instead of flattening
(entered by jfaucher on 2026-01-23 -> 2026-01-27 )
6: # 2044 json.cls: string consisting of numbers not handled as a string
[454 lines not shown]
py-selenium: updated to 4.46.0
Selenium 4.46.0
* Support CDP versions: v148, v149, v150
* [build] add copyright headers to rbs, pyi, ts, mjs, and erb files
* Route Safari, STP and WebView2 to their handlers
* Fix example WebDriverWait import in docstring
vaultwarden: updated to 1.37.1
1.37.1
Always send initOrganization and orgUserHasExistingUser in invite URL
Indirectly resolved 7475 by using newer rust-musl build images which had a compilation issue with OpenSSL.
ugrep: updated to 7.8.3
7.8.3
update regular expression compilation to DFA memory threshold issue 549 (explosive DFA growth is theoretically possible, but should never exceed a worst-case 1GB~2GB memory footprint in ugrep)
fix man page formatting issue that caused a missing sentence ending 550
update LZMA SDK to 26.02
chromaprint: updated to 1.6.1
1.6.1
Fixed a heap buffer overflow when decoding a fingerprint that has extra data after the encoded values. Applications that decode fingerprints from untrusted sources should update.
Fixed building against FFmpeg 4.x, which had not compiled since the channel layout API changed in 5.1
Audio can now be fed in buffers that do not end on a frame boundary; previously a partial frame at the end of a call was dropped
Fixed an implicit integer conversion warning on LLVM
Fixed installing to absolute paths
Build fpcalc against the system FFmpeg in CI