From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Andreas Helmcke <ahelmcke@ela-soft.com>
Subject: Re: [ptxdist] [APPLIED] jq: Version bump, 1.6 -> 1.7
Date: Sat, 21 Oct 2023 10:44:06 +0200 [thread overview]
Message-ID: <20231021084406.2882662-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20231018154139.194662-1-ahelmcke@ela-soft.com>
Thanks, applied as 583aba9ac10aa593ace03b66bfd43f7323e23c76.
Michael
[sent from post-receive hook]
On Sat, 21 Oct 2023 10:44:06 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> * 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>
> Message-Id: <20231018154139.194662-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 6db0cc9cbf7c..d873663c9b4d 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)
prev parent reply other threads:[~2023-10-21 8:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-18 15:41 [ptxdist] [PATCH] " Andreas Helmcke
2023-10-21 8:44 ` Michael Olbrich [this message]
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=20231021084406.2882662-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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