GNU bug report logs -
#74839
[PATCH] gnu: libcbor: Update to 0.11.0.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Thu, 12 Dec 2024 20:31:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.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 74839 in the body.
You can then email your comments to 74839 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74839
; Package
guix-patches
.
(Thu, 12 Dec 2024 20:31:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Herman Rimm <herman <at> rimm.ee>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 12 Dec 2024 20:31:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm (libcbor): Update.
Change-Id: Ie372a9a73369eddac0620394e3e3608d8f27e0b6
---
Hello,
This patch also makes [bug#74830] obsolete.
Cheers,
Herman
gnu/packages/compression.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 99ea090091..121b26b499 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2901,7 +2901,7 @@ (define-public tarlz
(define-public libcbor
(package
(name "libcbor")
- (version "0.9.0")
+ (version "0.11.0")
(source
(origin
(method git-fetch)
@@ -2909,7 +2909,9 @@ (define-public libcbor
(url "https://github.com/PJK/libcbor")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "1n9fx5i81wr9j18bhz74wclfkwqf1k3piq6lzngvkmq04krzi7ss"))))
+ (sha256
+ (base32
+ "00ibddiy62kbs9wl52c35j0hbqanx6pi7lvzkpzmbsizkj8mhp1p"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
base-commit: a9003b8e6b40b59c9545ae87bb441d3549630db7
--
2.45.2
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sun, 15 Dec 2024 23:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Herman Rimm <herman <at> rimm.ee>
:
bug acknowledged by developer.
(Sun, 15 Dec 2024 23:07:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74839-done <at> debbugs.gnu.org (full text, mbox):
Herman Rimm <herman <at> rimm.ee> skribis:
> * gnu/packages/compression.scm (libcbor): Update.
>
> Change-Id: Ie372a9a73369eddac0620394e3e3608d8f27e0b6
Applied…
> This patch also makes [bug#74830] obsolete.
… and reverted that one (which I hadn’t pushed yet.)
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74839
; Package
guix-patches
.
(Wed, 18 Dec 2024 08:56:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 74839 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> writes:
>> This patch also makes [bug#74830] obsolete.
>
> … and reverted that one (which I hadn’t pushed yet.)
>
This is certainly the better solution. I was so caught up in fixing the
build error that i didn't check if it was already fixed upstream in the
cbor repo.
Sorry for the unnecessary work and thanks for the quick fix :)
--
Best regards
Christoph
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 15 Jan 2025 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.