Attached is a minor update from 4.0.4 to 4.0.5, described
upstream as a bug fix release.

The gtk, qt, and web clients (this last with transmission-daemon)
have been lightly tested on amd64.  The change log follows.

-----------------------------

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)

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)
diff --git a/net/transmission/Makefile b/net/transmission/Makefile
index e10eef5ef99..b2b5f3ff3dd 100644
--- a/net/transmission/Makefile
+++ b/net/transmission/Makefile
@@ -2,7 +2,7 @@ COMMENT-main=   BitTorrent command line and daemon client
 COMMENT-gtk=   BitTorrent client with GTK+ interface
 COMMENT-qt=    BitTorrent client with Qt interface
 
-VER=           4.0.4
+VER=           4.0.5
 DISTNAME=      transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
diff --git a/net/transmission/distinfo b/net/transmission/distinfo
index 77eb8ceffff..644e3f51975 100644
--- a/net/transmission/distinfo
+++ b/net/transmission/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transmission-4.0.4.tar.xz) = 
Ffe0MY/fv/sZqo2aaw/Yk0jm7x6GuqIaCAb/0Yk71aY=
-SIZE (transmission-4.0.4.tar.xz) = 9755152
+SHA256 (transmission-4.0.5.tar.xz) = 
/Wj/EUpHkgAEPDDH5p26TBky9682ykxbXS7ctYZuY1c=
+SIZE (transmission-4.0.5.tar.xz) = 9745756
diff --git a/net/transmission/pkg/PLIST-main b/net/transmission/pkg/PLIST-main
index 65d196e2731..fa3fe3bf428 100644
--- a/net/transmission/pkg/PLIST-main
+++ b/net/transmission/pkg/PLIST-main
@@ -60,6 +60,7 @@ share/doc/transmission/news/news-4.0.1.md
 share/doc/transmission/news/news-4.0.2.md
 share/doc/transmission/news/news-4.0.3.md
 share/doc/transmission/news/news-4.0.4.md
+share/doc/transmission/news/news-4.0.5.md
 share/doc/transmission/rpc-spec.md
 share/doc/transmission/send-email-when-torrent-done.sh
 @comment XXX update-plist(1) really wants this here, but -main is CLI only
@@ -76,7 +77,8 @@ share/transmission/public_html/images/favicon.ico
 share/transmission/public_html/images/favicon.png
 share/transmission/public_html/images/webclip-icon.png
 share/transmission/public_html/index.html
+share/transmission/public_html/transmission-app.css
 share/transmission/public_html/transmission-app.js
-share/transmission/public_html/transmission-app.js.LICENSE.txt
+share/transmission/public_html/transmission-app.js.LEGAL.txt
 @comment XXX update-plist(1) really wants this here, but -main is CLI only
 @comment @tag gtk-update-icon-cache %D/share/icons/hicolor

Reply via email to