Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| db46aeccb8 | |||
| 7b3b538af5 | |||
| 7f90c5531a | |||
| a1464671dd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:175b997518073ea82c95dadea50a0f01ffa4ff292cbb84b5e64f82e7e6c94fc9
|
||||
size 40455
|
||||
3
wsdd-0.9.tar.xz
Normal file
3
wsdd-0.9.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:009efafb763686d9e265ca8f1dd17696bc80fc0ee619f48ea7878ec21471f61e
|
||||
size 42670
|
||||
30
wsdd.changes
30
wsdd.changes
@@ -1,7 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 10:18:37 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Drop rcwsdd symlink [jsc#PED-266]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 14:47:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9:
|
||||
* Add command line argument to set source port for multicast
|
||||
message for better firewall interoperability
|
||||
* 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.
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 18:56:57 UTC 2024 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- Fix build for Leap 15.6
|
||||
- Fix build for Leap 15.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 10:52:13 UTC 2024 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
@@ -176,7 +202,7 @@ Tue Oct 20 18:11:22 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
PIDs, e.g., when Docker is used.
|
||||
* Prevent exceptions due to invalid incoming messages.
|
||||
* HTTP server address family wrong when interface address is added (#62)
|
||||
* Fixed error when interface address is removed (#62)
|
||||
* Fixed error when interface address is removed (#62)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 13:41:40 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wsdd
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wsdd
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
Release: 0
|
||||
Summary: A Web Service Discovery host daemon
|
||||
License: MIT
|
||||
@@ -76,7 +76,6 @@ install -m 644 -D %{SOURCE3} %{buildroot}%{_prefix}/lib/firewalld/services/wsdd.
|
||||
install -m 644 -D etc/firewalld/services/wsdd-http.xml %{buildroot}%{_prefix}/lib/firewalld/services/wsdd-http.xml
|
||||
install -m 644 -D %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.wsdd
|
||||
install -m 755 -d %{buildroot}%{_sbindir}
|
||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d/
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}
|
||||
mkdir -p %{buildroot}/run/wsdd
|
||||
@@ -107,7 +106,6 @@ install -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/
|
||||
%doc README.md
|
||||
%{_sbindir}/%{name}
|
||||
%{_mandir}/man8/wsdd.8%{?ext_man}
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_unitdir}/wsdd.service
|
||||
%{_libexecdir}/wsdd-init.sh
|
||||
%{_tmpfilesdir}/wsdd.conf
|
||||
|
||||
Reference in New Issue
Block a user