There's a merged pull request on the void-packages repository salt: fix compatibility with pyzmq 23.0.0 https://github.com/void-linux/void-packages/pull/37369 Description: The recent update to python3-pyzmq 23.0.0 broke Salt. salt-master no longer binds to the publisher port. Issue is described here: https://github.com/saltstack/salt/issues/62092 Proposed fix is here: https://github.com/saltstack/salt/pull/62119 I ported the change to 3003.3. #### Testing the changes - I tested the changes in this PR: **briefly**