py-tree-sitter: updated to 0.26.0
0.26.0
Additions:
Point.edit()
Point.__repr__()
QueryCursor.set_containing_byte_range()
QueryCursor.set_containing_point_range()
Range.edit()
tree_sitter.__version__
Removals:
Language.version: use Language.abi_version !
Language.query(source): use Query(language, source) !
Parser.timeout_micros: use the progress_callback in parse() !
QueryCursor.timeout_micros: use the progress_callback in matches() or captures() !
[4 lines not shown]
radsecproxy: updated to 1.11.3
1.11.3
Bug Fixes:
- Fix Message-Authenticator validation for Accounting-Request
- Fix DtlsVersion config
- Fix Request-/Response Authenticator for recognized but unsupported types
- Fix fail if outgoing radius message is too big
- Fix Status-Server might not work when using RequireMessageAuthenticator
- Fix crash on startup when log file is not writable
- Fix DTLS reconnect loop
Misc:
- Improve message decode/verification error logging
- Don't fail startup when config include glob finds 0 files
- Maintain compatibility with nettle-4
- Maintain compatibility with OpenSSL 4
adguardhome: updated to 0.107.78
0.107.78
Security
AdGuard Home is now more resistant to JIGGLE attacks.
This is GHSA-p5f5-3p5g-rfjw. We thank @Nora-Qiu for reporting this security issue.
AdGuard Home now validates responses from DoH upstreams more strictly.
This is GHSA-4qjf-2hgm-92q6. We thank @wallace0409 for reporting this security issue.
QUIC connections are now protected from unbounded reads.
This is GHSA-qr92-rwvw-mhgh and GHSA-cccx-2r6r-m9r4. We thank @wallace0409 for reporting this security issue.
AdGuard Home now validates responses from DNSCrypt upstreams more strictly.
[27 lines not shown]
zxing-cpp: update to 3.1.0.
(libreoffice still builds.)
Changes:
New/Improved Symbologies
Added decoder support for Telepen symbology
Added decoder support for MicroPDF417 (sponsored by Allied Vision Konstanz GmbH)
Greatly improved Aztec detector for large, non-flat symbols by evaluating internal timing patterns
Greatly improved DataMatrix detector for large, non-flat symbols by evaluating internal alignment patterns
Major improvement in QRCode detection of many small symbols in a single image
New/Improved wrappers
Added a Go wrapper
Switched from pybind11 to nanobind in Python wrapper code (enhanced IDE support, faster build times, smaller binaries, free-threaded Python support)
[33 lines not shown]
lame: drop patches/patch-libmp3lame_lame.c, obsoleted upstream
I got direct communication from upstream that the underlying issue is
handled in a more robust manner elsewhere already. Dropping the old
patch.