aboutsummaryrefslogtreecommitdiff
path: root/utils/jq/patches
Commit message (Collapse)AuthorAge
* jq: update to 1.7.1krant2024-02-04
| | | | | | | | | - Update package URLs - Fix license - Drop obsolete CFLAGS - Drop obsolete patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* jq: remove _GNU_SOURCE from Makefile and instead backport patchW. Michael Petullo2023-07-17
| | | | | | | | | | Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault. This has since been fixed upstream, so this commit backports the upstream patch instead. This keeps things closer to upstream, and it will prevent the Makefile from containing a redundant fix once upstream releases the next version. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance ↵François Goudal2021-08-23
| | | | | | on startup Signed-off-by: François Goudal <francois.goudal@airmont.com>
* utils: jq: bump version to 1.6Marko Ratkaj2018-11-06
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* 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>