Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F72184DB2 for ; Mon, 29 May 2023 21:04:12 +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 nEJOQALqggIK for ; Mon, 29 May 2023 21:04:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6B6D784D52 for ; Mon, 29 May 2023 21:04:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59FA0F97A; Mon, 29 May 2023 21:04:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685394251205010" MIME-Version: 1.0 Date: Mon, 29 May 2023 21:04:11 +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: <20230529210411.59FA0F97A@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685394251205010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon May 29 21:04:11 UTC 2023 Modified Files: pkgsrc/net/qbittorrent: Makefile distinfo Log Message: qbittorrent: updated to 4.5.3 v4.5.3 - BUGFIX: Correctly check if database needs to be updated (glassez) - BUGFIX: Prevent incorrect log message about torrent content deletion (glassez) - BUGFIX: Improve finished torrent handling (glassez) - BUGFIX: Correctly initialize group box children as disabled in Preferences (thalieht) - BUGFIX: Don't miss saving "download path" in SQLite storage (glassez) - BUGFIX: Improve logging of running external program (glassez) - WEBUI: Disable UPnP for web UI by default (glassez) - WEBUI: Use workaround for IOS file picker (DivineHawk) - WEBUI: Work around Chrome download limit (Chocobo1) - WEBUI: Improve 'exporting torrent' behavior (Chocobo1) - WINDOWS: NSIS: Add Slovak translation (Christian Danížek) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/qbittorrent/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/qbittorrent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685394251205010 Content-Disposition: inline Content-Length: 1825 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.53 pkgsrc/net/qbittorrent/Makefile:1.54 --- pkgsrc/net/qbittorrent/Makefile:1.53 Mon May 22 21:00:41 2023 +++ pkgsrc/net/qbittorrent/Makefile Mon May 29 21:04:11 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2023/05/22 21:00:41 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2023/05/29 21:04:11 adam Exp $ -DISTNAME= qbittorrent-4.5.2 -PKGREVISION= 4 +DISTNAME= qbittorrent-4.5.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent Index: pkgsrc/net/qbittorrent/distinfo diff -u pkgsrc/net/qbittorrent/distinfo:1.25 pkgsrc/net/qbittorrent/distinfo:1.26 --- pkgsrc/net/qbittorrent/distinfo:1.25 Wed Mar 1 08:34:44 2023 +++ pkgsrc/net/qbittorrent/distinfo Mon May 29 21:04:11 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2023/03/01 08:34:44 adam Exp $ +$NetBSD: distinfo,v 1.26 2023/05/29 21:04:11 adam Exp $ -BLAKE2s (qbittorrent-4.5.2.tar.gz) = 0c23559ca441d66afe76b6cbf549eb3db1103948e1cb7e41c68c182ef908f914 -SHA512 (qbittorrent-4.5.2.tar.gz) = e900a1c5f0f70163463557aec3de0d31394fac56cfed91ea53ee5cf852cce4b2998bf79be60fc547c1c34a1658378f3ed9dbfb30aae5a772b85d819c7e7ce458 -Size (qbittorrent-4.5.2.tar.gz) = 8890525 bytes +BLAKE2s (qbittorrent-4.5.3.tar.gz) = 05389cbddd2eb8901b5c4e63674261af90ea05b80e6939f2553992792d5dadae +SHA512 (qbittorrent-4.5.3.tar.gz) = f175c71408504bffbd2c6b2967c2956d99e8e989b5326764d5085ac197c3aa6089f17cf663660ed70c704c011a1b535f09de8be3a031b4b65d3ba0f41beeaf03 +Size (qbittorrent-4.5.3.tar.gz) = 8823043 bytes SHA1 (patch-dist_CMakeLists.txt) = 2c426222aa168c24a2e39a665f3152eca848e4a8 SHA1 (patch-src_app_CMakeLists.txt) = 6ef5c2fd194607a5f2ab05a60b909e0c2998892c SHA1 (patch-src_base_utils_fs.cpp) = fe80c85424b59e7b89acfccfff58c89dc1122d22 --_----------=_1685394251205010--