From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] rpcbind: Update to version 1.2.6 Date: Tue, 20 Jul 2021 22:01:29 +0200 Message-ID: <20210720200129.3582539-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2585945828840235433==" List-Id: --===============2585945828840235433== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.2.5 to 1.2.6 - Update of rootfile not required - Changelog is too large to include here. It can be downloaded from sourcefor= ge https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.6/1.2.6-ChangeL= og Signed-off-by: Adolf Belka --- lfs/rpcbind | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rpcbind b/lfs/rpcbind index 39d4dba4d..071b89bd3 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.2.5 +VER =3D 1.2.6 =20 THISAPP =3D rpcbind-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D rpcbind -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D libtirpc =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D ed46f09b9c0fa2d49015f6431bc5ea7b +$(DL_FILE)_MD5 =3D 2d84ebbb7d6fb1fc3566d2d4b37f214b =20 install : $(TARGET) =20 --=20 2.32.0 --===============2585945828840235433==--