security/wolfssl: Update to 5.9.2
Changes since 5.9.1:
To download the release bundle of wolfSSL visit the download page at
www.wolfssl.com/download/
PR stands for Pull Request, and PR references a GitHub pull request
number where the code change was added.
NOTE: The pre-standardization Dilithium API has been renamed to its
FIPS 204 ML-DSA name; the legacy dilithium.h header and
wc_dilithium_* names remain available through a temporary
compatibility shim.
NOTE: The SLH-DSA Hash sign/verify APIs now require a caller-supplied
pre-hashed digest rather than the raw message (see Enhancements
below).
NOTE: liboqs integrations for ML-KEM, ML-DSA, and SLH-DSA (SPHINCS+)
have been removed in favor of the native implementations; the
[847 lines not shown]
resterm: Update to 0.44.3
resterm 0.44.3
This release is all about the status bar - more color control, clearer icons and small labels improvements.
Test outcomes now have their own statusbar palette, separate from request status blocks. You can theme each result independently:
[status_bar.tests_pass]
foreground = "#ecfeff"
background = "#0e7490"
[status_bar.tests_fail]
foreground = "#fff1f2"
background = "#be123c"
[status_bar.tests_error]
foreground = "#faf5ff"
background = "#7e22ce"
Minimized panes now show up in the status bar tinted to match their pane border color and new icon.
The focus segment now has per pane icons - Files, Requests, Editor and Response
Status text now uses the request's name as its label when one is defined, falling back to the URL otherwise.
Small rewording to status messages, e.g. Using environment: dev and Theme unavailable: <name>.
py-aioresponses: updated to 0.7.9
0.7.9
* more accurate type hint
* fix: clean up imports in test\_async\_generator\_body.py
* fix: optimize data handling in mocked response for streaming uploads
* chore: add pytest-asyncio dependency for improved async testing support
* chore: update CI and tox configurations for aiohttp 3.13 compatibility
* chore: update CI configuration to exclude incompatible aiohttp and Python versions
* chore: update development dependencies and tox configuration for compatibility
* chore: update Makefile and README for Python version bump and CI badge
* chore: update setuptools version constraint to be less than 81
* chore: update CI configuration to support multiple Python minor versions and aiohttp versions
* chore: simplify CI configuration by removing outdated Python and aiohttp versions
* chore: update compatibility for Python 3.10 and above, adjust aiohttp version constraints
* Update aioresponses/core.py
* remove request info from compat
* Use non-deprecated iscoroutinefunction API
[4 lines not shown]
haproxy: updated to 3.4.1
3.4.1
- BUG/MEDIUM: check: Skip tcpcheck post-config for external checks
- BUG/MEDIUM: check: Ignore small-buffer option when starting an external check
- MINOR: check: Don't dump buffers state in check traces for external checks
- BUG/MEDIUM: server/checks: Support healtcheck keyword on default-server lines
- BUG/MEDIUM: mux_quic: prevent risk of infinite loop on recv
- BUG/MINOR: mux_quic: do not interrupt recv on error/incomplete data
- BUG/MINOR: tcpcheck: Override external check if healthcheck section is set
- REGTESTS: checks: Add script for external healthchecks
- BUG/MEDIUM: regex: initialize the match array earlier during boot
- BUG/MEDIUM: threads: Fiw build when using no thread
- BUG/MEDIUM: xprt_qmux: implement ->get_ssl_sock_ctx() to get the SSL laye
- CLEANUP: sessions: simplify the sess_priv_conns pool name
- BUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup failures
- BUG/MEDIUM: checks: Dequeue checks on purge
- REGTESTS: Fix log matching in healthcheck-section.vtc
- BUG/MINOR: quic: fix Initial length value in sent packets
[27 lines not shown]
py-typer: updated to 0.26.8
0.26.8
Fixes
Make second column of Rich help output reflect the type consistently, even when using metavar.
Fix formatting in NoSuchOption.format_message().
Docs
Update docs badges: remove Publish badge, it doesn't give extra information.
Fix formatting for help link to support GitHub-specific overview edge-case.
Internal
Simplify pull request workflow triggers.
Update issue-manager to 0.7.1.
Update issue-manager to 0.7.0.
[8 lines not shown]
py-syrupy: updated to 5.3.4
5.3.4
perf: drop per-node kwargs dict from the amber serializer
perf: give the internal matcher wrapper an explicit signature
fix: avoid os.environ mutation for color control
py-httplib2: updated to 0.32.0
0.32.0
Python support 3.8+ only
decompression limited by size and ratio
decoder foundation to support more compression algorithms
py-ruff: update to 0.15.20.
Preview features
Allow human-readable names in rule selectors (#25887)
Emit a warning instead of an error for unknown rule selectors (#26113)
Match noqa shebang handling in ruff:ignore comments (#26286)
[ruff] Remove pytest-fixture-autouse (RUF076) (#26240, #26371)
Documentation
Add versioning sections to custom crate READMEs (#26317)
Update ruff_python_parser README for crates.io (#26315)
[perflint] Clarify that PERF402 applies to any iterable (#26242)