py-wxPython: updated to 4.2.5
4.2.5
New and improved in this release:
* This release was built using the wxWidgets' v3.2.9 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).
* Fix build/wheel installation using setuptools 81+
* Replace md5 with sha256 when validating downloaded waf and doxygen build tools
* Add missing attribute _x_maincol to constructor of TreeListMainWindow
* Fix wx.svg to work with cython 3.1 generated code
redis: updated to 8.4.1
Redis 8.4.1 Released Sun 8 Feb 2026 9:00:00 IST
Update urgency: `SECURITY`: There are security fixes in the release.
Security fixes
- Hide Personally Identifiable Information from server log
- Cuckoo filter: crash on RDB load on 0 buckets (MOD-11593)
- Bloom filter: crash on RDB load on large number of filters (MOD-11590)
Bug fixes
- Atomic slot migration: wrong adjacent slot range behavior
- Atomic slot migration: support delay trimming slots after finishing migrating slots
- Atomic slot migration: time series limitations (MOD-13611)
- `CLUSTER SLOT-STATS`: Fix few memory tracking bugs
- Correct empty string token counting in byteOffset calculations to ensure accurate text position tracking (MOD-11233)
[85 lines not shown]
spiped: update to 1.6.4.
spiped-1.6.4
* Fixes a bug which can cause spiped to abort if a RST packet arrives
from one side of a pipe at the same time as a FIN packet arrives from
the other end.
spiped-1.6.3
* Add -b <bind address> (spiped and spipe) to bind the outgoing address.
spiped-1.6.2
* Warn if the maximum number of connections is reached in spiped.
* Add --syslog (spiped) to send warnings to syslog when daemonized.
* Significantly improve performance of AES-CTR and SHA256 on amd64 and aarch64.
* Add ability to suppress POSIX runtime checks during compilation to simplify
cross-compiling.