* [ptxdist] [PATCH] jq: version bump 1.8.0 -> 1.8.1
@ 2025-08-21 8:45 Alexander Dahl via ptxdist
2025-08-21 9:06 ` [ptxdist] [PATCH v2] " Alexander Dahl via ptxdist
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-08-21 8:45 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl, Andreas Helmcke
Two security fixes including one for CVE-2025-49014.
Add LICENSE notice of NetBSD's strptime() to COPYING.
Link: https://github.com/jqlang/jq/releases/tag/jq-1.8.1
---
rules/jq.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rules/jq.make b/rules/jq.make
index 473c47ead..acb3b651f 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_JQ) += jq
#
# Paths and names
#
-JQ_VERSION := 1.8.0
-JQ_MD5 := 46856841b9fd765b852023b881cd2e8b
+JQ_VERSION := 1.8.1
+JQ_MD5 := ea4bb241cd9c625b43b0988776db1e03
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=08ffb5ac7e7e6bfc66968b89f01f512a
+JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU AND BSD-2-Clause
+JQ_LICENSE_FILES := file://COPYING;md5=cf7fcb0a1def4a7ad62c028f7d0dca47
# ----------------------------------------------------------------------------
# Prepare
base-commit: 679de61a65e3e600d8d18d5eda16267c45ef075d
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH v2] jq: version bump 1.8.0 -> 1.8.1
2025-08-21 8:45 [ptxdist] [PATCH] jq: version bump 1.8.0 -> 1.8.1 Alexander Dahl via ptxdist
@ 2025-08-21 9:06 ` Alexander Dahl via ptxdist
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-08-21 9:06 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl, Andreas Helmcke
Two security fixes including one for CVE-2025-49014.
Add LICENSE notice of NetBSD's strptime() to COPYING.
Link: https://github.com/jqlang/jq/releases/tag/jq-1.8.1
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
Notes:
forgot to add s-o-b in the first try … :oops:
rules/jq.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rules/jq.make b/rules/jq.make
index 473c47ead..acb3b651f 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_JQ) += jq
#
# Paths and names
#
-JQ_VERSION := 1.8.0
-JQ_MD5 := 46856841b9fd765b852023b881cd2e8b
+JQ_VERSION := 1.8.1
+JQ_MD5 := ea4bb241cd9c625b43b0988776db1e03
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=08ffb5ac7e7e6bfc66968b89f01f512a
+JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU AND BSD-2-Clause
+JQ_LICENSE_FILES := file://COPYING;md5=cf7fcb0a1def4a7ad62c028f7d0dca47
# ----------------------------------------------------------------------------
# Prepare
base-commit: 679de61a65e3e600d8d18d5eda16267c45ef075d
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] jq: version bump 1.8.0 -> 1.8.1
2025-08-21 9:06 ` [ptxdist] [PATCH v2] " Alexander Dahl via ptxdist
@ 2025-08-29 9:46 ` Michael Olbrich
0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2025-08-29 9:46 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 419b820a4fa026d95a924723749f9e46ff55d364.
Michael
[sent from post-receive hook]
On Fri, 29 Aug 2025 11:46:24 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Two security fixes including one for CVE-2025-49014.
> Add LICENSE notice of NetBSD's strptime() to COPYING.
>
> Link: https://github.com/jqlang/jq/releases/tag/jq-1.8.1
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20250821090622.241023-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/jq.make b/rules/jq.make
> index 473c47ead792..acb3b651f69b 100644
> --- a/rules/jq.make
> +++ b/rules/jq.make
> @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_JQ) += jq
> #
> # Paths and names
> #
> -JQ_VERSION := 1.8.0
> -JQ_MD5 := 46856841b9fd765b852023b881cd2e8b
> +JQ_VERSION := 1.8.1
> +JQ_MD5 := ea4bb241cd9c625b43b0988776db1e03
> 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=08ffb5ac7e7e6bfc66968b89f01f512a
> +JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU AND BSD-2-Clause
> +JQ_LICENSE_FILES := file://COPYING;md5=cf7fcb0a1def4a7ad62c028f7d0dca47
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-29 9:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-21 8:45 [ptxdist] [PATCH] jq: version bump 1.8.0 -> 1.8.1 Alexander Dahl via ptxdist
2025-08-21 9:06 ` [ptxdist] [PATCH v2] " Alexander Dahl via ptxdist
2025-08-29 9:46 ` [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