This update for jq fixes the following issues
Security issues fixed:
run_jq_tests can lead to program termination when processing malformed JSON
input containing invalid Unicode escape sequences (bsc#1248600).jvp_string_append() and jvp_string_copy_replace_bad functions can
lead to heap buffer overflow when evaluating untrusted jq queries (bsc#1262044).jv_setpath(), jv_getpath(), and delpaths_sorted() can lead to
excessive resource consumption when processing crafted JSON input (bsc#1262069).strlen() instead of fgets() in CLI input parsing allows
validation bypass via embedded NUL bytes (bsc#1262043)._strindices and jv_string_indexes() can lead to a crash when
evaluating untrusted jq filters against a release build (bsc#1262070).jv_parse_sized can lead to an
out-of-bounds read when processing malformed JSON (bsc#1262071).MurmurHash3 with a hardcoded seed allows pre-computation of key collisions and can lead to a
denial of service via resource exhaustion when processing crafted JSON objects (bsc#1262072).Other updates and bugfixes:
--enable-pthread-tls to configure invocation.