Package: jq / 1.5+dfsg-2

Metadata

Package Version Patches format
jq 1.5+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
enable manpages.patch | (download)

Makefile.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 patch makefile to always generate the manpage.
remove unecessary rakefile deps.patch | (download)

docs/Rakefile | 82 0 + 82 - 0 !
1 file changed, 82 deletions(-)

 patch rakefile to allow for easier manpage generation
 This patch disable some of the dependencies that are not
 required to build the actual manpage.
patch version into build.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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\///'`.
dont distribute duplicate docs.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not distribute copying, fixes lintian warning
stack exhaustion.patch | (download)

jv_print.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 [patch] skip printing at max_depth and deeper

This addresses #1136, and mitigates a stack exhaustion when printing
a very deeply nested term.

heap buffer overflow.patch | (download)

jv_parse.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] heap buffer overflow in tokenadd() (fix #105)

This was an off-by one: the NUL terminator byte was not allocated on
resize.  This was triggered by JSON-encoded numbers longer than 256
bytes.

disable static libtool.patch | (download)

Makefile.am | 3 1 + 2 - 0 !
tests/setup | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 ensure jq doesn't statically link in libraries