- If-connect-fails-let-other-side-accept-connection-and-come-back.patch:
Make sure conmand connects to a newly created UNIX socket with
minimal delay. The implementation uses inotify, however this triggers
when the other side bind()s to the socket, however a connection is
not possible until the other side calls listen().
Thus if the connection fails, reset the poll() timeout to return to
connect() as soon as possible (bsc#1101647).
- Support %license in a backward compatible way.
OBS-URL: https://build.opensuse.org/request/show/624088
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=27
- Updated to version 0.2.8:
* Changed project homepage to <https://dun.github.io/conman/>. (#21)
* Changed conman.conf default loopback setting to ON.
* Changed rpm spec file from sysvinit to systemd.
* Added 'server nofile' config directive to increase NOFILE limit. (#17)
* Added '-P' cmdline opt to daemon for specifying pidfile. (#20)
* Added test console device to aid in development and testing.
* Fixed telnet option negotiation loop. (#9)
* Fixed arbitrary limit on number of IPMI SOL consoles. (#15)
* Fixed 4-character limit on timezones. (#16)
* Fixed 1-second delay when connecting the client to a console.
* Fixed UDS console reconnect delay to use exponential timeout.
* Fixed UDS console reconnect delay to require min connect time before reset.
* Fixed UDS console resource leak of pathname during config processing.
* Fixed all gcc, clang, and Coverity Scan warnings.
* Improved scalability of daemon.
OBS-URL: https://build.opensuse.org/request/show/532245
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=13