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:   abs
Date:           Sat Aug 24 20:49:17 UTC 2024

Modified Files:
        pkgsrc/net/transmission: Makefile.common PLIST distinfo
        pkgsrc/net/transmission-common: Makefile
        pkgsrc/net/transmission-gtk: Makefile
        pkgsrc/net/transmission-qt: Makefile

Log Message:
Update transmission{-common,-qt,-gtk} to 4.0.6

pkgsrc note - transmission will exit after a few seconds if www/curl
8.91 is installed due to a SIGPIPE issue. This update does not
affect that.

I'm hoping to push a patch with https://github.com/curl/curl/pull/14390
to www/curl shortly.

This is a bugfix-only release. Everyone's feedback on 4.0.x has
been very helpful -- thanks for all the suggestions, bug reports,
and pull requests!  What's New in 4.0.6 All Platforms

- Improved parsing HTTP tracker announce response. (#6223)
- Fixed 4.0.0 bug that caused some user scripts to have an invalid TR_TORRENT_TRACKERS environment variable. (#6434)
- Fixed 4.0.0 bug where alt-speed-enabled had no effect in settings.json. (#6483)
- Fixed 4.0.0 bug where the GTK client's "Use authentication" option was not saved between's sessions. (#6514)
- Fixed 4.0.0 bug where the filename for single-file torrents aren't sanitized. (#6846)

macOS Client

- Fix: Sparkle support for handling beta version updates. (#5263)
- Fixed app unable to start when having many torrents and TimeMachine enabled. (#6523)
- Fix: Sparkle Version Comparator. (#6623)

Qt Client

- Fixed 4.0.0 bug where piece size description text and slider state in torrent creation dialog are not always up-to-date. (#6516)

GTK Client

- Fixed build when compiling with GTKMM 4. (#6393)
- Added developer name to metainfo files. (#6598)
- Added the launchable desktop-id to metainfo files. (#6779)
- Fixed build when compiling on BSD. (#6812)

Web Client

- Fixed a 4.0.0 bug where the infinite ratio symbol was displayed incorrectly in the WebUI. (#6491, #6500)
- Fixed layout issue in speed display. (#6570)
- General UI improvement related to filterbar and fixes download/upload speed info wrap. (#6761)

Daemon

- Fixed a couple of logging issues. (#6463)

Everything Else

- Updated flatpak release metainfo. (#6357)
- Fixed libtransmission build on very old cmake versions. (#6418)
- UTP peer connections follow user-defined speed limits better now. (#6551)
- Only use a single concurrent queue for timeMachineExclude instead of one queue per torrent (#6523). (#6558)
- Fixed 4.0.5 bug where svg and png icons in the WebUI might not be displayed. (#6563)
- Fixed 4.0.0 bug where alt-speed-enabled had no effect in settings.json. (#6564)
- Fixed 4.0.0 bugs where some RPC methods don't put torrents in recently-active anymore. (#6565)
- Improved parsing HTTP tracker announce response. (#6567)
- Fixed compatibility with clang-format 18. (#6690)
- Fixed build when compiling with mbedtls 3.x . (#6823)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/transmission/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/transmission/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/transmission/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/transmission-common/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/transmission-gtk/Makefile
cvs rdiff -u -r1.85 -r1.86 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.common
diff -u pkgsrc/net/transmission/Makefile.common:1.21 pkgsrc/net/transmission/Makefile.common:1.22
--- pkgsrc/net/transmission/Makefile.common:1.21        Sat Feb 17 21:13:31 2024
+++ pkgsrc/net/transmission/Makefile.common     Sat Aug 24 20:49:17 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.21 2024/02/17 21:13:31 nia Exp $
+# $NetBSD: Makefile.common,v 1.22 2024/08/24 20:49:17 abs 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.5
+VERSION=       4.0.6
 DISTNAME=      transmission-${VERSION}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=transmission/}

Index: pkgsrc/net/transmission/PLIST
diff -u pkgsrc/net/transmission/PLIST:1.9 pkgsrc/net/transmission/PLIST:1.10
--- pkgsrc/net/transmission/PLIST:1.9   Thu Feb  1 14:11:04 2024
+++ pkgsrc/net/transmission/PLIST       Sat Aug 24 20:49:17 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/02/01 14:11:04 dogcow Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/08/24 20:49:17 abs Exp $
 bin/transmission-create
 bin/transmission-daemon
 bin/transmission-edit
@@ -45,6 +45,7 @@ share/doc/transmission/news/news-4.0.1.m
 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/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.26 pkgsrc/net/transmission/distinfo:1.27
--- pkgsrc/net/transmission/distinfo:1.26       Thu Feb  1 14:11:04 2024
+++ pkgsrc/net/transmission/distinfo    Sat Aug 24 20:49:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/02/01 14:11:04 dogcow Exp $
+$NetBSD: distinfo,v 1.27 2024/08/24 20:49:17 abs Exp $
 
-BLAKE2s (transmission-4.0.5.tar.xz) = f61a806ebcea0fb79a539b76cb54cf0b549368d1c5b5c355604b8fb513acb568
-SHA512 (transmission-4.0.5.tar.xz) = 9d3df965929ba18aa8186f89060aeacc8ead3df4a5acdc74a005dc62deadc5fa239af99c49ca2477cc5c1adfcd834481105f1dbc94e0efe210e9e6680bfec124
-Size (transmission-4.0.5.tar.xz) = 9745756 bytes
+BLAKE2s (transmission-4.0.6.tar.xz) = 0e546c1cc04511bd195b8629f24779c1bcf6e5bec459c705eb1a87d6d668ad70
+SHA512 (transmission-4.0.6.tar.xz) = d11654bd5174a990d8021fde890389bc7c073f63f80e1335bb2c250aff60f06d0b6481fb041ae4fdccd1c43278c71ddc36f692d7dda3ed2a1aaa9bd1bbc2cb0c
+Size (transmission-4.0.6.tar.xz) = 11908296 bytes

Index: pkgsrc/net/transmission-common/Makefile
diff -u pkgsrc/net/transmission-common/Makefile:1.8 pkgsrc/net/transmission-common/Makefile:1.9
--- pkgsrc/net/transmission-common/Makefile:1.8 Wed May 29 16:34:04 2024
+++ pkgsrc/net/transmission-common/Makefile     Sat Aug 24 20:49:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/05/29 16:34:04 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/24 20:49:17 abs Exp $
 
 PKGNAME=       transmission-common-${VERSION}
-PKGREVISION=   2
 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.70 pkgsrc/net/transmission-gtk/Makefile:1.71
--- pkgsrc/net/transmission-gtk/Makefile:1.70   Wed May 29 16:34:04 2024
+++ pkgsrc/net/transmission-gtk/Makefile        Sat Aug 24 20:49:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2024/05/29 16:34:04 adam Exp $
+# $NetBSD: Makefile,v 1.71 2024/08/24 20:49:17 abs 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.85 pkgsrc/net/transmission-qt/Makefile:1.86
--- pkgsrc/net/transmission-qt/Makefile:1.85    Wed May 29 16:34:04 2024
+++ pkgsrc/net/transmission-qt/Makefile Sat Aug 24 20:49:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2024/05/29 16:34:04 adam Exp $
+# $NetBSD: Makefile,v 1.86 2024/08/24 20:49:17 abs Exp $
 
 PKGNAME=       transmission-qt-${VERSION}
-PKGREVISION=   3
 COMMENT=       Free, lightweight BitTorrent client (QT version)
 
 DEPENDS+=      transmission-common>=${VERSION}:../../net/transmission-common



Home | Main Index | Thread Index | Old Index