GNU bug report logs - #74921
[PATCH] gnu: onedrive: Update to 2.5.3-1

Previous Next

Package: guix-patches;

Reported by: Christopher O'Neill <guix <at> chrisoneill.co.uk>

Date: Tue, 17 Dec 2024 04:28:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> chbouib.org>

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 74921 in the body.
You can then email your comments to 74921 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#74921; Package guix-patches. (Tue, 17 Dec 2024 04:28:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher O'Neill <guix <at> chrisoneill.co.uk>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 17 Dec 2024 04:28:02 GMT) Full text and rfc822 format available.

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

From: Christopher O'Neill <guix <at> chrisoneill.co.uk>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: onedrive: Update to 2.5.3-1
Date: Mon, 16 Dec 2024 22:48:53 +0000
* gnu/packages/sync.scm (onedrive): Update to 2.5.3. Move several commits
ahead to incorporate OpenSSL version error fix and other fixes.

Change-Id: I98ea4153af7053e5b551baa68f04a80fa7e3b0a3
---
 gnu/packages/sync.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index af736d0c28..3cba6a5d4e 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -374,16 +374,17 @@ (define-public owncloud-client
 (define-public onedrive
   (package
     (name "onedrive")
-    (version "2.4.25")
+    ;; Move ahead of 2.5.3 for OpenSSL version check error and other fixes
+    (version "2.5.3-1.71a71da")
     (source
       (origin
         (method git-fetch)
         (uri (git-reference
                (url "https://github.com/abraunegg/onedrive")
-               (commit (string-append "v" version))))
+               (commit "71a71da1e0c981969900fa690c93905e0cc4b9b5")))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1i93mq4r9w8cqrdfsfv8wparfd3dbrppc5z04ab056545hk0x89k"))))
+         (base32 "1rr3aw363gln4i8j3b43mih1acqj5way7ybs0mndxkhsayw67vb0"))))
     (build-system gnu-build-system)
     (arguments
      (list
--
2.46.0





Reply sent to Ludovic Courtès <ludo <at> chbouib.org>:
You have taken responsibility. (Tue, 15 Apr 2025 08:25:05 GMT) Full text and rfc822 format available.

Notification sent to Christopher O'Neill <guix <at> chrisoneill.co.uk>:
bug acknowledged by developer. (Tue, 15 Apr 2025 08:25:05 GMT) Full text and rfc822 format available.

Message #10 received at 74921-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> chbouib.org>
To: Christopher O'Neill <guix <at> chrisoneill.co.uk>
Cc: 74921-done <at> debbugs.gnu.org
Subject: Re: [bug#74921] [PATCH] gnu: onedrive: Update to 2.5.3-1
Date: Tue, 15 Apr 2025 10:08:41 +0200
Christopher O'Neill <guix <at> chrisoneill.co.uk> writes:

> * gnu/packages/sync.scm (onedrive): Update to 2.5.3. Move several commits
> ahead to incorporate OpenSSL version error fix and other fixes.
>
> Change-Id: I98ea4153af7053e5b551baa68f04a80fa7e3b0a3

Finally applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 May 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 33 days ago.

Previous Next


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