From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wsdd: Update to version 0.8 Date: Mon, 03 Jun 2024 16:47:31 +0200 Message-ID: <20240603144731.2620910-5-adolf.belka@ipfire.org> In-Reply-To: <20240603144731.2620910-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3851373678024228338==" List-Id: --===============3851373678024228338== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.7.1 to 0.8 - Update of rootfile not required - Changelog 0.8 ### Added - Support for OpenBSD (tested on riscv64 with OpenBSD 7.4) - Configuration files for firewalld (#186). Thanks to Ondrej Holy. - Show device type and allow filtering in API's `list` command (#189). Than= ks to Ondrej Holy. - Add option `--metadata-timeout` to set the timeout for the HTTP-based met= adata exchange (closes #83) ### Changed - The employed UUID is now read from `/etc/{machine-id,hostid}` before fall= ing by back to the UUID derivation from the host name. ### Fixed - Handle addresses with zone id by ignoring the interface part (#184) - Do not crash with asyncio future error when non-existing interface is pro= vided (#201) Signed-off-by: Adolf Belka --- lfs/wsdd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wsdd b/lfs/wsdd index bf2a1a032..84a563a46 100644 --- a/lfs/wsdd +++ b/lfs/wsdd @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.7.1 +VER =3D 0.8 SUMMARY =3D A Web Service Discovery host daemon. =20 THISAPP =3D wsdd-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D wsdd -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D ce43022c3bd9f7ff1fd7169ac0d5ab6b2ff78d35c221c05b2e2090= 8a5772d563ab2aca571d4e6ae48a55d19d4adcb9cde60f720ae47af8ee950198224fcfdb26 +$(DL_FILE)_BLAKE2 =3D e4b8e29073b6ea23b73d2f740f6dbabd8c90b615de32d9972c59e5= a822daf6232fcdeafb180492a37c4a29ec266c733b160376abedce3b6a90feded2aed25aa2 =20 install : $(TARGET) =20 --=20 2.45.1 --===============3851373678024228338==--