transmission: update to 4.1.1
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:50:24 +0000 (18:50 +0100)
committerJosef Schlehofer <redacted>
Sun, 10 May 2026 10:21:37 +0000 (12:21 +0200)
commit4216ad05af5e51dc7760e33f62bd54cb75f5fe70
treea1accd3796f1c1b2ad892c59f57af90889eddd03
parent3650172e26e63bc8a6ed194d3653e62269c72f60
transmission: update to 4.1.1

Bug-fix release. Fixes 20+ bugs and includes some performance
improvements. All users are encouraged to upgrade.

Highlights (all platforms):
 * Fixed a 4.1.0 bug that failed to report some filesystem errors
   to RPC clients querying free space.
 * Fixed a 4.1.0 bug that kept a torrent's updated queue position
   from being shown.
 * Fixed a 4.1.0 bug that caused torrents' queuing order to
   sometimes be lost between sessions.
 * Hardened .torrent parsing by exiting sooner if 'pieces' has
   an invalid size.
 * Reverted a 4.1.0 RPC change that broke some 3rd party code by
   returning floats rather than integers for speed limit fields.
 * Fixed crash when pausing a torrent and editing its tracker
   list at the same time.
 * Fixed 4.1.0 crash on arm32 by switching crc32 libraries to
   Mark Adler's crcany.
 * Require UTF-8 filenames in .torrent files (per BitTorrent spec).
 * Fixed crash when parsing a .torrent file with a bad 'pieces' key.
 * Fixed potential fd leak when launching scripts on POSIX systems.
 * Changed network traffic algorithm to spread bandwidth more
   evenly amongst peers.

Link: https://github.com/transmission/transmission/releases/tag/4.1.1
Signed-off-by: Daniel Golle <redacted>
net/transmission/Makefile
git clone https://git.99rst.org/PROJECT