From: Andreas Helmcke <ahelmcke@ela-soft.com>
To: ptxdist@pengutronix.de
Cc: Andreas Helmcke <ahelmcke@ela-soft.com>
Subject: [ptxdist] [PATCH] jq: Version bump, 1.6 -> 1.7
Date: Wed, 18 Oct 2023 17:41:39 +0200 [thread overview]
Message-ID: <20231018154139.194662-1-ahelmcke@ela-soft.com> (raw)
* massive speed improvement (1.6 was extremely slow compared to 1.5)
* a lot more bugfixes
* many enhancements
* Change in license: ICU license used by C library "decNumber" added
Link: https://github.com/jqlang/jq/releases/tag/jq-1.7
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
rules/jq.make | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/rules/jq.make b/rules/jq.make
index 6db0cc9cb..d873663c9 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_JQ) += jq
#
# Paths and names
#
-JQ_VERSION := 1.6
-JQ_MD5 := e68fbd6a992e36f1ac48c99bbf825d6b
+JQ_VERSION := 1.7
+JQ_MD5 := 4662fd45f0b5622382fc85c1249739d5
JQ := jq-$(JQ_VERSION)
JQ_SUFFIX := tar.gz
JQ_URL := https://github.com/stedolan/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
-JQ_LICENSE_FILES := file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf
+JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU
+JQ_LICENSE_FILES := file://COPYING;md5=488f4e0b04c0456337fb70d1ac1758ba
# ----------------------------------------------------------------------------
# Prepare
@@ -34,14 +34,15 @@ JQ_LICENSE_FILES := file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf
JQ_CONF_TOOL := autoconf
JQ_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-maintainer-mode \
+ --disable-largefile \
--disable-valgrind \
+ --disable-asan \
+ --disable-ubsan \
--disable-gcov \
--disable-docs \
--disable-error-injection \
--disable-all-static \
- --enable-pthread-tls \
- --without-oniguruma
+ --disable-decnum
# ----------------------------------------------------------------------------
# Target-Install
@@ -57,6 +58,7 @@ $(STATEDIR)/jq.targetinstall:
@$(call install_fixup, jq,DESCRIPTION,missing)
@$(call install_lib, jq, 0, 0, 0644, libjq)
+ @$(call install_lib, jq, 0, 0, 0644, libonig)
@$(call install_copy, jq, 0, 0, 0755, -, /usr/bin/jq)
@$(call install_finish, jq)
--
2.39.2
next reply other threads:[~2023-10-18 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-18 15:41 Andreas Helmcke [this message]
2023-10-21 8:44 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231018154139.194662-1-ahelmcke@ela-soft.com \
--to=ahelmcke@ela-soft.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox