debug/shl.mi: Cull obsolete linkable shlibs and explain why.
This is not a _good_ system but it's the system we have:
PR misc/57581: set lists should have a way to obsolete shlibs in
DESTDIR but not in postinstall
t_mbrtowc: Mark UTF-8 test cases xfail.
mbrtowc previously failed to reject invalid (legacy 5/6-byte) UTF-8,
so it accepted this test case. Now it rejects this test case,
because the test case itself is broken.
Need to split this test up into:
1. correctly decoding the valid inputs
2. correctly rejecting the invalid inputs
But for now marking the test case xfail is an adequate approximation
to the more complicated truth.
PR lib/60369: mbrtowc, mbrlen have wrong return value for some
invalid byte sequences: Invalid sequence
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>.
Old debug libraries get listed as obsolete so they get removed
So add back (but marked obsolete) libexpat.so.2.6.debug (even if it
was present for just a fortnight).
Do not remove support for https neither at compile time (SMALLPROG)
nor at runtime (no SSL trust anchors available).
Instead dynamically disable the https option when it won't work, but
fully support it later (after unpacking the base set) when downloading
stuff for binary pkgs or pkgsrc.
gotosocial: Update to 0.21.3
This release includes serious security fixes.
Changes:
- Update upstream git repository to their new home on
Codeberg.
- Golang compiler tags and linker flags adapted from
GoToSocial build.sh script, with pkgsrc supported
platforms in mind.
- Remove Golang version pinning to 1.24, 1.26 is good now.
- Update post-install actions to mimic GoToTocial own
binary releases available on Codeberg.
- Remove a Windows specific patch (as far as I know it
doesn't build on this OS anyway).
[12 lines not shown]
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]