commit ssdp-responder for openSUSE:Factory

2020-06-24 Thread root
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 
+
+- 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 
 #
 # 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)




commit ssdp-responder for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package ssdp-responder for openSUSE:Factory 
checked in at 2018-07-31 15:59:40

Comparing /work/SRC/openSUSE:Factory/ssdp-responder (Old)
 and  /work/SRC/openSUSE:Factory/.ssdp-responder.new (New)


Package is "ssdp-responder"

Tue Jul 31 15:59:40 2018 rev:2 rq:626057 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/ssdp-responder/ssdp-responder.changes
2018-06-27 10:20:34.137901677 +0200
+++ /work/SRC/openSUSE:Factory/.ssdp-responder.new/ssdp-responder.changes   
2018-07-31 15:59:40.647574730 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 10:46:07 UTC 2018 - jeng...@inai.de
+
+- Fix write style of description.
+
+---



Other differences:
--
++ ssdp-responder.spec ++
--- /var/tmp/diff_new_pack.rpvPAJ/_old  2018-07-31 15:59:41.055575422 +0200
+++ /var/tmp/diff_new_pack.rpvPAJ/_new  2018-07-31 15:59:41.055575422 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package ssdp-responder
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,14 +30,12 @@
 BuildRequires:  automake
 
 %description
-Simple Service Discovery Protocol daemon (SSDP) for networked Linux
-devices. Useful for small and embedded systems that want to announce
-themselves to systems running Windows.
-
-ssdpd is a stand-alone UNIX daemon with no external dependencies but
-the standard C library. It has a built-in web server for serving the
-UPnP XML description which Windows use to present the icon, by default
-an InternetGatewayDevice is announced.
+ssdpd is a stand-alone daemon that implements the Simple Service
+Discovery Protocol (SSDP) for use by networked Linux devices that
+want to announce themselves to systems running Windows. ssdpd has a
+built-in web server for serving the UPnP XML description which
+Windows uses to present the icon when an InternetGatewayDevice is
+announced.
 
 %prep
 %setup -q