mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2025-08-21  9:06 UTC | newest]

Thread overview: 2+ 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

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