mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] jq: update to V1.7.1
@ 2024-02-25 15:12 Andreas Helmcke
  2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2024-02-25 15:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Two security fixes (CVE-2023-50246, CVE-2023-50268)
Some more changes and bugfixes

Full info at: https://github.com/jqlang/jq/releases/tag/jq-1.7.1

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/jq.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/jq.make b/rules/jq.make
index d873663c9..f59c605ef 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JQ) += jq
 #
 # Paths and names
 #
-JQ_VERSION	:= 1.7
-JQ_MD5		:= 4662fd45f0b5622382fc85c1249739d5
+JQ_VERSION	:= 1.7.1
+JQ_MD5		:= 974a340105ecb43add8c55601525f9fc
 JQ		:= jq-$(JQ_VERSION)
 JQ_SUFFIX	:= tar.gz
 JQ_URL		:= https://github.com/stedolan/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
@@ -42,7 +42,8 @@ JQ_CONF_OPT	:= \
 	--disable-docs \
 	--disable-error-injection \
 	--disable-all-static \
-	--disable-decnum
+	--disable-decnum \
+	--with-oniguruma=prefix
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.40.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-15  4:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 15:12 [ptxdist] [PATCH] jq: update to V1.7.1 Andreas Helmcke
2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox