Name: | jq |
---|---|
Version: | 1.6 |
Release: | 7.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 450281 |
License: | MIT and ASL 2.0 and CC-BY and GPLv3 |
RPM: | jq-1.6-7.0.1.el8.x86_64.rpm |
Source RPM: | jq-1.6-7.0.1.el8.src.rpm |
Build Date: | Fri Dec 01 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://stedolan.github.io/jq/ |
Summary: | Command-line JSON processor |
Description: | lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. It is written in portable C, and it has zero runtime dependencies. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. |
- Update to 1.6 upstream git commit b6be13d [Orabug: 36061610] - pull additional patches from Decimal literal number PR #1752 [Orabug: 36061610] - forward port upstream patches [Orabug: 36061610]
- Fix jq segfault when used in threads - Resolves: rhbz#2092160
- Add mantest to the gating - Related: rhbz#2049601
- Remove rpath from jq binary - Related: rhbz#2049601
- Fix iterration problem for non decimal string - Resolves: rhbz#2049601
- Fix big integers issue - Resolves: bug#2008717
- Releasing v1.6 - Resolves: bug#1852514
- Publishing devel package - Resolves: bug#1908928
- Fix typo: s390 -> s390x - Related: bug#1614611
- Rebuild against oniguruma 6.8.1