GNU bug report logs - #72833
[PATCH] gnu: boinc-client, boinc-server: Update to 8.0.2.

Previous Next

Package: guix-patches;

Reported by: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>

Date: Tue, 27 Aug 2024 15:08:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
Subject: bug#72833: closed (Re: [bug#72833] patch review)
Date: Thu, 12 Sep 2024 06:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72833: [PATCH] gnu: boinc-client, boinc-server: Update to 8.0.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72833 <at> debbugs.gnu.org.

-- 
72833: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72833
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
Cc: 72833-done <at> debbugs.gnu.org
Subject: Re: [bug#72833] patch review
Date: Thu, 12 Sep 2024 14:40:02 +0800
[Message part 3 (text/plain, inline)]
Vitalii Koshura <lestat.de.lionkur <at> gmail.com> writes:

> Hello there,
>
> I'm the maintainer of BOINC.
> Is there a chance to get my simple patch with the version update reviewed and merged?
>
> Thank you in advance.
>
> Best regards,
> Vitalii Koshura

hi, can you try fix boinc-server build? Looks like it's been broken for a while.

And patch pushed.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: lestat.de.lionkur <at> gmail.com
Subject: [PATCH] gnu: boinc-client, boinc-server: Update to 8.0.2.
Date: Tue, 27 Aug 2024 16:33:53 +0200
Signed-off-by: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
---
 gnu/packages/distributed.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index 7b37359f29..b07acfd863 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2023 Eric Bavier <bavier <at> posteo.net>
+;;; Copyright © 2024 Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -46,7 +47,7 @@ (define-module (gnu packages distributed)
 (define-public boinc-client
   (package
     (name "boinc-client")
-    (version "7.22.2")
+    (version "8.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -57,7 +58,7 @@ (define-public boinc-client
               (file-name (git-file-name "boinc" version))
               (sha256
                (base32
-                "06qlfrn9bxcdgs9b4j7l4mwikrkvfizccprip18rlzl3i34jys7l"))))
+                "1kmjxjyl32flp3k2996fvaizg5v9bxd7fin3x3ih2hbp4dvc8k3v"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.45.2.windows.1




This bug report was last modified 252 days ago.

Previous Next


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