Thanks, applied as ce574f71b927b1fb1dda40a0afba3537e2cf3b2c. Michael
[sent from post-receive hook] On Thu, 12 Jun 2025 21:32:05 +0200, Alexander Dahl <[email protected]> wrote: > Multiple security fixes, bug fixes, CLI changes, some new functions, > changes to existing functions, language changes, build improvements > (amongst others for GCC 15), and test improvements. > > License file got two more lines from a components license, just a fix. > > Link: https://github.com/jqlang/jq/releases/tag/jq-1.8.0 > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/jq.make b/rules/jq.make > index f1f7fc6f886f..473c47ead792 100644 > --- a/rules/jq.make > +++ b/rules/jq.make > @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_JQ) += jq > # > # Paths and names > # > -JQ_VERSION := 1.7.1 > -JQ_MD5 := 974a340105ecb43add8c55601525f9fc > +JQ_VERSION := 1.8.0 > +JQ_MD5 := 46856841b9fd765b852023b881cd2e8b > JQ := jq-$(JQ_VERSION) > JQ_SUFFIX := tar.gz > JQ_URL := > https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX) > JQ_SOURCE := $(SRCDIR)/$(JQ).$(JQ_SUFFIX) > JQ_DIR := $(BUILDDIR)/$(JQ) > JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU > -JQ_LICENSE_FILES := file://COPYING;md5=488f4e0b04c0456337fb70d1ac1758ba > +JQ_LICENSE_FILES := file://COPYING;md5=08ffb5ac7e7e6bfc66968b89f01f512a > > # > ---------------------------------------------------------------------------- > # Prepare
