Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F4DF84D6B for ; Thu, 31 Aug 2023 18:10:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LwoHicEPoQew for ; Thu, 31 Aug 2023 18:10:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1A2C84D66 for ; Thu, 31 Aug 2023 18:10:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8EA6FBDB; Thu, 31 Aug 2023 18:10:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16935054396850" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 18:10:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/qbittorrent To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230831181039.A8EA6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16935054396850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 18:10:39 UTC 2023 Modified Files: pkgsrc/net/qbittorrent: Makefile distinfo Log Message: qbittorrent: updated to 4.5.5 v4.5.5 - BUGFIX: Fix transfer list tab hotkey (thalieht) - BUGFIX: Don't forget to enable the Apply button in the Options dialog (glassez) - BUGFIX: Immediately update torrent status on moving files (glassez) - BUGFIX: Improve performance when scrolling the file list of large torrents (gdim47) - BUGFIX: Don't operate on random torrents when multiple are selected and a sort/filter is applied (glassez) - RSS: Fix overwriting feeds.json with an incomplete load of it (Omar Abdul Azeez) - WINDOWS: Software update check logic is disabled for < Win10 (sledgehammer999) - WINDOWS: NSIS: Update Turkish and French translations (Burak Yavuz, MarcDrieu) - WINDOWS: NSIS: Add Romanian translation (rusu-afanasie) To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/qbittorrent/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/qbittorrent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16935054396850 Content-Disposition: inline Content-Length: 1810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/qbittorrent/Makefile diff -u pkgsrc/net/qbittorrent/Makefile:1.55 pkgsrc/net/qbittorrent/Makefile:1.56 --- pkgsrc/net/qbittorrent/Makefile:1.55 Mon Jun 26 16:19:12 2023 +++ pkgsrc/net/qbittorrent/Makefile Thu Aug 31 18:10:39 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2023/06/26 16:19:12 adam Exp $ +# $NetBSD: Makefile,v 1.56 2023/08/31 18:10:39 adam Exp $ -DISTNAME= qbittorrent-4.5.4 +DISTNAME= qbittorrent-4.5.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent Index: pkgsrc/net/qbittorrent/distinfo diff -u pkgsrc/net/qbittorrent/distinfo:1.27 pkgsrc/net/qbittorrent/distinfo:1.28 --- pkgsrc/net/qbittorrent/distinfo:1.27 Mon Jun 26 16:19:12 2023 +++ pkgsrc/net/qbittorrent/distinfo Thu Aug 31 18:10:39 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2023/06/26 16:19:12 adam Exp $ +$NetBSD: distinfo,v 1.28 2023/08/31 18:10:39 adam Exp $ -BLAKE2s (qbittorrent-4.5.4.tar.gz) = bf9b37b3ca13b8e75e12d93cae0dc9dc31da2add05c75f8283ef77d83d1a9a0b -SHA512 (qbittorrent-4.5.4.tar.gz) = 2e7988922137c9fade99e90236cc0c5b8b30f09021472f8ffc9048a7a2d989925eed7bfab4d79c93ca7d0f21acfde2e7feee5e6c43b557bf2c6f472fd52fbcea -Size (qbittorrent-4.5.4.tar.gz) = 8791236 bytes +BLAKE2s (qbittorrent-4.5.5.tar.gz) = ba9776c6e0c03ab24c4cc3bef102bd1b24222b31202c4cb3eb31d6b9bb38de6e +SHA512 (qbittorrent-4.5.5.tar.gz) = 8b5c2654b3bc03c0b4de77e8388ee543c3892ef9453749ea737aaee999a16d50bd1b30ebe0519a86d7ab8ffc6224d7d9cf678464aebf96433cd71dd57b46dd53 +Size (qbittorrent-4.5.5.tar.gz) = 8802492 bytes SHA1 (patch-dist_CMakeLists.txt) = 2c426222aa168c24a2e39a665f3152eca848e4a8 SHA1 (patch-src_app_CMakeLists.txt) = 6ef5c2fd194607a5f2ab05a60b909e0c2998892c SHA1 (patch-src_base_utils_fs.cpp) = fe80c85424b59e7b89acfccfff58c89dc1122d22 --_----------=_16935054396850--