From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libtirpc: Update to version 1.3.5 Date: Sat, 10 Aug 2024 16:33:00 +0200 Message-ID: <20240810143303.6227-5-adolf.belka@ipfire.org> In-Reply-To: <20240810143303.6227-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2987247603735627500==" List-Id: --===============2987247603735627500== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.3.3 to 1.3.5 - Update of rootfile not required - Changelog is just the commits applied to each version. http://git.linux-nfs.org/?p=3Dsteved/libtirpc.git;a=3Dshortlog;h=3Drefs/he= ads/master Signed-off-by: Adolf Belka --- lfs/libtirpc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lfs/libtirpc b/lfs/libtirpc index 5f73b6693..493e9444f 100644 --- a/lfs/libtirpc +++ b/lfs/libtirpc @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 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 Transport Independent RPC Library =20 -VER =3D 1.3.3 +VER =3D 1.3.5 =20 THISAPP =3D libtirpc-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e229869b05103d912b677f78648dce1f7fa7649bdf44b782a5fb97= 635eecf07f768bbc0ef25c0f065c8253fbe37c12b80934d9102b7345adfc4102897458b487 +$(DL_FILE)_BLAKE2 =3D 1ae1cc0be1c52bca8fbe2300159d9298b069b3f81adde7f50da3fb= 7049f9b9f628393dfe94e9276facfeea2b1ccdc9a52632fee4af432c36e457fd3ff2b0963c =20 install : $(TARGET) =20 @@ -73,14 +73,14 @@ $(subst %,%_BLAKE2,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ - --prefix=3D/usr \ - --sysconfdir=3D/etc \ - --disable-gssapi \ - --disable-ipv6 \ - --disable-static + --prefix=3D/usr \ + --sysconfdir=3D/etc \ + --disable-gssapi \ + --disable-ipv6 \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) --=20 2.45.2 --===============2987247603735627500==--