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
PR install/59195 and PR port-evbmips/60302: fix hashes in gzimg directories
Hashes in gzimg directories for some ports either correspond to the
wrong (i.e., uncompressed) files or do not cover all files. These
problems are described in PR install/59195 and PR port-evbmips/60302,
respectively. The potential solution offered for PR 59195 does not
work if multiple image files exist in a single gzimg directory.
The correct solution involves three aspects: (i) make checksums
independently of mkimage, which allows a common list of hashes in
etc/Makefile, (ii) for directories producing more than one compressed
image, make checksums in individual temporary files, one per
compressed image, to combine at the end, and (iii) add make targets to
allow parallelism across multiple images within each directory.
This patch implements those steps for the evbarm, evbmips, evbppc, and
riscv ports, which were the only ones previously using mkimage for
checksums.
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
Add a MKRAID build option, which defaults to yes everywhere except
m68000, which controls building of RAID-related utilities (including
hardware RAID controllers).