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

* Re: [ptxdist] [APPLIED] jq: update to V1.7.1
  2024-02-25 15:12 [ptxdist] [PATCH] jq: update to V1.7.1 Andreas Helmcke
@ 2024-03-15  4:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-03-15  4:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as 899444d3d0d3b930bcabfef635fd9f80e4d8419b.

Michael

[sent from post-receive hook]

On Fri, 15 Mar 2024 05:06:18 +0100, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> 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>
> Message-Id: <20240225151204.54557-1-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/jq.make b/rules/jq.make
> index e670920c60c6..4f7ca95ad20a 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/jqlang/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



^ 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