Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsdd for openSUSE:Factory checked in 
at 2021-11-28 21:30:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wsdd (Old)
 and      /work/SRC/openSUSE:Factory/.wsdd.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wsdd"

Sun Nov 28 21:30:01 2021 rev:5 rq:933929 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wsdd/wsdd.changes        2021-05-13 
22:18:09.459671524 +0200
+++ /work/SRC/openSUSE:Factory/.wsdd.new.1895/wsdd.changes      2021-11-28 
21:30:20.214032416 +0100
@@ -1,0 +2,25 @@
+Thu Nov 25 21:36:20 UTC 2021 - Herbert Graeber <herb...@graeber-clan.de>
+
+- Update sources
+
+-------------------------------------------------------------------
+Wed Nov 24 22:42:35 UTC 2021 - Herbert Graeber <herb...@graeber-clan.de>
+
+- Version 0.7.0
+  * Using the server interface it is now possible to start and stop the
+    host functionality (discoverable device) without terminating and
+    restarting the daemon.
+  * Support multiple IP addresses in 'hello' messages from other hosts (#89)
+  * Support interfaces with IPv6-only configuration (#94)
+  * Re-enable 'probe' command of API (#116)
+  * Removed code marked as deprecated starting with Python 3.10.
+  * The example systemd unit file now uses DynamicUser instead of the unsafe
+    nobody:nobody combination. It also employs the rundir as chroot directory.
+  * Code changed to use asyncio instead of selector-based
+  * The server interface does not close connections after each command anymore.
+  * For the 'list' command of the server interface, the list of discovered
+    devices is terminated with a line containing only a single dot ('.')
+  * Log device discovery only once per address and interface
+- Some systemd hardening
+
+-------------------------------------------------------------------

Old:
----
  wsdd-0.6.4.tar.xz

New:
----
  wsdd-0.7.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wsdd.spec ++++++
--- /var/tmp/diff_new_pack.YL8umw/_old  2021-11-28 21:30:20.882030278 +0100
+++ /var/tmp/diff_new_pack.YL8umw/_new  2021-11-28 21:30:20.886030266 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           wsdd
-Version:        0.6.4
+Version:        0.7.0
 Release:        0
 Summary:        A Web Service Discovery host daemon
 License:        MIT

++++++ wsdd-0.6.4.tar.xz -> wsdd-0.7.0.tar.xz ++++++

++++++ wsdd.service.in ++++++
--- /var/tmp/diff_new_pack.YL8umw/_old  2021-11-28 21:30:21.042029767 +0100
+++ /var/tmp/diff_new_pack.YL8umw/_new  2021-11-28 21:30:21.046029754 +0100
@@ -4,6 +4,14 @@
 Wants=network-online.target
 
 [Service]
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
 Type=simple
 AmbientCapabilities=CAP_SYS_CHROOT
 Environment= WSDD_ARGS=-p

Reply via email to