Hello community,

here is the log from the commit of package ssdp-responder for openSUSE:Factory 
checked in at 2020-06-24 15:48:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ssdp-responder (Old)
 and      /work/SRC/openSUSE:Factory/.ssdp-responder.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ssdp-responder"

Wed Jun 24 15:48:10 2020 rev:3 rq:816041 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ssdp-responder/ssdp-responder.changes    
2018-07-31 15:59:40.647574730 +0200
+++ /work/SRC/openSUSE:Factory/.ssdp-responder.new.2956/ssdp-responder.changes  
2020-06-24 15:48:15.160245656 +0200
@@ -1,0 +2,18 @@
+Wed Jun 10 11:06:00 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Package systemd service file
+- Update to version 1.7
+  * Use /etc/os-release as base for SSDP server string,
+    distribution release information is primarily stored in this
+    file, some Linux systems still use /etc/lsb-release, on real
+    UNIX systems we can use uname(1)
+  * Update ssdpd(8) man page
+
+- Update to version 1.6
+  * Fix CVE-2019-14323
+  * Refactor socket handling, enable SO_REUSEADDR + SO_REUSEPORT
+  * Change default behavior, must now use -n to run in foreground
+  * Add ssdp-scan tool, similar to mdns-scan
+  * Add systemd unit file
+
+-------------------------------------------------------------------

Old:
----
  ssdp-responder-1.5.tar.gz

New:
----
  ssdp-responder-1.7.tar.gz

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

Other differences:
------------------
++++++ ssdp-responder.spec ++++++
--- /var/tmp/diff_new_pack.UkfPXB/_old  2020-06-24 15:48:16.140249764 +0200
+++ /var/tmp/diff_new_pack.UkfPXB/_new  2020-06-24 15:48:16.140249764 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ssdp-responder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           ssdp-responder
-Version:        1.5
+Version:        1.7
 Release:        0
 Summary:        SSDP responder for Linux
 License:        ISC
@@ -28,6 +28,7 @@
 Source:         
https://github.com/troglobit/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+%{?systemd_requires}
 
 %description
 ssdpd is a stand-alone daemon that implements the Simple Service
@@ -42,16 +43,32 @@
 
 %build
 autoreconf -fiv
-%configure
-make %{?_smp_mflags}
+%configure --with-systemd=%{_unitdir}
+%make_build
 
 %install
 %make_install
 rm -rf %{buildroot}/%{_datadir}/doc
 
+%preun
+%service_del_preun ssdpd.service
+
+%postun
+%service_del_postun ssdpd.service
+
+%pre
+%service_add_pre ssdpd.service
+
+%post
+%service_add_post ssdpd.service
+
 %files
 %doc README.md
 %license LICENSE
+%{_bindir}/ssdp-scan
 %{_sbindir}/ssdpd
+%{_mandir}/man1/ssdp-scan.1%{?ext_man}
+%{_mandir}/man8/ssdpd.8%{?ext_man}
+%{_unitdir}/ssdpd.service
 
 %changelog

++++++ ssdp-responder-1.5.tar.gz -> ssdp-responder-1.7.tar.gz ++++++
++++ 5437 lines of diff (skipped)


Reply via email to