GNU bug report logs - #73780
[PATCH] gnu: libfastjson: Update to 1.2304.0

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sat, 12 Oct 2024 22:54:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 73780 in the body.
You can then email your comments to 73780 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#73780; Package guix-patches. (Sat, 12 Oct 2024 22:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aaron Covrig <aaron.covrig.us <at> ieee.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 12 Oct 2024 22:54:02 GMT) Full text and rfc822 format available.

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

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: libfastjson: Update to 1.2304.0
Date: Sat, 12 Oct 2024 18:53:15 -0400
* gnu/packages/c.scm (libfastjson): Update to 1.2304.0
---
 gnu/packages/c.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index ce573f451e..7204c63e03 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -818,7 +818,7 @@ (define-public libestr
 (define-public libfastjson
   (package
     (name "libfastjson")
-    (version "0.99.9")
+    (version "1.2304.0")
     (source
      (origin
        (method git-fetch)
@@ -827,10 +827,9 @@ (define-public libfastjson
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
+        (base32 "0gmyzplnb4cfbg4yai0s8yi13xbaq606d5h50zwlkky712aklwss"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list autoconf automake libtool))
+    (native-inputs (list autoconf automake libtool))
     (home-page "https://github.com/rsyslog/libfastjson")
     (synopsis "Fast JSON library for C")
     (description

base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#73780; Package guix-patches. (Mon, 14 Oct 2024 14:54:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org>
Cc: 73780-done <at> debbugs.gnu.org, Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: Re: [bug#73780] [PATCH] gnu: libfastjson: Update to 1.2304.0
Date: Mon, 14 Oct 2024 22:52:46 +0800
[Message part 1 (text/plain, inline)]
Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/c.scm (libfastjson): Update to 1.2304.0
> ---
>  gnu/packages/c.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
> index ce573f451e..7204c63e03 100644
> --- a/gnu/packages/c.scm
> +++ b/gnu/packages/c.scm
> @@ -818,7 +818,7 @@ (define-public libestr
>  (define-public libfastjson
>    (package
>      (name "libfastjson")
> -    (version "0.99.9")
> +    (version "1.2304.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -827,10 +827,9 @@ (define-public libfastjson
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
> +        (base32 "0gmyzplnb4cfbg4yai0s8yi13xbaq606d5h50zwlkky712aklwss"))))
>      (build-system gnu-build-system)
> -    (native-inputs
> -     (list autoconf automake libtool))
> +    (native-inputs (list autoconf automake libtool))
>      (home-page "https://github.com/rsyslog/libfastjson")
>      (synopsis "Fast JSON library for C")
>      (description
>
> base-commit: e032a0f38ff3394816fdc29554933ce77c545eff

push, close.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 14 Oct 2024 14:54:03 GMT) Full text and rfc822 format available.

Notification sent to Aaron Covrig <aaron.covrig.us <at> ieee.org>:
bug acknowledged by developer. (Mon, 14 Oct 2024 14:54:03 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. (Tue, 12 Nov 2024 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 279 days ago.

Previous Next


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