public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] wsdd: Update to version 0.9
Date: Tue, 26 Aug 2025 20:49:04 +0200	[thread overview]
Message-ID: <20250826184904.6229-23-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org>

- Update from version 0.8 to 0.9
- Update of rootfile not required
- Changelog
    0.9
      Added
	- Add command line argument to set source port for multicast message for better
	  firewall interoperability (#216)
	- Add initial support for SunOS (#223), without dynamic address/interface
	  monitoring. Thanks to Carsten Grzemba.
	- Add Socket-activated systemd service (#218). Thanks to Alessandro Astone.
      Changed
	- Devices are now recorded based on their URI provided in the endpoint
	  reference address, which is not neccessarily a UUID. This also affects API
	  (see #226).
	- make `/etc/default/wsdd` optional for systemd (see #212)
	- Remove support for Python 3.7 and 3.8 in Github workflows.
      Fixed
	- Clean conection turn-down for Python pre-3.13. Thanks to Alessandro Astone
	- Handle TimeoutError in metadata exchange.
	- Proper handling of endpoint addresses as URIs, not UUIDs, see #226.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/wsdd | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lfs/wsdd b/lfs/wsdd
index 84a563a46..4ba4da28f 100644
--- a/lfs/wsdd
+++ b/lfs/wsdd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.8
+VER        = 0.9
 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    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = e4b8e29073b6ea23b73d2f740f6dbabd8c90b615de32d9972c59e5a822daf6232fcdeafb180492a37c4a29ec266c733b160376abedce3b6a90feded2aed25aa2
+$(DL_FILE)_BLAKE2 = 8f3b20b8ddc5424fd33ec37c7f9314145ff9a91a0b49f9edd47e1691b3e775e17015bc4b2c115dd05994824140434a67c5a51637254e001922f9e1e927de8124
 
 install : $(TARGET)
 
-- 
2.51.0



      parent reply	other threads:[~2025-08-26 18:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26 18:48 [PATCH] btrfs-progs: Update to version 6.16 Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship btrfs-progs Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship gdbm Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship harfbuzz Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship hwdata Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship libinih Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship lsof Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship nano Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship sudo Adolf Belka
2025-08-26 18:48 ` [PATCH] core198: Ship whois Adolf Belka
2025-08-26 18:48 ` [PATCH] fping: Update to version 5.4 Adolf Belka
2025-08-26 18:48 ` [PATCH] gdbm: Update to version 1.26 Adolf Belka
2025-08-26 18:48 ` [PATCH] git: Update to version 2.51.0 Adolf Belka
2025-08-26 18:48 ` [PATCH] harfbuzz: Update to version 11.4.3 Adolf Belka
2025-08-26 18:48 ` [PATCH] hwdata: Update to version 0.398 Adolf Belka
2025-08-26 18:48 ` [PATCH] libinih: Update to version 61 Adolf Belka
2025-08-26 18:48 ` [PATCH] lsof: Update to version 4.99.5 Adolf Belka
2025-08-26 18:48 ` [PATCH] nano: Update to version 8.6 Adolf Belka
2025-08-26 18:49 ` [PATCH] postfix: Update to version 3.10.4 Adolf Belka
2025-08-26 18:49 ` [PATCH] rpcbind: Update to version 1.2.8 Adolf Belka
2025-08-26 18:49 ` [PATCH] sudo: Update to version 1.9.17p2 Adolf Belka
2025-08-26 18:49 ` [PATCH] whois: Update to version 5.6.4 Adolf Belka
2025-08-26 18:49 ` 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=20250826184904.6229-23-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