Received: by mail.netbsd.org (Postfix, from userid 605) id 5858584D52; Mon, 27 Apr 2020 08:17:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D048284D47 for ; Mon, 27 Apr 2020 08:17:11 +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 nzPapl-LBhrU for ; Mon, 27 Apr 2020 08:17:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C84284CD8 for ; Mon, 27 Apr 2020 08:17:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 418DAFB27; Mon, 27 Apr 2020 08:17:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587975431216980" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 08:17:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/qbittorrent To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200427081711.418DAFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587975431216980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 27 08:17:11 UTC 2020 Modified Files: pkgsrc/net/qbittorrent: Makefile distinfo Log Message: qbittorrent: updated to 4.2.5 v4.2.5 - BUGFIX: Fix crash when torrent is deleted on limit reached - BUGFIX: Register datatype properly - WEBUI: Add ability to send custom HTTP headers - WEBUI: Expand RSS related API - WINDOWS: Installer: Update german translation To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/qbittorrent/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/qbittorrent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587975431216980 Content-Disposition: inline Content-Length: 1907 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.10 pkgsrc/net/qbittorrent/Makefile:1.11 --- pkgsrc/net/qbittorrent/Makefile:1.10 Thu Apr 23 11:07:45 2020 +++ pkgsrc/net/qbittorrent/Makefile Mon Apr 27 08:17:11 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2020/04/23 11:07:45 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/04/27 08:17:11 adam Exp $ -DISTNAME= qbittorrent-4.2.4 +DISTNAME= qbittorrent-4.2.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent Index: pkgsrc/net/qbittorrent/distinfo diff -u pkgsrc/net/qbittorrent/distinfo:1.5 pkgsrc/net/qbittorrent/distinfo:1.6 --- pkgsrc/net/qbittorrent/distinfo:1.5 Thu Apr 23 11:07:45 2020 +++ pkgsrc/net/qbittorrent/distinfo Mon Apr 27 08:17:11 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2020/04/23 11:07:45 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/04/27 08:17:11 adam Exp $ -SHA1 (qbittorrent-4.2.4.tar.gz) = d22d3a6175fd9ec5c31ac281ef8e1d16f6f2f45d -RMD160 (qbittorrent-4.2.4.tar.gz) = 0e2f8066b1507ed12a929ae6ca07766a41157156 -SHA512 (qbittorrent-4.2.4.tar.gz) = 0c6a6226c2503edfc79d077bafd006eab02b0d42cea815cd420044857f3e13157ae068b52c7d67299e5b0a6c0da4bf5ffa702c3bd69fb84b8b734ac17441d0f7 -Size (qbittorrent-4.2.4.tar.gz) = 7965424 bytes +SHA1 (qbittorrent-4.2.5.tar.gz) = 18b0c2b9a6ff990de2df9435b9dc86bb2ebe9190 +RMD160 (qbittorrent-4.2.5.tar.gz) = 70d965db06a41f50b719b33e5bfc89aab8da29a3 +SHA512 (qbittorrent-4.2.5.tar.gz) = 8808029bdb3a1638fcf792e92c36bd39889dbc2ceb26c8d45ff17b086bd076f0b3a8ed78dd6a1e3debd32e5b0ce212eea194ec601210ae29093cfb567eb4ca0f +Size (qbittorrent-4.2.5.tar.gz) = 7961612 bytes SHA1 (patch-dist_CMakeLists.txt) = 5233c8c8bcbe522e07cbed1c969283810b048be4 SHA1 (patch-src_app_CMakeLists.txt) = 2266baa28b9f0397fe5f634e0404f252ced6b4f2 SHA1 (patch-src_base_utils_fs.cpp) = 88355e2698f5298c597f2240e853238831eb7994 --_----------=_1587975431216980--