]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
transmission: Update to version 4.1.3
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 1 Jul 2026 11:34:44 +0000 (13:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Jul 2026 19:17:49 +0000 (19:17 +0000)
- Update from version 4.1.1 to 4.1.3
- Update of rootfile
- Changelog
4.1.3
  All Platforms
    Fixed a CORS bug that leaked the anti-CSRF nonce. (#8938)
    Fixed a use-after-free bug in peer code. (#8921)
    Fixed build error when compiling with fmt 12.2.0. (#8942)
  Everything Else
    Fixed a 4.1.2 build error in tests. (#8881)
4.1.2
  Highlights
    Fixed 4.1.0 bug that could cause duplicate HTTP announces to be sent to trackers.
(#8639)
  All Platforms
    Reject benc data that has invalid characters. (#8577)
    Fixed a bug during the startup sequence where if one torrent failed to parse,
subsequent torrents would also fail. (#8605)
    Fixed a bug that stalled some downloads at 99%. (#8654)
    Fixed a 4.1.0 upgrade bug that could overwrite utp_enabled and
tcp_enabled settings. (#8658)
    Fixed a 4.1.0 crash that could happen when a peer supplied reqq value smaller
than 32 in LTEP handshake. (#8713)
    Fixed a 4.1.0 regression that periodically wrote upload & download stats to disk
even when Transmission had been idle since the last write, preventing the
stats file's disk from hibernating while idle. (#8722)
    Fixed a 4.1.0 bug that prevented TCP peer connections on some systems. (#8748)
    Added safeguards to HTTP responses to prevent clickjacking. (#8749)
    Fixed edge case that didn't preserve the order of a batch of torrents when moving
their queue position up or down. (#8782)
    Added sanitization for UTF-8 client names provided by peers during handshake. (#8809)
    Stopped appending redundant zeros to blocklist files when downloaded from a
remote URL. (#8819)
    Fixed a build failure that occurred when building with link-time optimization.
(#8540)
  macOS Client
    Fixed a 4.1.0 memory leak. (#8613)
    Fixed navigation focus issues in the Inspector. (#8792, #8810)
    Improved UI code to use less CPU. (#8832, #8833, #8835, #8836, #8842, #8846, #8851)
  Qt Client
    Fixed a 4.1.0 crash when parsing some RPC responses from older Transmission
servers. (#8618)
    Fixed a 4.1.0 bug that saved both deprecated and current settings names to
settings.json. (#8623)
  GTK Client
    Fixed a 4.1.0 bug that did not show translated logging level strings. (#8611)
    Fixed a 4.1.0 crash when toggling alternative speed limits. (#8709)
  Web Client
    Fixed a 4.1.0 bug that displayed timestamps in some dropdowns as 6.75:45 instead
of 6:45. (#8624)
    Fixed a bug that could show incorrect torrent status when reconnecting to the
server after a lost connection. (#8780, #8783)
  transmission-remote
    Improved transmission-remote console output for JSON-RPC 2. (#8799, #8805)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/transmission
lfs/transmission

index a248aea20fb4e8144b35ad43f4f57987e87b7cea..7ed9094ee02dd4638cfa2267df97f740eaa2b807 100644 (file)
@@ -10,9 +10,9 @@ usr/lib/systemd/system/transmission-daemon.service
 usr/share/transmission
 #usr/share/transmission/public_html
 #usr/share/transmission/public_html/images
+#usr/share/transmission/public_html/images/apple-touch-icon.png
 #usr/share/transmission/public_html/images/favicon.ico
-#usr/share/transmission/public_html/images/favicon.png
-#usr/share/transmission/public_html/images/webclip-icon.png
+#usr/share/transmission/public_html/images/favicon.svg
 #usr/share/transmission/public_html/index.html
 #usr/share/transmission/public_html/transmission-app.css
 #usr/share/transmission/public_html/transmission-app.css.LEGAL.txt
index 10e2bf2716ec50eec83fdffe63e311b9c53de08d..5584a97f352f4875e513691e0cbbaa2fdc894831 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A BitTorrent client with multiple UIs
 
-VER        = 4.1.1
+VER        = 4.1.3
 
 THISAPP    = transmission-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = transmission
-PAK_VER    = 28
+PAK_VER    = 29
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ad0062b1838662a023dec0872154193e1e548f6e88d4939b3ce4c31714b91692674aa6918d10b451e4a72dbb869473292b3120de70d2d8d594697e5e9812b477
+$(DL_FILE)_BLAKE2 = 289afb0057654e53833df748e10c6e9bb8bdd95320d5dd1af40734e130895c444df9f4bae923b976a599d76ce7e1dc6685b7974cf9fdfd3b2a585a8a94935efe
 
 install : $(TARGET)