From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGt73vcVz34G8 for ; Tue, 26 Aug 2025 18:49:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGt20lqnz37BL for ; Tue, 26 Aug 2025 18:49:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cBGt03BWgz5Xp; Tue, 26 Aug 2025 18:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234168; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IycXCSgTkmLLh0UmrdQr3Yci/BkueIrJAt6vsutnIeI=; b=BIORV/BJrTMQH0YXEeYW6kuXQnu9ldUwQHOdcfS6HC2+AFKvMZlyB3PWIYOM/ot67m/So5 LjwK+NIaM1IwrB2dJhcMrKByaxk5KrSaZ4wTSOYmYSqEPeCoplv8jI9dZvepLVRA4N7TiI A+essf8zhL2TwY/8YQpflVRGo1B1y+vS61cVF0BEy5WN5+v88drOI3udOTzMAyaKrw/T90 eJNX9qHrHLXXkZujhYw/gCbWdSyPrMubN6k9wBPEnHuWS31MIthM0VxlTmSWnwJkD05Ddm bOUZ7tPpPcVWEc/KtKGtXLUXEvpeumKv0gtr1M6hUJCi/BMSeVklSxjqFSFQrA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234168; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IycXCSgTkmLLh0UmrdQr3Yci/BkueIrJAt6vsutnIeI=; b=mRdNzbFKapOpVsnmbGCgZumlkhv4nUkegZpTRGJ4E53I/WN+WXkFBKOo1aUnSZUnXxmfZE WJ66Z5DMeAkupICg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] wsdd: Update to version 0.9 Date: Tue, 26 Aug 2025 20:49:04 +0200 Message-ID: <20250826184904.6229-23-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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 # +# Copyright (C) 2007-2025 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 # @@ -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