From patchwork Wed Jul 1 11:34:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9990 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gqyc450Bgz3wqC for ; Wed, 01 Jul 2026 11:35:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gqyc22Y1pz6tY for ; Wed, 01 Jul 2026 11:34:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gqyc03LTlz339x for ; Wed, 01 Jul 2026 11:34:56 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gqybv6fzWz32xw for ; Wed, 01 Jul 2026 11:34:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gqybv0WqKz40P; Wed, 01 Jul 2026 11:34:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1782905691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ew6KNxY5vhvkd5MC1+ciM2++vkeS16/d704bQGx9xUk=; b=eW+ANmGS+VyekaxNRFGMPu8NuQjzyLQ+mprdNFGMuhQt9h35NeiyBCIty/uyKezMHCmyj+ 4Xg4eAwXsMLE/RCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1782905691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ew6KNxY5vhvkd5MC1+ciM2++vkeS16/d704bQGx9xUk=; b=F40Rw/jqp9GuHuhZATXoFBNICIsj6yPVdxPCvdxTNrWMe6diUkjVRtVr7GV38ij4XWxYhj yky9ozvcqP4sd7WLWOrxHEkcI264jyH+9WLFz54A3WBFUcnUyyUlx1nncxYC3VJszcq9Fl q7Bp1ykQmTXkF/QrhqW6w6XGoI/P4Xnrst2h4du1Cb4t2mUWZWizZwqMNh5mdgIIatjGBn eNEL5XC+weCOlISVQX2/uv/94F2mxnj6sUTwi4AAWYPa0rqqqMIKvQvXc+E7daPcAIfGWa Db3cil87ocuGlOvDb16Kir6jg/eRCqDIiTWm2RUrNW9aOyYihSXbDGwFkSKGIQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] transmission: Update to version 4.1.3 Date: Wed, 1 Jul 2026 13:34:44 +0200 Message-ID: <20260701113444.3425761-5-adolf.belka@ipfire.org> In-Reply-To: <20260701113444.3425761-1-adolf.belka@ipfire.org> References: <20260701113444.3425761-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- config/rootfiles/packages/transmission | 4 ++-- lfs/transmission | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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)