From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Jun 2025 11:09:31 +0200 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 1uMNeF-003Fnt-0h for lore@lore.pengutronix.de; Tue, 03 Jun 2025 11:09:31 +0200 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 1uMNeE-0004lx-Pv; Tue, 03 Jun 2025 11:09:30 +0200 Received: from mail.thorsis.com ([2003:a:e28:26e4::10]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uMNdr-0004PY-29 for ptxdist@pengutronix.de; Tue, 03 Jun 2025 11:09:08 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 291051481345; Tue, 3 Jun 2025 11:09:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1748941746; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=Sy0cC+kgJLsYa/B8Uo66VTyoxezp25cD2Jw5Ww3gZ/c=; b=nE1ZznTfQuqj1Ffvh+bIZzf2Nj6kvgEj8PYmt48WUTUlhGHItgwcgGrzeSTBF40PytT+f+ oGUpo8Ro2QG8fB4FaZ0Xli9sjifj8N8kI1W5DDgGMiU8/EcoXoST/6VZ+r9+WGksF1ayL3 HB7VomOd3R8aWCwYwR5rvT9viPo+qXnBihNFn5eRi5dGFpMVO1aIPX8v5jsBH8pa6OMqr1 91x+V3pTEMQDzm96A+q0GFIq4c3aRq6Jvt+bvvAoSLcjRHz9dHRbPC7FoLC0utVeTVaPtc 7rFZ2n/R7KLWoN2LzxI5w29GLD97jdia4lWDfSbq+llB9jkb+kLLtFHH12j/FA== To: ptxdist@pengutronix.de Date: Tue, 3 Jun 2025 11:08:58 +0200 Message-Id: <20250603090901.1066406-1-ada@thorsis.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2 0/3] jq: license update and version bump 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: , From: Alexander Dahl via ptxdist Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl , 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 Hello, after feedback from Andreas this is v2 of the jq version bump containing the actual version bump. Previously jq had the oniguruma library as a vendored submodule which broke the build of jq 1.8.0. This is basically a completely different patch series, but I named it v2 so it's clear v1 should be dropped in favor of this. Tested that jq builds and runs fine with and without the new option set. Saves ~500k for libonig on target if jq is built without regex support. Greets Alex v2: - dropped license fix patch - added three new patches v1: - Link: https://lore.ptxdist.org/ptxdist/20250602103057.299742-1-ada@thorsis.com/ Alexander Dahl (3): libonig: Add new package jq: Make regex support optional jq: version bump 1.7.1 -> 1.8.0 rules/jq.in | 16 ++++++++++++-- rules/jq.make | 9 ++++---- rules/libonig.in | 11 ++++++++++ rules/libonig.make | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+), 7 deletions(-) create mode 100644 rules/libonig.in create mode 100644 rules/libonig.make base-commit: 31866e0b9c1215fa5e8b4dc8573adc8feb7428aa -- 2.39.5