Package: jq / 1.6-2.1+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
jq | 1.6-2.1+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
enable manpages.patch | (download) |
Makefile.am |
2 2 + 0 - 0 ! |
patch makefile to always generate the manpage. |
remove unecessary rakefile deps.patch | (download) |
docs/Rakefile |
10 10 + 0 - 0 ! |
patch rakefile to allow for easier manpage generation This patch disable some of the dependencies that are not required to build the actual manpage. Bug: https://github.com/stedolan/jq/issues/435 |
patch version into build.patch | (download) |
configure.ac |
5 1 + 4 - 0 ! |
set release version manually. jq sets the build version by parsing the git branch. There is no git branch during package building however. This patch sets the version manually. The version can be looked up using `git describe --tags --match 'upstream*' | sed 's/^upstream\///'`. Bug: https://github.com/stedolan/jq/issues/434 |
dont distribute duplicate docs.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
do not distribute copying, fixes lintian warning |
stack exhaustion.patch | (download) |
src/jv_print.c |
8 6 + 2 - 0 ! |
[patch] skip printing at max_depth and deeper This addresses #1136, and mitigates a stack exhaustion when printing a very deeply nested term. |
disable static libtool.patch | (download) |
Makefile.am |
3 1 + 2 - 0 ! |
ensure jq doesn't statically link in libraries |
0007 stop using libtool bin.patch | (download) |
Makefile.am |
4 2 + 2 - 0 ! |
stop using libtool-bin |
0008 Do not use venderized oniguruma.patch | (download) |
Makefile.am |
7 0 + 7 - 0 ! |
do not use venderized oniguruma |
0009 Hardcode version to 1.6.patch | (download) |
scripts/version |
10 1 + 9 - 0 ! |
hardcode version to 1.6 |
0010 initialized variables.patch | (download) |
src/jq_test.c |
4 2 + 2 - 0 ! |
fix uninitialized variables |
CVE 2025 48060.patch | (download) |
src/jv.c |
1 1 + 0 - 0 ! |
cherry-pick upstream commit c6e041699d8cd31b97375a2596217aff2cfca85b to fix CVE-2025-48060 |