From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 Oct 2025 12:37:40 +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 1v8cPU-007huQ-0h for lore@lore.pengutronix.de; Tue, 14 Oct 2025 12:37:40 +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 1v8cPU-00076I-0z; Tue, 14 Oct 2025 12:37:40 +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 1v8cPL-000764-9F; Tue, 14 Oct 2025 12:37:31 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Tue, 14 Oct 2025 12:37:23 +0200 Message-ID: <20251014103730.3436267-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] libpsl: version bump 0.21.2 -> 0.21.5 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 The copyright year was updated from 2022 to 2024. https://github.com/rockdaboot/libpsl/releases/tag/0.21.3 https://github.com/rockdaboot/libpsl/releases/tag/0.21.4 https://github.com/rockdaboot/libpsl/releases/tag/0.21.5 Signed-off-by: Sven Püschel --- rules/libpsl.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libpsl.make b/rules/libpsl.make index 9ece1a974..a0bc55fb0 100644 --- a/rules/libpsl.make +++ b/rules/libpsl.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPSL) += libpsl # # Paths and names # -LIBPSL_VERSION := 0.21.2 -LIBPSL_MD5 := 2864d3eb744b378d68f5c4da25603459 +LIBPSL_VERSION := 0.21.5 +LIBPSL_MD5 := 870a798ee9860b6e77896548428dba7b LIBPSL := libpsl-$(LIBPSL_VERSION) LIBPSL_SUFFIX := tar.gz LIBPSL_URL := https://github.com/rockdaboot/libpsl/releases/download/$(LIBPSL_VERSION)/$(LIBPSL).$(LIBPSL_SUFFIX) @@ -23,7 +23,7 @@ LIBPSL_SOURCE := $(SRCDIR)/$(LIBPSL).$(LIBPSL_SUFFIX) LIBPSL_DIR := $(BUILDDIR)/$(LIBPSL) LIBPSL_LICENSE := MIT LIBPSL_LICENSE_FILES := \ - file://COPYING;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa + file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 # ---------------------------------------------------------------------------- # Prepare -- 2.47.3