aboutsummaryrefslogtreecommitdiff
path: root/utils/jq
Commit message (Collapse)AuthorAge
* jq: compile with _GNU_SOURCE (fixes #7785)W. Michael Petullo2019-02-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* utils: jq: bump version to 1.6Marko Ratkaj2018-11-06
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* jq: Set -std=c99 CLFAGSFlorian Fainelli2017-07-02
| | | | | | | | | | | Fixes build errors/warnings: locfile.c: In function 'locfile_init': locfile.c:21:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i=0; i<length; i++) { Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* jq: import improvements from debianMarko Ratkaj2017-05-17
| | | | | | | Mitigate stack exhaustion when printing a very deeply nested term. Fix heap buffer overflow in tokenadd() Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* jq: fix MIPS compile flagsMarko Ratkaj2017-05-17
| | | | | | | | | | There is a gcc related bug that causes the following issue on MIPS: Assertion failed: jv_get_kind(a) == JV_KIND_STRING (jv.c: jvp_string_ptr: 435) This patch will disable SRA optimizations on MIPS platform and prevent the above issue. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* jq: add packageMarko Ratkaj2017-04-07
jq is a lightweight and flexible command-line JSON processor. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>