libtorrent-rasterbar: updated to 2.0.14
2.0.14
fix issue in merkle tree
fix use of a stack buffer past its lifetime when sending i2p SAM commands
fix issues with active_time, seeding_time and finished_time
fix torrent updates for idle torrents
improve dont-count-slow-torrents
fix external_ip_alert not being posted under some conditions when UPnP/NAT-PMP is enabled
fix issue with stuck trackers on session pause
fix windows disk read, possibly causing short-read errors
fix blocking UDP socket in LSD and NAT-PMP
fix web seed requests for single-file torrents in multi-file mode
fix duplicate filenames in magnet links
fix blocking UDP socket in UPnP
fix corruption bug in mmap_storage
fix bug where torrent_status::total was not set for seeds
vcmi: updated to 1.7.5
1.7.5
Additional builds
Android release is available on Google Play and F-Droid
iOS release is available on TestFlight (AppStore version coming soon)
Linux release is available on Flathub
Ubuntu release is available on VCMI PPA
macOS release can be installed via Homebrew: brew install --cask vcmi (official) or brew install --cask vcmi/vcmi/vcmi (from our tap)
libvisio: updated to 0.1.9
libvisio 0.1.9
- Implement displaying Angle TextField
- Correctly display Text Background for VSD 6 and 11 format
- Better handling of theme colors
librevenge: updated to 0.0.6
librevenge 0.0.6
- Improve robustness when reading damaged or malformed OLE2 and Zip
streams.
- Improve performance.
- Replace the deprecated std::shared_ptr::unique() with use_count() == 1.
wesnoth: updated to 1.18.8
1.18.8
Translations
* Updated translations: Bengali, Chinese (Simplified), Czech, German, Hebrew, Hungarian, Portuguese (Brazil), Spanish
Miscellaneous and Bug Fixes
* CMake build system:
* Make Boost::system optional with boost 1.69 or later (necessary for compatibility with 1.89 and later).
* Resolved not all translations being available for selection on Windows builds.
strawberry: updated to 1.2.27
1.2.27
Bugfixes
Fixed custom palette colors under appearance settings sometimes not applying to some UI elements, such as the menu bar and playlist tabs, until a further edit or restart
Removed dead RadioBrowser API mirror servers that no longer exist, avoiding failed lookups before falling back when the service is unreachable
Enhancements
(macOS) Builds are now notarized and signed with the hardened runtime enabled
(Windows MSVC) Switched from GnuTLS to OpenSSL GIO module
ccache: updated to 4.14
4.14
Deprecation notice
Built-in support for the HTTP and Redis protocols will be removed in the next non-bug-fix ccache version. Use the remote storage helper mechanism (added in ccache 4.13) for HTTP/Redis storage instead.
Removed functionality
Removed the cpp_extension (CCACHE_EXTENSION) configuration option since ccache now processes preprocessor output directly in memory instead of using intermediate files.
New features and improvements
Added support for the QCC (QNX) compiler.
Added limited support for caching SARIF diagnostics: -fdiagnostics-format=sarif-stderr and -fdiagnostics-{add,set}-output=sarif:file=… for GCC, /experimental:log for MSVC.
Added automatic depend mode for NVCC on Windows.
Added support for @layout=local in the file storage backend, allowing a copy or read-only mount of a local cache to be used as remote storage.
Extended the remote storage helper protocol with an exists operation, avoiding transfer of already stored values in reshare mode, and an info operation for reporting the helper’s identity and diagnostics.
[42 lines not shown]
resterm: Update to 1.2.4
Fixes
Preserve LF, CRLF, and mixed line endings in inline, expanded, and included request bodies.
Allow shorthand variables with empty values, such as @token =.
Reject unsupported HTTP versions instead of accidentally treating them as part of the URL.
Consistent request line parsing in the document parser and cursor execution.
Correctly parse bare WebSocket URLs and trailing HTTP version tokens.
Avoid executing the previous request when the current request line is invalid.
Remove URL quotes only when they are a matching pair, preserving valid trailing apostrophes and unmatched quote characters.
Compatibility note
HTTP/1.0 is now explicitly rejected. Resterm previously accepted http version 1.0 and trailing HTTP/1.0, but Go’s HTTP client still sends those requests as HTTP/1.1. Remove the version setting or change it to 1.1.
Request bodies authored with CRLF line endings are now transmitted with CRLF instead of being normalized to LF. This may intentionally change body hashes, signatures, and content lengths for affected request files.
gzip: update to 1.14nb1.
Based on wip/gzip by drixter@ and myself.
Add patch for CVE-2026-41992, thus bump to nb1 immediately.
* Noteworthy changes in release 1.14 (2025-04-09) [stable]
** Bug fixes
'gzip -d' no longer omits the last partial output buffer when the
input ends unexpectedly on an IBM Z platform.
[bug introduced in gzip-1.11]
'gzip -l' no longer misreports lengths of multimember inputs.
[bug introduced in gzip-1.12]
'gzip -S' now rejects suffixes containing '/'.
[bug present since the beginning]
** Changes in behavior
The GZIP environment variable is now silently ignored except for the
[27 lines not shown]