From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 22 Sep 2026 14:14:01 +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 1x8zNp-0053S2-23 for lore@lore.pengutronix.de; Tue, 22 Sep 2026 14:14:01 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8zNo-0002hP-OW; Tue, 22 Sep 2026 14:14:00 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8zNY-0002ga-Sr; Tue, 22 Sep 2026 14:13:44 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Tue, 22 Sep 2026 14:12:30 +0200 Message-ID: <20260922121340.2438019-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 1/2] libtraceevent: version bump 1.8.4 -> 1.9.0 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: =?UTF-8?q?Sven=20P=C3=BCschel?= 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 Added license files. The SCSI plugin is one of the few files with the GPL-2.0 license. Also update the deprecated version specifiers to the newer -only suffixed variants. Signed-off-by: Sven Püschel --- rules/libtraceevent.make | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/libtraceevent.make b/rules/libtraceevent.make index 02ce00b92..87794938e 100644 --- a/rules/libtraceevent.make +++ b/rules/libtraceevent.make @@ -14,14 +14,19 @@ PACKAGES-$(PTXCONF_LIBTRACEEVENT) += libtraceevent # # Paths and names # -LIBTRACEEVENT_VERSION := 1.8.4 -LIBTRACEEVENT_SHA256 := d4d206a9bf53f613f7e2e6bc10c8909c895456f2ea37e03f6741de77c9c9532f +LIBTRACEEVENT_VERSION := 1.9.0 +LIBTRACEEVENT_SHA256 := 1ed2e47cfd44080fda9c9e33be4b128680958001ced286fe719abc85136b259d LIBTRACEEVENT := libtraceevent-$(LIBTRACEEVENT_VERSION) LIBTRACEEVENT_SUFFIX := tar.xz LIBTRACEEVENT_URL := https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;tag=libtraceevent-$(LIBTRACEEVENT_VERSION) LIBTRACEEVENT_SOURCE := $(SRCDIR)/$(LIBTRACEEVENT).$(LIBTRACEEVENT_SUFFIX) LIBTRACEEVENT_DIR := $(BUILDDIR)/$(LIBTRACEEVENT) -LIBTRACEEVENT_LICENSE := LGPL-2.1 AND GPL-2.0 +LIBTRACEEVENT_LICENSE := LGPL-2.1-only AND GPL-2.0-only +LIBTRACEEVENT_LICENSE_FILES := \ + file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ + file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd \ + file://plugins/plugin_scsi.c;startline=1;endline=1;md5=50d2ba0afecd20f74c12a4bdbcfcfe61 \ + file://src/event-parse.c;startline=1;endline=11;md5=3373f94e7cee2c35310a0e3bf7ebf6dc # ---------------------------------------------------------------------------- # Prepare -- 2.47.3