From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libtalloc: Update to version 2.4.1 Date: Thu, 18 Jan 2024 12:40:23 +0100 Message-ID: <20240118114031.6171-6-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7586176170837819903==" List-Id: --===============7586176170837819903== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.3.4 to 2.4.1 - Update of rootfile - Changelog 2.4.1 (2023-07-20) No change information available anywhere that I could find 2.4.0 (2023-01-18) No change information available anywhere that I could find 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 dd7fa75c2..6e131085f 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.3.4 +usr/lib/libtalloc.so.2.4.1 #usr/lib/pkgconfig/talloc.pc diff --git a/lfs/libtalloc b/lfs/libtalloc index 0aa165b23..9bb3f05c0 100644 --- a/lfs/libtalloc +++ b/lfs/libtalloc @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2024 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 =20 SUMMARY =3D Samba talloc Library =20 -VER =3D 2.3.4 +VER =3D 2.4.1 =20 THISAPP =3D talloc-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libtalloc -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1fac0a45a4ba16c7741e6d810e1a1e56352c04f266b99de6277017= 7c1218a8c8253be2d5d1793aae67ce61e6a1159cbcd4888a49702822e6817b86eb7a1fea31 +$(DL_FILE)_BLAKE2 =3D a7913b25930c77da53c17c2e0d71386402b1059f93c751084037c5= 068a035bd543c2d7e24a2d8dc989bb4eea13fa1a3c7a362e4d6c14af0b2030fbfb2f513801 =20 install : $(TARGET) =20 --=20 2.43.0 --===============7586176170837819903==--