arjav1528 commented on PR #3402: URL: https://github.com/apache/nuttx-apps/pull/3402#issuecomment-3871488636
> Thank you @arjav1528 :-) Just please provide git commit message, this part is required, see https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md :-) > > Both URLs work for me, but true, old URL has 302 redirection and releases contain reference to one with `refs/tags` already, thanks for the update! :-) > > Do you have some spare time to take a look at other github packages too? :-) > > And.. if you use cJSON.. there is a 1.7.19 release already out there.. do you know if that would build and run on NuttX? There were many fixes since 1.7.10 and the only breaking stuff seems linked list change in 1.7.14 (I really like cJSON announces quick fix in the release notes! https://github.com/DaveGamble/cJSON/releases). > > ``` > % wget https://github.com/DaveGamble/cJSON/archive/v1.7.10.tar.gz > --2026-02-08 23:18:57-- https://github.com/DaveGamble/cJSON/archive/v1.7.10.tar.gz > Resolving github.com (github.com)... 140.82.121.4 > Connecting to github.com (github.com)|140.82.121.4|:443... connected. > HTTP request sent, awaiting response... 302 Found > Location: https://codeload.github.com/DaveGamble/cJSON/tar.gz/refs/tags/v1.7.10 [following] > --2026-02-08 23:18:57-- https://codeload.github.com/DaveGamble/cJSON/tar.gz/refs/tags/v1.7.10 > Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 > Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: unspecified [application/x-gzip] > Saving to: ‘v1.7.10.tar.gz’ > > v1.7.10.tar.gz [ <=> ] 338,93K 1,77MB/s in 0,2s > > 2026-02-08 23:18:58 (1,77 MB/s) - ‘v1.7.10.tar.gz’ saved [347063] > > > % wget https://github.com/DaveGamble/cJSON/archive/refs/tags/v1.7.10.tar.gz > --2026-02-08 23:23:14-- https://github.com/DaveGamble/cJSON/archive/refs/tags/v1.7.10.tar.gz > Resolving github.com (github.com)... 140.82.121.3 > Connecting to github.com (github.com)|140.82.121.3|:443... connected. > HTTP request sent, awaiting response... 302 Found > Location: https://codeload.github.com/DaveGamble/cJSON/tar.gz/refs/tags/v1.7.10 [following] > --2026-02-08 23:23:14-- https://codeload.github.com/DaveGamble/cJSON/tar.gz/refs/tags/v1.7.10 > Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 > Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: unspecified [application/x-gzip] > Saving to: ‘v1.7.10.tar.gz.1’ > > v1.7.10.tar.gz.1 [ <=> ] 338,93K 1,73MB/s in 0,2s > > 2026-02-08 23:23:14 (1,73 MB/s) - ‘v1.7.10.tar.gz.1’ saved [347063] > ``` > >  sure, will love to contribute -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
