GNU bug report logs - #61445
[PATCH] gnu: qbittorrent: Update to 4.5.0.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 12 Feb 2023 05:09:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61445 in the body.
You can then email your comments to 61445 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Sun, 12 Feb 2023 05:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 12 Feb 2023 05:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: qbittorrent: Update to 4.5.0.
Date: Sun, 12 Feb 2023 13:07:22 +0800
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Mon, 27 Feb 2023 14:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 61445 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 61445 <at> debbugs.gnu.org
Subject: Re: bug#61445: [PATCH] gnu: qbittorrent: Update to 4.5.0.
Date: Mon, 27 Feb 2023 15:49:18 +0100
Hi,

There seems to be failures: <https://qa.guix.gnu.org/issue/61445>.

Could you take a look?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Fri, 03 Mar 2023 06:41:01 GMT) Full text and rfc822 format available.

Message #11 received at 61445 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Hilton Chain <hako <at> ultrarare.space>, 61445 <at> debbugs.gnu.org
Subject: Re: bug#61445: [PATCH] gnu: qbittorrent: Update to 4.5.0.
Date: Fri, 03 Mar 2023 14:40:21 +0800
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.




Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Fri, 03 Mar 2023 07:05:01 GMT) Full text and rfc822 format available.

Message #14 received at 61445 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 61445 <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
Date: Fri, 03 Mar 2023 15:04:38 +0800
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Sat, 04 Mar 2023 01:43:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Hilton Chain via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 61445 <at> debbugs.gnu.org
Subject: Re: [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
Date: Fri, 3 Mar 2023 20:42:34 -0500
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.




Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Sat, 04 Mar 2023 01:43:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#61445; Package guix-patches. (Sun, 05 Mar 2023 20:19:01 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Hilton Chain via Guix-patches via <guix-patches <at> gnu.org>
Cc: 61445-done <at> debbugs.gnu.org
Subject: Re: [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
Date: Sun, 5 Mar 2023 15:18:04 -0500
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




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 05 Mar 2023 20:19:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Sun, 05 Mar 2023 20:19:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Apr 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 360 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.