From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 2/2] libtalloc: Update to version 2.4.2 plus moved before cifs-utils Date: Thu, 05 Dec 2024 14:16:46 +0100 Message-ID: <20241205131646.3390178-2-adolf.belka@ipfire.org> In-Reply-To: <20241205131646.3390178-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5871548246865899943==" List-Id: <development.lists.ipfire.org> --===============5871548246865899943== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.4.1 to 2.4.2 - Update of rootfile - Moved to before cifs-utils in make.sh as now a required dependency for cifs= -utils - The last changelog is recorded in the sourcde tarball is from 2007 and I ha= ve been unable to find anywhere where the changes can be identified. So updated on= the principle of having the latest version and both samba and cifs-utils now r= equire it. Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- config/rootfiles/packages/libtalloc | 2 +- lfs/libtalloc | 10 ++++++---- make.sh | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libtalloc b/config/rootfiles/packages/= libtalloc index 6e131085f..448ad0fc0 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.1 +usr/lib/libtalloc.so.2.4.2 #usr/lib/pkgconfig/talloc.pc diff --git a/lfs/libtalloc b/lfs/libtalloc index 9bb3f05c0..27c509a27 100644 --- a/lfs/libtalloc +++ b/lfs/libtalloc @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Samba talloc Library =20 -VER =3D 2.4.1 +VER =3D 2.4.2 =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 3 +PAK_VER =3D 4 =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 a7913b25930c77da53c17c2e0d71386402b1059f93c751084037c5= 068a035bd543c2d7e24a2d8dc989bb4eea13fa1a3c7a362e4d6c14af0b2030fbfb2f513801 +$(DL_FILE)_BLAKE2 =3D 1f836d6b11e096e399ad7b99ad4abd3c140e75ee307695659c35b8= 9eca600de247e5432bce523a299334f20ca2dad4c726b783a94c546b67fe25b2b7199b2915 =20 install : $(TARGET) =20 @@ -81,7 +81,9 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=3D/usr --disable-python + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr \ + --disable-python cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/make.sh b/make.sh index 35a602f62..4ddb5be53 100755 --- a/make.sh +++ b/make.sh @@ -1801,6 +1801,7 @@ build_system() { lfsmake2 cups-pdf lfsmake2 foomatic lfsmake2 hplip + lfsmake2 libtalloc lfsmake2 cifs-utils lfsmake2 krb5 lfsmake2 rpcsvc-proto @@ -2033,7 +2034,6 @@ build_system() { lfsmake2 libpciaccess lfsmake2 libyajl lfsmake2 libvirt - lfsmake2 libtalloc lfsmake2 freeradius lfsmake2 perl-common-sense lfsmake2 perl-inotify2 --=20 2.47.1 --===============5871548246865899943==--