From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4077274530148558066==" List-Id: --===============4077274530148558066== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 enc= oded 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/packag= es/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 =20 SUMMARY =3D A BitTorrent client with multiple UIs =20 -VER =3D 4.0.4 +VER =3D 4.0.5 =20 THISAPP =3D transmission-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D transmission -PAK_VER =3D 20 +PAK_VER =3D 21 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 0cdf6075dffba941cbb47924879e8849938620068f3389fe6d5a03= b100d11d66a0d33692738001092b8ac3ea181d9cfb554ba1bb2553dc7f06fd83b04f7e0ca9 +$(DL_FILE)_BLAKE2 =3D 60caa3bc615137b225d3ac3f25daa352c6960fcc848c91e5ea4548= 8ae109d93b53e314e4683bd7c4ef3f9b2f364d796b6c5bb014ca647d3f44fb5c9df9f8c997 =20 install : $(TARGET) =20 --=20 2.43.0 --===============4077274530148558066==--