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]
genfs_do_io: fix a pagedaemon deadlock
this should fix the following panic i observed on my machine.
```
panic: out of memory before the pagedaemon thread exists
cpu0: Begin traceback...
vpanic() at netbsd:vpanic+0x189
panic() at netbsd:panic+0x3c
uvm_wait() at netbsd:uvm_wait+0xa5
uvm_km_kmem_alloc() at netbsd:uvm_km_kmem_alloc+0x21b
pool_page_alloc() at netbsd:pool_page_alloc+0x2c
pool_grow() at netbsd:pool_grow+0x367
pool_get() at netbsd:pool_get+0x9f
pool_cache_get_slow() at netbsd:pool_cache_get_slow+0x136
pool_cache_get_paddr() at netbsd:pool_cache_get_paddr+0x256
getiobuf() at netbsd:getiobuf+0x23
genfs_do_io() at netbsd:genfs_do_io+0xde
genfs_gop_write() at netbsd:genfs_gop_write+0x52
[5 lines not shown]
sw_reg_strategy: fix a pagedaemon deadlock
this should fix the following panic i observed on my machine.
```
panic: out of memory before the pagedaemon thread exists
cpu0: Begin traceback...
vpanic() at netbsd:vpanic+0x189
panic() at netbsd:panic+0x3c
uvm_wait() at netbsd:uvm_wait+0xa5
uvm_km_kmem_alloc() at netbsd:uvm_km_kmem_alloc+0x21b
pool_page_alloc() at netbsd:pool_page_alloc+0x2c
pool_grow() at netbsd:pool_grow+0x367
pool_get() at netbsd:pool_get+0x9f
pool_cache_get_slow() at netbsd:pool_cache_get_slow+0x136
pool_cache_get_paddr() at netbsd:pool_cache_get_paddr+0x256
getiobuf() at netbsd:getiobuf+0x23
swstrategy() at netbsd:swstrategy+0x25a
bdev_strategy() at netbsd:bdev_strategy+0x83
[6 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]
mfusepy: Add version 3.1.1
mfusepy is a Python module that provides a simple interface to FUSE
and macFUSE. It's just one file and is implemented using ctypes to use
libfuse.
mfusepy is a fork of fusepy (named py-fuse-bindings in pkgsrc). The
main differences are support for the FUSE 3 API and efficiency
improvements.
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]
Add a driver for the NXP LM75A temperature sensor.
The chip is used in the Sun Ultra 45.
Note, that this is not the same as the TI LM75A temperature sensor (lmtemp).
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.