public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] wsdd: Update to version 0.8
Date: Mon, 03 Jun 2024 16:47:31 +0200	[thread overview]
Message-ID: <20240603144731.2620910-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240603144731.2620910-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

- 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). Thanks to Ondrej Holy.
		- Add option `--metadata-timeout` to set the timeout for the HTTP-based metadata exchange (closes #83)
	### Changed
		- The employed UUID is now read from `/etc/{machine-id,hostid}` before falling 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 provided (#201)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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 @@
 
 include Config
 
-VER        = 0.7.1
+VER        = 0.8
 SUMMARY    = A Web Service Discovery host daemon.
 
 THISAPP    = wsdd-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = wsdd
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ce43022c3bd9f7ff1fd7169ac0d5ab6b2ff78d35c221c05b2e20908a5772d563ab2aca571d4e6ae48a55d19d4adcb9cde60f720ae47af8ee950198224fcfdb26
+$(DL_FILE)_BLAKE2 = e4b8e29073b6ea23b73d2f740f6dbabd8c90b615de32d9972c59e5a822daf6232fcdeafb180492a37c4a29ec266c733b160376abedce3b6a90feded2aed25aa2
 
 install : $(TARGET)
 
-- 
2.45.1


      parent reply	other threads:[~2024-06-03 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 14:47 [PATCH] fetchmail: Update to version 6.4.38 Adolf Belka
2024-06-03 14:47 ` [PATCH] git: Update to version 2.45.2 Adolf Belka
2024-06-03 14:47 ` [PATCH] gnutls: Update to version 3.8.5 Adolf Belka
2024-06-03 14:47 ` [PATCH] libedit: Update to version 20240517-3.1 Adolf Belka
2024-06-03 14:47 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240603144731.2620910-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox