From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 12 00:08:27 2023 Received: (at submit) by debbugs.gnu.org; 12 Feb 2023 05:08:27 +0000 Received: from localhost ([127.0.0.1]:43804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pR4bD-0001vk-Bb for submit@debbugs.gnu.org; Sun, 12 Feb 2023 00:08:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:56048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pR4bC-0001vd-8A for submit@debbugs.gnu.org; Sun, 12 Feb 2023 00:08:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pR4bB-0000sJ-UD for guix-patches@gnu.org; Sun, 12 Feb 2023 00:08:25 -0500 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pR4b9-0007nz-AB for guix-patches@gnu.org; Sun, 12 Feb 2023 00:08:24 -0500 Date: Sun, 12 Feb 2023 13:07:22 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1676178495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=L01n6fR4SYZ5G8umF6+kdgPdNh7TtZR9/xjbzL6h00c=; b=JYEbh0BjeJ3aTUbeb2zVARgbGEEveygDyYTICrIWKgBoAvEfofSneTXqt5Wy/jmbnjLyaA wf8nGOJD0I19ZwztXv8T7P0L/2FlUeLy9FxpuFDvf+m7OO+kpcVbvTaSRda+5F2nsZzC3U f6oKnwA87p0AU+GzbRvEd14mfVLnzn9iR8RyGoXes2vVEaQT3k6GIj+DLo6nnYBGHImvNf QAOvTyf2otkbb0mJ0wEGDl2fYx7+vdeu3aerdddJpCFV5hx+bGasZLCiwzrWJQDjHPhmAA 7i3pLWHBjZQ932Lkz5Z1kJ2s5C+3ootdkSkkLtfxS5C5TJa5nfWAWU9j549APA== Message-ID: <87bklzjwtx.wl-hako@ultrarare.space> From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: qbittorrent: Update to 4.5.0. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.0. --- gnu/packages/bittorrent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index c3257cf2bf..40d4806d18 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -440,7 +440,7 @@ (define-public libtorrent-rasterbar (define-public qbittorrent (package (name "qbittorrent") - (version "4.4.1") + (version "4.5.0") (source (origin (method git-fetch) @@ -449,7 +449,7 @@ (define-public qbittorrent (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w")))) + (base32 "1fpkka2si7zkn5dlwvj5gf74kp513cazqziyzzaci00yw3ldhf4q")))) (build-system gnu-build-system) (arguments `(#:configure-flags base-commit: 4a6f64ab2afff761eb233e7ca6110d9e8acf8f32 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 09:49:28 2023 Received: (at 61445) by debbugs.gnu.org; 27 Feb 2023 14:49:28 +0000 Received: from localhost ([127.0.0.1]:46509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWeoi-0005HU-AM for submit@debbugs.gnu.org; Mon, 27 Feb 2023 09:49:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWeog-0005HG-9r for 61445@debbugs.gnu.org; Mon, 27 Feb 2023 09:49:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWeob-0001FT-2V; Mon, 27 Feb 2023 09:49:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=W/JjinBjBfratqt2HJ9AoQb2BL2g5phf3PrdbYznobE=; b=osYWYTCURfLhEciLKMbJ jSzAf1sNTNdtoyYS2mTT3MHQBsemVQSU8H7ZgBhstHno4r+R23+Pmz3K1FtfX+tLvVdh0ik/2Crn2 o4U27BJL34syuvsrtXWbhEKLR/FKEtcxo352IN3Kkt5QEI02QNxHwWglMooIchQjimO3XnhbiPNy6 bAcSz3T/vpi8vyS+gH7X3HYk1B5y8HGlV6B0in2NX+h3Q30Be3NabdOoAKmHtGjr0rGR3imhuOzfn vm+cmkWb278iNAGqZkg443WXdmws1jBY4hkQeumbvBQQq5UrkTgmDFycC/7/po2DHHE8cT0o5/JZw bmlTZFRSOFxqLg==; Received: from [193.50.110.164] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWeoa-0005Dy-M2; Mon, 27 Feb 2023 09:49:20 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Hilton Chain Subject: Re: bug#61445: [PATCH] gnu: qbittorrent: Update to 4.5.0. References: <87bklzjwtx.wl-hako@ultrarare.space> Date: Mon, 27 Feb 2023 15:49:18 +0100 In-Reply-To: <87bklzjwtx.wl-hako@ultrarare.space> (Hilton Chain's message of "Sun, 12 Feb 2023 13:07:22 +0800") Message-ID: <87a60zjh8x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61445 Cc: 61445@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, There seems to be failures: . Could you take a look? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 01:40:30 2023 Received: (at 61445) by debbugs.gnu.org; 3 Mar 2023 06:40:30 +0000 Received: from localhost ([127.0.0.1]:59467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXz5i-0000n8-3W for submit@debbugs.gnu.org; Fri, 03 Mar 2023 01:40:30 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:37264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXz5h-0000mt-9u for 61445@debbugs.gnu.org; Fri, 03 Mar 2023 01:40:29 -0500 Date: Fri, 03 Mar 2023 14:40:21 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1677825622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7WfyzSzUe47G734+EC5CHWvjmxFeojIqDJLAeOjAg/U=; b=2CHIecgWWJ1mG+fdGACxmnrHw6hh0RhNjBWOhZdKQ+bJg7OX+lHKji9uPF02qb1dMTWYD/ ufL8gFlt8bUJzkeio3kwgSEqiR5NqdRuCEe3kPOtKIbu3C8UB0WP3yYkNFhQ1oe5KXSU1q DrKian8toNVsp0vHPW9PfGPuQb6Mkz5DqB6+g31PyAG+rtHS9mO+1ox2pTT6rqTNhPThsO emhOGy1MvkNXFh3w1GMQRyVi9J78EOU6QAPF3ehQMWGtFRudOmvE928OPNeY9kk1hN6Yud +3sLucPxq3207yWESQgVkjKuvDEGh/T7F2P3aeV8lo0Q8u2xHXpvut9un4yFRQ== Message-ID: <87o7pal4mi.wl-hako@ultrarare.space> From: Hilton Chain To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Subject: Re: bug#61445: [PATCH] gnu: qbittorrent: Update to 4.5.0. In-Reply-To: <87a60zjh8x.fsf@gnu.org> References: <87bklzjwtx.wl-hako@ultrarare.space> <87a60zjh8x.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61445 Cc: Hilton Chain , 61445@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) In configure phase: --8<---------------cut here---------------start------------->8--- checking for libtorrent-rasterbar >= 2.0.8... no checking for libtorrent-rasterbar >= 1.2.18 libtorrent-rasterbar < 2... no configure: error: Package requirements (libtorrent-rasterbar >= 1.2.18 libtorrent-rasterbar < 2) were not met: Requested 'libtorrent-rasterbar >= 1.2.18' but version of libtorrent is 1.2.15 --8<---------------cut here---------------end--------------->8--- The current libtorrent-rasterbar in Guix is 1.2.18, so guix older than the update was used for the build. Resending patches might solve it, I'll have a try. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 02:04:50 2023 Received: (at 61445) by debbugs.gnu.org; 3 Mar 2023 07:04:50 +0000 Received: from localhost ([127.0.0.1]:59482 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXzT7-0001Su-G7 for submit@debbugs.gnu.org; Fri, 03 Mar 2023 02:04:50 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:35256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXzT5-0001Sh-QC for 61445@debbugs.gnu.org; Fri, 03 Mar 2023 02:04:40 -0500 Date: Fri, 03 Mar 2023 15:04:38 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1677827073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1d8arkQRPHu5WZ6/4/N4qanuYUJvvxFGfJIA5XtjoNw=; b=ph51IZ1Ge0Dcl9KwIyNBgg2P8zodKK89RvoJ1dgLGwRQbzyai9B4pPadQv5b7m0zIZvmBI Jbme/uMWU7QMX3mA23EBoiqcfcBUHd+Evsse/Xfb/HGkb4Ieeh6bIOZdgbq0YesEDjoRbq GG6yOFnJdh83h8X49wflHKwMXf3I7S1QZUT966dhgS4EXmO3N2AaAqpTCq925LkTl2O/V0 NyDFm2VakUYpKH5q4Z5xcRaOrigNOGY8QqaNKhTp8c/m3d6mysemjo4UnZ4fpTqR5t59bz RdZgUU/sV3tc1wch+UHrAW1DxY9v8Fs3vw4wcqtYzw09lcqsJ7A1ynqDU/Qbwg== Message-ID: <87lekel3i1.wl-hako@ultrarare.space> From: Hilton Chain To: 61445@debbugs.gnu.org Subject: [PATCH v2] gnu: qbittorrent: Update to 4.5.2. In-Reply-To: <87bklzjwtx.wl-hako@ultrarare.space> References: <87bklzjwtx.wl-hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61445 Cc: Ludovic =?ISO-8859-1?Q?Court=E8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. --- gnu/packages/bittorrent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index c3257cf2bf..bfe524366c 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -440,7 +440,7 @@ (define-public libtorrent-rasterbar (define-public qbittorrent (package (name "qbittorrent") - (version "4.4.1") + (version "4.5.2") (source (origin (method git-fetch) @@ -449,7 +449,7 @@ (define-public qbittorrent (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w")))) + (base32 "07s0ypkd1zzkw9qhfwxxx7s6zizjz0448al17xmc1b48phn46hjk")))) (build-system gnu-build-system) (arguments `(#:configure-flags base-commit: ea870a70e93e7ea93e35fa8e0afc3cfdb1b66ba2 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 20:42:43 2023 Received: (at submit) by debbugs.gnu.org; 4 Mar 2023 01:42:43 +0000 Received: from localhost ([127.0.0.1]:34321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYGv5-0007dH-7Q for submit@debbugs.gnu.org; Fri, 03 Mar 2023 20:42:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:55770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYGv3-0007d9-U2 for submit@debbugs.gnu.org; Fri, 03 Mar 2023 20:42:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYGv3-0005uU-G7 for guix-patches@gnu.org; Fri, 03 Mar 2023 20:42:41 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYGv1-0005EA-Bl; Fri, 03 Mar 2023 20:42:40 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id B1FA832005B5; Fri, 3 Mar 2023 20:42:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Fri, 03 Mar 2023 20:42:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=mesmtp; t=1677894156; x=1677980556; bh=nqJfo6wL0KbMat8ZT+FwrsUCZdMJCzi5ZS2nshggX/0=; b= Pk7Jy3plMq99ipDvKQzvtnjn40BBdVl5PBnLW1y3LgBYxC+0KP9eMqzq5nhCq/TN Bx61Zo3ceUcT1qwz84N3obc3lpcBpQRE8iJEg1SwFASkCupgHJltOLK5qxHsWLgM kZnSGsKwuOsds4Dx790MSAkADjPZ7jfCmrYMHYqhPig= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1677894156; x=1677980556; bh=nqJfo6wL0KbMa t8ZT+FwrsUCZdMJCzi5ZS2nshggX/0=; b=BHpC5q6l4HB8Io9ZtyZE7oVYCDJqH 9xA52LmyrCQta21hnHAJsjtiNgWiClwpNjJg/61pFxoZzBJOZlBBy+PX8r8O6dg7 XQzBe0FwrQTeKDEiSm5vhJogbRHeTkt3sjbcc82UvDFmEsNWHGEjBnEAKo/CfdU3 CbxuCd6avkrwN4DuQo2xQwXL9jmbgLGC7EyzBqe/kyW/ydJGNoVK8HjG2mg8O74p J0YKDLyx1LQ9FNCdfHiq6o91QSqOjSyA0gTB0GGwYmcXdSVJPSIImAP46xPeeduv w4eT0b1LE6HqseqetCAjTfd3PXgTpqvONGlzpJS9tWfeL1tDDCZI/B4Sw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvddttddgfeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepffetheeihefffeeihfefuedtueffgffhteehuefgtdffudeludeugfekvedu leehnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 3 Mar 2023 20:42:35 -0500 (EST) Date: Fri, 3 Mar 2023 20:42:34 -0500 From: Leo Famulari To: Hilton Chain via Guix-patches via Subject: Re: [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2. Message-ID: References: <87bklzjwtx.wl-hako@ultrarare.space> <87lekel3i1.wl-hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lekel3i1.wl-hako@ultrarare.space> Received-SPF: pass client-ip=64.147.123.19; envelope-from=leo@famulari.name; helo=wout3-smtp.messagingengine.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , 61445@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Fri, Mar 03, 2023 at 03:04:38PM +0800, Hilton Chain via Guix-patches via wrote: > * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. It's succeeding now, aside from the ppc64le platform, where it is still scheduled. Let's wait a little longer for that. In any case, it may be for the best that we didn't push 4.5.0, due to this vulnerability that's confirmed in 4.5.1: https://github.com/qbittorrent/qBittorrent/issues/18618 Based on the current state of that discussion, it's not clear yet if it exists in 4.5.0, or on operating systems besides Windows. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 15:18:12 2023 Received: (at submit) by debbugs.gnu.org; 5 Mar 2023 20:18:12 +0000 Received: from localhost ([127.0.0.1]:40707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYuo8-0002sY-Hi for submit@debbugs.gnu.org; Sun, 05 Mar 2023 15:18:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:44088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYuo6-0002sR-RB for submit@debbugs.gnu.org; Sun, 05 Mar 2023 15:18:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYuo6-0004r0-ER for guix-patches@gnu.org; Sun, 05 Mar 2023 15:18:10 -0500 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYuo5-0001Ko-00 for guix-patches@gnu.org; Sun, 05 Mar 2023 15:18:10 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 935C13200912; Sun, 5 Mar 2023 15:18:07 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Sun, 05 Mar 2023 15:18:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=mesmtp; t=1678047487; x=1678133887; bh=4tKor6l6LaKrSjHJ68JYK0OsC1yc0xAJk9RGzb5n+38=; b= PkG+tXxl4UjJ/R4+qkxP8TEd5NhjtOSKeipLCh9bK4raKlIL9ZXahtqnxdUKIcWN PGwMcfrFYBZIJfPBAF4RO+5jMJSDL6/1DkDBXOQVrVfZXytMKsy7ZHdaurxijFJK 7WszU18FOwUih5Pv2Dz6JPIGbeir2KwlUhNHOBgmo5U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1678047487; x=1678133887; bh=4tKor6l6LaKrS jHJ68JYK0OsC1yc0xAJk9RGzb5n+38=; b=rzE+YB3/nrZhkO3XE+XZhVIV9OIBz jpTtRqq9kgQAI3xP+U1FBV4HonnXDtgH7H/D72kBiOIByozVRmCO0Nttp5nhLm+y 3vn0t8OMg9EBVSA1/agC0fQCAE/2/+M9EJm1IUBvGbz1U67X3fyme1lq47zDVK0P O72zNJVe+9p5icwA5HwpATJC6I7VgXEGeaiianzWTlx3FhSwXjhkmgPJ95KiTd7x ZOnFWXXdi6h8aBU7VuT3eNOWILV+2xKPF3+6LUIWn8R1N65T2mQ4t97GMoenuoMQ hG5eiyw5GuOKLKkOKg4vXXxHPVsMlXdom0KmazbzGN9G49Xnj6ykoPsgQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvddtgedgudefhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvgho ucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrg htthgvrhhnpeeiteduheefkeeufeelgeduhfejgfelheefleeuhfeffffgueduleehvdej leeiteenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 5 Mar 2023 15:18:06 -0500 (EST) Date: Sun, 5 Mar 2023 15:18:04 -0500 From: Leo Famulari To: Hilton Chain via Guix-patches via Subject: Re: [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2. Message-ID: References: <87bklzjwtx.wl-hako@ultrarare.space> <87lekel3i1.wl-hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=64.147.123.20; envelope-from=leo@famulari.name; helo=wout4-smtp.messagingengine.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 61445-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Fri, Mar 03, 2023 at 08:42:34PM -0500, Leo Famulari wrote: > It's succeeding now, aside from the ppc64le platform, where it is still > scheduled. Let's wait a little longer for that. It built! Pushed as 833febb522bd37a38156b558b108372b89a34949 From unknown Tue Aug 19 05:11:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 03 Apr 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator