jq 1.7.1-1 source package in Ubuntu

Changelog

jq (1.7.1-1) unstable; urgency=high

  * New upstream release. (Closes: #1058763)
    * Fix CVE-2023-50246, CVE-2023-50268.
  * Remove unused patch.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Sat, 16 Dec 2023 04:35:42 +0800

Upload details

Uploaded by:
ChangZhuo Chen (陳昌倬)
Uploaded to:
Sid
Original maintainer:
ChangZhuo Chen (陳昌倬)
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jq_1.7.1-1.dsc 2.0 KiB 8bffbcc9ccae2fe405ce05b4efe4607422f7b748cc50dd2fc2a0ca984af23f09
jq_1.7.1.orig.tar.gz 1.3 MiB fc75b1824aba7a954ef0886371d951c3bf4b6e0a921d1aefc553f309702d6ed1
jq_1.7.1-1.debian.tar.xz 13.5 KiB d4b0c7cce9463e7511fb89846e28c98c164289fe5e12765f40a58574bf27b300

Available diffs

No changes file available.

Binary packages built by this source

jq: 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 minimal 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.

jq-dbgsym: debug symbols for jq
libjq-dev: lightweight and flexible command-line JSON processor - development files

 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 minimal 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.
 .
 This package contains the development files.

libjq1: lightweight and flexible command-line JSON processor - shared library

 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 minimal 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.
 .
 This package contains the shared library.

libjq1-dbgsym: debug symbols for libjq1