- Update to version 2.0
Changes
Add suport for
* -c NAME to override ssdpd UUID cache file.
* -d URL to override the UPnP description URL, a single %s is
supported to be replaced with the interface address.
* -m NAME to override the manufacturer in the default
description.xml.
* -M URL to override the manufacturerURL in the default
description.xml.
* -p URL to override the presentationURL in the default
description.xml, a single %s is supported.
* -P FILE to override the default PID file location default
description.xml, a single %s is supported.
* -u UUID to use a custom UUID, useful when the built-in micro
HTTP server is disabled.
* -w to disable built-in micro HTTP server, useful when other,
more capable, web servers are available. Make sure to have the
alternate web server running on port 1901 to serve the file
/description.xml, see also -d URL above, which details the
location of the UPnP description URL.
* Increased debug messages in ssdp_init(), for troubleshooting.
* dropping root privileges after initial setup. The used ssdp
is searched for first, with fallback to nobody.
* Add support for an initial retry interval at startup, in
case ssdpd is started before any interface has been configured.
Configurable retry count using -R NUM command line option.
* Add support for an IP address monitor using Linux netlink
interfaces coming and going at runtime. Meaning, -R NUM is
unused on Linux. For this to work, ssdpd must start as root or
OBS-URL: https://build.opensuse.org/request/show/1068028
OBS-URL: https://build.opensuse.org/package/show/network/ssdp-responder?expand=0&rev=10
- 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
OBS-URL: https://build.opensuse.org/request/show/813198
OBS-URL: https://build.opensuse.org/package/show/network/ssdp-responder?expand=0&rev=5