* [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.
@ 2023-02-12 5:07 Hilton Chain via Guix-patches via
2023-02-27 14:49 ` Ludovic Courtès
2023-03-03 7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
0 siblings, 2 replies; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-02-12 5:07 UTC (permalink / raw)
To: 61445
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.
2023-02-12 5:07 [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0 Hilton Chain via Guix-patches via
@ 2023-02-27 14:49 ` Ludovic Courtès
2023-03-03 6:40 ` Hilton Chain via Guix-patches via
2023-03-03 7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2023-02-27 14:49 UTC (permalink / raw)
To: Hilton Chain; +Cc: 61445
Hi,
There seems to be failures: <https://qa.guix.gnu.org/issue/61445>.
Could you take a look?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.
2023-02-27 14:49 ` Ludovic Courtès
@ 2023-03-03 6:40 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-03-03 6:40 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Hilton Chain, 61445
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
2023-02-12 5:07 [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0 Hilton Chain via Guix-patches via
2023-02-27 14:49 ` Ludovic Courtès
@ 2023-03-03 7:04 ` Hilton Chain via Guix-patches via
2023-03-04 1:42 ` Leo Famulari
1 sibling, 1 reply; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-03-03 7:04 UTC (permalink / raw)
To: 61445; +Cc: Ludovic Courtès
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
2023-03-03 7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
@ 2023-03-04 1:42 ` Leo Famulari
2023-03-05 20:18 ` Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2023-03-04 1:42 UTC (permalink / raw)
To: 61445; +Cc: ludo
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2.
2023-03-04 1:42 ` Leo Famulari
@ 2023-03-05 20:18 ` Leo Famulari
0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2023-03-05 20:18 UTC (permalink / raw)
To: 61445; +Cc: 61445-done
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-05 20:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 5:07 [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0 Hilton Chain via Guix-patches via
2023-02-27 14:49 ` Ludovic Courtès
2023-03-03 6:40 ` Hilton Chain via Guix-patches via
2023-03-03 7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
2023-03-04 1:42 ` Leo Famulari
2023-03-05 20:18 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.