pkgtools/pkglint: update to 23.21.0
Changes since 23.20.0 from 2026-01-31:
Warn about removed files that are still in CVS.
Allow the note about the "!=" assignment operator to be suppressed using
the standard rationale. Previously, the comment needed to be on the same
line, the line above didn't work.
Only allow ${RUN} at the beginning of a shell execution line, as that
variable expands to a "@".
Explain how to suppress diagnostics.
Allow the error about omf-scrollkeeper.mk to be suppressed.
pcsc-tools: updated to 1.7.5
1.7.5
po/PACKAGE: add Georgian
pcsc_scan: handle the case of an error during SCardGetStatusChange
If SCardGetStatusChange() returns in error then stop the spinner thread
before exiting.
vcmi: updated to 1.7.4
1.7.4
Added in-game Wiki that can be opened via F1 or from adventure map options menu
Weblate integrated for translations. Czech, German, Polish, Spanish, Swedish, Turkish and Ukrainian are now fully translated
Tutorial map is now correctly imported from gog.com installer
Discord integration is now available on all desktop systems
Stability
Fixed crash when high-level hero is defeated by neutrals in combat
Fixed crash on attempt to load save game with dot in its file name
Fixed crash on attempt to start a campaign with game set to Japanese language
Fixed crash on loading campaign in VCMI format located in .zip archive
Fixed crash on accessing battle-only mode after disabling mod that provides skill used by preconfigured hero
Fixed crash on winning scenario by building specified structure when there is enemy player with owned town on a map
Fixed crash on macOS when scenario finishes during AI turn
Fixed crash on iOS on connecting external display
[3 lines not shown]
www/freenginx: update: 1.30.0 -> 1.30.1
Sponsored by: tipi.work
<ChangeLog>
*) Change: the logging level of the "invalid ccs message", "not on
record boundary", "required compression algorithm missing", and some
"record layer failure" SSL errors has been lowered from "crit" to
"info".
*) Bugfix: a segmentation fault might occur in a worker process if the
"rewrite" directive was used to change request arguments and other
directives of the ngx_http_rewrite_module were executed afterwards.
*) Bugfix: a segmentation fault might occur in a worker process if
nested captures were used in the "rewrite" directive.
*) Bugfix: a segmentation fault might occur in a worker process if the
[11 lines not shown]
py-pyobjc: updated to 12.2
12.2
Update framework bindings for macOS 26.5 SDK
The following code failed at the last line in previous versions:
class MyObject(NSObject):
pass
obj = MyObject()
obj.alloc = MyObject.alloc
print(obj.alloc) # Raised AttributeError
Backward incompatible changes: CFBagCreate and CFBagCreateMutable now match the API in Objective-C, that is, a value for the callbacks argument must be passed (must be kCFTypeBagCallBacks).
* Fix retain count management for the callbacks registered with DARegisterDiskEjectApprovalCallback, DARegisterDiskMountApprovalCallback, and DARegisterDiskUnmountApprovalCallback in DiskArbitration bindings.
“Hidden” instance methods were not hidden when looking them up as an attribute on the class, but found an unbound method as if the method was not hidden.
[77 lines not shown]
py-idna: updated to 3.18
3.18
- When decoding a domain, add a `display` argument that will pass
through invalid labels rather than raising an exception.
py-service_identity: updated to 26.1.0
26.1.0
Added
- Python 3.14 and 3.15 are now officially supported.
Changed
- *service-identity* now uses *cryptography*'s Rust-based ASN.1 decoder and doesn't depend on *pyasn1* and *pyasn1-modules* anymore.
As a result, the oldest supported pyOpenSSL backend combination is now *pyOpenSSL* 26.1.0 with *cryptography* 47.0.0.
Fixed
- Verifying a single-label hostname (e.g. `localhost`) against a wildcard certificate pattern now raises `VerificationError` cleanly instead of crashing with an opaque `ValueError`.
py-syrupy: updated to 5.3.1
5.3.1
Fixes
fix(test): mark pydantic and attrs as dependencies for running internal tests
5.3.0
Features
feat: add --snapshot-update-new-only flag
py-kubernetes: updated to 36.0.2
36.0.2
Kubernetes API Version: v1.36.1
Uncategorized
- Restored backward compatibility for `Configuration.auth_settings()`:
the legacy `api_key['authorization']` lookup is honored as a fallback
when `api_key['BearerToken']` is not set, fixing 401 Unauthorized
regressions seen after upgrading to v36.0.0