transmission: Update to version 4.1.3

Message ID 20260701113444.3425761-5-adolf.belka@ipfire.org
State Staged
Commit 8bcd6f4fe4fa0b0503528a928f91b983edc886b0
Headers
Series transmission: Update to version 4.1.3 |

Commit Message

Adolf Belka 1 Jul 2026, 11:34 a.m. UTC
- 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>
---
 config/rootfiles/packages/transmission | 4 ++--
 lfs/transmission                       | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/transmission b/config/rootfiles/packages/transmission
index a248aea20..7ed9094ee 100644
--- a/config/rootfiles/packages/transmission
+++ b/config/rootfiles/packages/transmission
@@ -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
diff --git a/lfs/transmission b/lfs/transmission
index 10e2bf271..5584a97f3 100644
--- a/lfs/transmission
+++ b/lfs/transmission
@@ -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)