- Updat to version 1.4.5
Support for using inet_ntop() was originally added to support IPv6, and
only used for IPv6 addresses. Two decades later, this interface is
ubiquitous and OS'es have starting marking the old interfaces as deprecated,
so this release changes to use the modern interface whenever we can now.
(Note that code included from xtrans will only use the modern interfaces
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
OBS-URL: https://build.opensuse.org/request/show/1251493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xscope?expand=0&rev=11
Support for using inet_ntop() was originally added to support IPv6, and
only used for IPv6 addresses. Two decades later, this interface is
ubiquitous and OS'es have starting marking the old interfaces as deprecated,
so this release changes to use the modern interface whenever we can now.
(Note that code included from xtrans will only use the modern interfaces
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xscope?expand=0&rev=15
- Update to version 1.4.3
* On OpenBSD SO_PEERCRED uses struct sockpeercred
* Remove/comment out unused variables.
* Match format strings with arguments.
* ifdef out unused static functions
* Use correct argument type for ctype(3) functions.
* Increase buffer length to avoid truncation.
* Add casts to fix signedness change warnings.
* Mark MainLoop as _X_NORETURN.
OBS-URL: https://build.opensuse.org/request/show/988390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xscope?expand=0&rev=9
* On OpenBSD SO_PEERCRED uses struct sockpeercred
* Remove/comment out unused variables.
* Match format strings with arguments.
* ifdef out unused static functions
* Use correct argument type for ctype(3) functions.
* Increase buffer length to avoid truncation.
* Add casts to fix signedness change warnings.
* Mark MainLoop as _X_NORETURN.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xscope?expand=0&rev=10