From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Oct 2025 15:44:19 +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 1v91nf-00878P-2K for lore@lore.pengutronix.de; Wed, 15 Oct 2025 15:44:19 +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 1v91nf-00080T-Ga; Wed, 15 Oct 2025 15:44:19 +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 1v91nY-000806-Rr; Wed, 15 Oct 2025 15:44:12 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 15 Oct 2025 15:43:49 +0200 Message-ID: <20251015134411.3704260-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] talloc: version bump 2.3.4 -> 2.4.3 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 Signed-off-by: Sven Püschel --- rules/talloc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/talloc.make b/rules/talloc.make index 959becac6..ecbc99693 100644 --- a/rules/talloc.make +++ b/rules/talloc.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TALLOC) += talloc # # Paths and names # -TALLOC_VERSION := 2.3.4 -TALLOC_MD5 := ffdaf52a6572307cc3b6487b9e99cd61 +TALLOC_VERSION := 2.4.3 +TALLOC_MD5 := a51e4220fda52f4ae39413ed7e281f38 TALLOC := talloc-$(TALLOC_VERSION) TALLOC_SUFFIX := tar.gz TALLOC_URL := https://www.samba.org/ftp/talloc/$(TALLOC).$(TALLOC_SUFFIX) -- 2.47.3