pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 27 05:43:12 UTC 2023
Modified Files:
pkgsrc/net/transmission: Makefile Makefile.common PLIST distinfo
pkgsrc/net/transmission-common: Makefile
pkgsrc/net/transmission-gtk: Makefile
pkgsrc/net/transmission-qt: Makefile
Log Message:
transmission*: update to 4.0.3
What's New in 4.0.3
All Platforms
Fixed 4.0.2 higher CPU load while downloading. Regression introduced by #5167. (#5266, #5273)
Fixed 4.0.0 bug where the torrentGet RPC method returned wrong trackerStats.tier values. (#5274)
Fixed 4.0.0 HTTP announce behavior with bind-address-ipv* settings. (#5296)
Fixed 4.0.0 bug in code that detects the computer's IPv6 support. (#5312)
Silenced 4.0.0 minor log warnings for cross_seed_entry and uid entries in torrent files. (#5365)
When adding a duplicate torrent via the RPC API, the return value now matches Transmission 3's return value. (#5370)
Fixed use of metainfo display-name as a fallback name. (#5378)
Updated torrent Peer ID generation to happen once per session, even for public torrents. (#5233)
macOS Client
Added support for non-UTF-8 magnets. (#5244)
Fixed potential memory leak in tr_strv_convert_utf8(). (#5264)
Fixed crash on launch from tapping on a notification. (#5280)
Qt Client
Fixed 4.0.2 FTBFS on Qt 5.13. (#5238)
GTK Client
Fixed 4.0.0 preferences dialog being too large for small displays. (#5276, #5360)
Fixed 4.0.0 regression of percents, speeds, sizes, etc. not being i18nized properly. (#5288)
Fixed FTBFS in GTKMM 4.10. (#5289, #5295)
Web Client
Fixed confusing Inspector UI when waiting for initial data from the server. (#5249)
Fixed a keyboard shortcut conflict. (#5318)
Turned off keyboard shortcuts when input fields have focus. (#5381)
Show announce URL's origins in the inspector's tracker list. (#5382)
Added missing date-added field in the Inspector's info tab. (#5386)
Daemon
Set the log level sooner at startup to ensure events aren't missed. (#5345)
transmission-remote
Fixed 4.0.0 bug in the display of how much of a torrent has been downloaded. (#5265)
Everything Else
Bumped fallback version of libdeflate from v1.17 to bugfix release v1.18. (#5388)
Documentation improvements. (#5278)
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/transmission/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/transmission/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/transmission/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/transmission/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/transmission-common/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/transmission-gtk/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/transmission-qt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/transmission/Makefile
diff -u pkgsrc/net/transmission/Makefile:1.37 pkgsrc/net/transmission/Makefile:1.38
--- pkgsrc/net/transmission/Makefile:1.37 Wed Apr 19 08:11:13 2023
+++ pkgsrc/net/transmission/Makefile Thu Apr 27 05:43:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/04/19 08:11:13 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/04/27 05:43:12 wiz Exp $
DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common
@@ -8,7 +8,6 @@ RCD_SCRIPTS= transmission
BUILD_DEFS+= VARBASE
-PKGREVISION= 1
.include "../../mk/bsd.prefs.mk"
TRANSMISSION_USER?= transmission
Index: pkgsrc/net/transmission/Makefile.common
diff -u pkgsrc/net/transmission/Makefile.common:1.15 pkgsrc/net/transmission/Makefile.common:1.16
--- pkgsrc/net/transmission/Makefile.common:1.15 Thu Mar 30 07:50:54 2023
+++ pkgsrc/net/transmission/Makefile.common Thu Apr 27 05:43:12 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.15 2023/03/30 07:50:54 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2023/04/27 05:43:12 wiz Exp $
#
# used by net/transmission-common/Makefile
# used by net/transmission-gtk/Makefile
# used by net/transmission-qt/Makefile
# used by net/transmission/Makefile
-VERSION= 4.0.2
+VERSION= 4.0.3
DISTNAME= transmission-${VERSION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=transmission/}
Index: pkgsrc/net/transmission/PLIST
diff -u pkgsrc/net/transmission/PLIST:1.7 pkgsrc/net/transmission/PLIST:1.8
--- pkgsrc/net/transmission/PLIST:1.7 Thu Mar 30 05:37:07 2023
+++ pkgsrc/net/transmission/PLIST Thu Apr 27 05:43:12 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/03/30 05:37:07 mrg Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/04/27 05:43:12 wiz Exp $
bin/transmission-create
bin/transmission-daemon
bin/transmission-edit
@@ -42,6 +42,7 @@ share/doc/transmission/news/news-4.0.0-b
share/doc/transmission/news/news-4.0.0-beta-3.md
share/doc/transmission/news/news-4.0.0.md
share/doc/transmission/news/news-4.0.1.md
+share/doc/transmission/news/news-4.0.2.md
share/doc/transmission/news/news-${PKGVERSION}.md
share/doc/transmission/rpc-spec.md
share/doc/transmission/send-email-when-torrent-done.sh
Index: pkgsrc/net/transmission/distinfo
diff -u pkgsrc/net/transmission/distinfo:1.24 pkgsrc/net/transmission/distinfo:1.25
--- pkgsrc/net/transmission/distinfo:1.24 Thu Mar 30 05:37:07 2023
+++ pkgsrc/net/transmission/distinfo Thu Apr 27 05:43:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/03/30 05:37:07 mrg Exp $
+$NetBSD: distinfo,v 1.25 2023/04/27 05:43:12 wiz Exp $
-BLAKE2s (transmission-4.0.2.tar.xz) = 209147d4cdf734cab45dec811bf0a4efa3d9344d2fc88c637c88bcaad0f672cf
-SHA512 (transmission-4.0.2.tar.xz) = 84784e0c06d4595674710dbc3caac545e0bcf69bef44f2d681ed80ed6722dbb24fc4b8cba39dd957e0e3a276b6b664f8a938087d930f633ebfe9af16e7afcbf4
-Size (transmission-4.0.2.tar.xz) = 10055708 bytes
+BLAKE2s (transmission-4.0.3.tar.xz) = 23e0ad20854a036a5cfe75d2047d38964fe7c6364517497627ed61d59df6cbce
+SHA512 (transmission-4.0.3.tar.xz) = 246d4af2f9b399cb5a6e43ca0852d2ab5ff48d2a5c89d0f450c968fcad042ef2e45fef3c9be8ffbf37e7c61dc509929869b6bf59914333818ddf6950582d669c
+Size (transmission-4.0.3.tar.xz) = 10062044 bytes
Index: pkgsrc/net/transmission-common/Makefile
diff -u pkgsrc/net/transmission-common/Makefile:1.2 pkgsrc/net/transmission-common/Makefile:1.3
--- pkgsrc/net/transmission-common/Makefile:1.2 Wed Apr 19 08:11:13 2023
+++ pkgsrc/net/transmission-common/Makefile Thu Apr 27 05:43:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/04/19 08:11:13 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/27 05:43:12 wiz Exp $
PKGNAME= transmission-common-${VERSION}
-PKGREVISION= 1
COMMENT= Free, lightweight BitTorrent client (shared files)
# do not add nb* to this - 4.0.0nb1 does not conflict
Index: pkgsrc/net/transmission-gtk/Makefile
diff -u pkgsrc/net/transmission-gtk/Makefile:1.59 pkgsrc/net/transmission-gtk/Makefile:1.60
--- pkgsrc/net/transmission-gtk/Makefile:1.59 Wed Apr 19 08:11:13 2023
+++ pkgsrc/net/transmission-gtk/Makefile Thu Apr 27 05:43:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2023/04/19 08:11:13 adam Exp $
+# $NetBSD: Makefile,v 1.60 2023/04/27 05:43:12 wiz Exp $
PKGNAME= transmission-gtk-${VERSION}
-PKGREVISION= 4
COMMENT= Free, lightweight BitTorrent client (GTK version)
DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common
Index: pkgsrc/net/transmission-qt/Makefile
diff -u pkgsrc/net/transmission-qt/Makefile:1.73 pkgsrc/net/transmission-qt/Makefile:1.74
--- pkgsrc/net/transmission-qt/Makefile:1.73 Wed Apr 19 08:11:14 2023
+++ pkgsrc/net/transmission-qt/Makefile Thu Apr 27 05:43:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2023/04/19 08:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.74 2023/04/27 05:43:12 wiz Exp $
PKGNAME= transmission-qt-${VERSION}
-PKGREVISION= 5
COMMENT= Free, lightweight BitTorrent client (QT version)
DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common
Home |
Main Index |
Thread Index |
Old Index