From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 15 Mar 2024 05:07:15 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rkyqh-0077r2-1q for lore@lore.pengutronix.de; Fri, 15 Mar 2024 05:07:15 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rkyqh-0003eg-Bz; Fri, 15 Mar 2024 05:07:15 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rkypn-0001fx-BH; Fri, 15 Mar 2024 05:06:19 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rkypm-006Qr7-UJ; Fri, 15 Mar 2024 05:06:18 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rkypm-0032ls-2t; Fri, 15 Mar 2024 05:06:18 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 15 Mar 2024 05:06:18 +0100 Message-Id: <20240315040618.725629-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240225151204.54557-1-ahelmcke@ela-soft.com> References: <20240225151204.54557-1-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] jq: update to V1.7.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Andreas Helmcke Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 899444d3d0d3b930bcabfef635fd9f80e4d8419b. Michael [sent from post-receive hook] On Fri, 15 Mar 2024 05:06:18 +0100, Andreas Helmcke wrote: > Two security fixes (CVE-2023-50246, CVE-2023-50268) > Some more changes and bugfixes > > Full info at: https://github.com/jqlang/jq/releases/tag/jq-1.7.1 > > Signed-off-by: Andreas Helmcke > Message-Id: <20240225151204.54557-1-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/jq.make b/rules/jq.make > index e670920c60c6..4f7ca95ad20a 100644 > --- a/rules/jq.make > +++ b/rules/jq.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JQ) += jq > # > # Paths and names > # > -JQ_VERSION := 1.7 > -JQ_MD5 := 4662fd45f0b5622382fc85c1249739d5 > +JQ_VERSION := 1.7.1 > +JQ_MD5 := 974a340105ecb43add8c55601525f9fc > JQ := jq-$(JQ_VERSION) > JQ_SUFFIX := tar.gz > JQ_URL := https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX) > @@ -42,7 +42,8 @@ JQ_CONF_OPT := \ > --disable-docs \ > --disable-error-injection \ > --disable-all-static \ > - --disable-decnum > + --disable-decnum \ > + --with-oniguruma=prefix > > # ---------------------------------------------------------------------------- > # Target-Install