pkgsrc/sysutils/salt
khorben 4f6447f1af Avoid a crash on NetBSD when not every minion is present
From the pull request pending, #31320:

  On NetBSD, Salt currently defaults to using lsof(8) to determine which
  minions are connected. It is however not always available, and even
  then quite unreliable. I found that just like on FreeBSD, sockstat(1)
  is a much safer alternative. Unfortunately its output is not exactly
  the same on NetBSD, where the port delimiter is a dot character
  instead. As a consequence I have decided to duplicate the relevant
  function for NetBSD; let me know if I should try to re-use the code
  supporting FreeBSD instead.

See also https://github.com/saltstack/salt/pull/31230.
2016-02-16 01:52:34 +00:00
..
files Add an RC script for salt-syndic(1) 2016-02-16 00:00:08 +00:00
patches Avoid a crash on NetBSD when not every minion is present 2016-02-16 01:52:34 +00:00
DESCR
distinfo Avoid a crash on NetBSD when not every minion is present 2016-02-16 01:52:34 +00:00
Makefile Avoid a crash on NetBSD when not every minion is present 2016-02-16 01:52:34 +00:00
PLIST Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 2016-02-07 23:55:01 +00:00