From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] transmission: Update to version 4.0.5
Date: Thu, 18 Jan 2024 12:40:30 +0100 [thread overview]
Message-ID: <20240118114031.6171-13-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3774 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
# #
# 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)
--
2.43.0
next prev parent reply other threads:[~2024-01-18 11:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-18 11:40 [PATCH] bird: Update to version 2.14 Adolf Belka
2024-01-18 11:40 ` [PATCH] dmidecode: Update to version 3.5 Adolf Belka
2024-01-18 11:40 ` [PATCH] fmt: Update to version 10.2.1 Adolf Belka
2024-01-18 11:40 ` [PATCH] haproxy: Update to version 2.9.2 Adolf Belka
2024-01-18 11:40 ` [PATCH] ipset: Update to version 7.19 Adolf Belka
2024-01-18 11:40 ` [PATCH] libtalloc: Update to version 2.4.1 Adolf Belka
2024-01-18 11:40 ` [PATCH] libvirt: Update to version 10.0.0 Adolf Belka
2024-01-18 11:40 ` [PATCH] lshw: Update to version B.02.20 Adolf Belka
2024-01-18 11:40 ` [PATCH] memtest: Update to version 7.00 Adolf Belka
2024-01-18 11:40 ` [PATCH] pixman: Update to version 43.0 Adolf Belka
2024-01-18 11:40 ` [PATCH] poppler: Update to version 24.01.0 Adolf Belka
2024-01-18 11:40 ` [PATCH] stunnel: Update to version 5.71 Adolf Belka
2024-01-18 11:40 ` Adolf Belka [this message]
2024-01-18 11:40 ` [PATCH] wavemon: Update to version 0.9.5 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240118114031.6171-13-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox