From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bd6Lb3QWgz336X for ; Thu, 10 Jul 2025 07:44:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bd6LW73Z3z2xHN for ; Thu, 10 Jul 2025 07:44:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bd6LW2S7Xz1qY; Thu, 10 Jul 2025 07:44:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752133475; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8h8rsfugaEOjFWaBzLXZFIrpSOvNbR0OT56xIs7XcFo=; b=X8c21RPkAJJZ9ERosYQmkguNJu7xkizMfl7HaMgv2v9aMKWxaLyX0jfhlSKh7iewUXwBWh qjR9VK8qDA/TGGCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752133475; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8h8rsfugaEOjFWaBzLXZFIrpSOvNbR0OT56xIs7XcFo=; b=ZNTX8W1Ifgu5YgO+86iND/4MT3H8xX/NQRv9f1G6QQp4ODkkE/XMWyiDzN2eguMDHk/DlF tmPZ5OXmJbpbPdajbZn/cLgIxaBTHdhLB+myPeai1tcexHZUFt4I4WA/akvkNj/6D4y7xK WqgFpeI5MS+aUfXsDkok+5UckGz+P/nMd3bIqq6h37cTsLL/GN1wEqSzml9n2ovOGHJDIb HWGHh7AgEYvATDVeYsffDkockf/A2rxMx+koB86mMM0rhi5ZNG1qQbbSWEl+5p0YY9sOcZ f4ESp48hP3zVfUpIo/YAYXaUstx3lgpwiZXjseYLqCxpqnZ743XFqE4PRAtl9w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libtalloc: Update to version 2.4.3 Date: Thu, 10 Jul 2025 09:44:29 +0200 Message-ID: <20250710074429.4452-2-adolf.belka@ipfire.org> In-Reply-To: <20250710074429.4452-1-adolf.belka@ipfire.org> References: <20250710074429.4452-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 2.4.2 to 2.4.3 - Update of rootfile - The last changelog is recorded in the sourcde tarball is from 2007. The only place I have found anything is by filtering the samba gitlab mirror to show the commits related to talloc. https://gitlab.com/samba-team/samba/-/commits/talloc-2.4.3?ref_type=tags Signed-off-by: Adolf Belka --- config/rootfiles/packages/libtalloc | 2 +- lfs/libtalloc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libtalloc b/config/rootfiles/packages/libtalloc index 448ad0fc0..7cd52ba49 100644 --- a/config/rootfiles/packages/libtalloc +++ b/config/rootfiles/packages/libtalloc @@ -1,5 +1,5 @@ #usr/include/talloc.h #usr/lib/libtalloc.so usr/lib/libtalloc.so.2 -usr/lib/libtalloc.so.2.4.2 +usr/lib/libtalloc.so.2.4.3 #usr/lib/pkgconfig/talloc.pc diff --git a/lfs/libtalloc b/lfs/libtalloc index 27c509a27..85d9492c4 100644 --- a/lfs/libtalloc +++ b/lfs/libtalloc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Samba talloc Library -VER = 2.4.2 +VER = 2.4.3 THISAPP = talloc-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libtalloc -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1f836d6b11e096e399ad7b99ad4abd3c140e75ee307695659c35b89eca600de247e5432bce523a299334f20ca2dad4c726b783a94c546b67fe25b2b7199b2915 +$(DL_FILE)_BLAKE2 = 5299ea4f19afd6b623f0c98514bdf4ae80121af3f4b38963cf2d39a8a9fdac3bd4a3119a606bc04f2a48a991bb98e7a66643e26e4f68427c64d3675b838ccc2d install : $(TARGET) -- 2.50.0