From patchwork Thu Jan 18 11:40:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7464 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TGcM80q2fz3wtq for ; Fri, 19 Jan 2024 11:09:24 +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 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TGcM75wQWz2G3; Fri, 19 Jan 2024 11:09:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TGcM74PVQz2y0Q; Fri, 19 Jan 2024 11:09:23 +0000 (UTC) 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TGcLp0hnNz2xcr for ; Fri, 19 Jan 2024 11:09:06 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TG15j4nlwz2W6; Thu, 18 Jan 2024 11:40:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1705578041; 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=6qDLGABjVHVfW9u7yikMnAI1nU8tcZGbQcbEyzT18kU=; b=3bMjQ0HpeUuCCanpPGG+RlASSngV05pl01EimEjVpn8cs8vIv+t8cMSkBZ8MXhcMg1UoHM eVhBDEzkk10Ze8DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1705578041; 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=6qDLGABjVHVfW9u7yikMnAI1nU8tcZGbQcbEyzT18kU=; b=li5+sXCZIlMxeU3iPgOGVHv80yZbtjufq570mXISb4OV1HbgYwiLB7HaUXdLhID04I7p05 /URHDSlWuZQtHXL0rq8hVgsPdFRZuwJbdC8UKkzoS3ObYNVWZv1IMes/Cc66gZNiD+XVBM FGw9fbbZv14rBYPUTaFiYwZsyAl5o+APvelbxWbxigbAlZJiCBaE4YLgzPjTXip0EG/ELT XAzhr3BPXNpbVxu0Ih7PKygW+8huwJDzKzXKVtHn4l/tFEMjv/+62ur1cGxdB8A14G5owL P+I4szI+6n4ArGJlCt0HXCL39+xixboJdWuaU+xsNzTa6fYMTNOsQOVM7xm1zg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] transmission: Update to version 4.0.5 Date: Thu, 18 Jan 2024 12:40:30 +0100 Message-ID: <20240118114031.6171-13-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> References: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 6W5ICLUR2Q5J3B7BEVEJV6OEOR6ILJU7 X-Message-ID-Hash: 6W5ICLUR2Q5J3B7BEVEJV6OEOR6ILJU7 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 4.0.4 to 4.0.5 - Update of rootfile - Changelog 4.0.5 Highlights Fixed 4.0.0 bug where the IP address field in UDP announces were not encoded in network byte order. [BEP-15]. (#6132) Fixed a bug that incorrectly escaped JSON strings in some locales. (#6005, #6133) Fixed 4.0.4 decreased download speeds for people who set a low upload bandwidth limit. (#6134) All Platforms Fixed bug that prevented editing trackers on magnet links. (#5957) Fixed HTTP tracker announces and scrapes sometimes failing after adding a torrent file by HTTPS URL. (#5969) In RPC responses, change the default sort order of torrents to match Transmission 3.00. (#5604) Fixed tr_sys_path_copy() behavior on some Synology Devices. (#5974) macOS Client Support Sonoma when building from sources. (#6016, #6051) Fixed early truncation of long group names in groups list. (#6104) Qt Client Fix: only append .added suffix to watchdir files. (#5705) GTK Client Fixed crash when opening torrent file from "Recently used" section in GTK 4. (#6131, #6142) Signed-off-by: Adolf Belka --- config/rootfiles/packages/transmission | 3 ++- lfs/transmission | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/transmission b/config/rootfiles/packages/transmission index 8efd4a95b..827205a11 100644 --- a/config/rootfiles/packages/transmission +++ b/config/rootfiles/packages/transmission @@ -13,6 +13,7 @@ usr/share/transmission #usr/share/transmission/public_html/images/favicon.png #usr/share/transmission/public_html/images/webclip-icon.png #usr/share/transmission/public_html/index.html +#usr/share/transmission/public_html/transmission-app.css #usr/share/transmission/public_html/transmission-app.js -#usr/share/transmission/public_html/transmission-app.js.LICENSE.txt +#usr/share/transmission/public_html/transmission-app.js.LEGAL.txt var/ipfire/backup/addons/includes/transmission diff --git a/lfs/transmission b/lfs/transmission index ab1e2f03b..3b77a85e0 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = A BitTorrent client with multiple UIs -VER = 4.0.4 +VER = 4.0.5 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 = 20 +PAK_VER = 21 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0cdf6075dffba941cbb47924879e8849938620068f3389fe6d5a03b100d11d66a0d33692738001092b8ac3ea181d9cfb554ba1bb2553dc7f06fd83b04f7e0ca9 +$(DL_FILE)_BLAKE2 = 60caa3bc615137b225d3ac3f25daa352c6960fcc848c91e5ea45488ae109d93b53e314e4683bd7c4ef3f9b2f364d796b6c5bb014ca647d3f44fb5c9df9f8c997 install : $(TARGET)