diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-01-29 19:05:16 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-01-29 19:05:16 +0000 |
commit | 94bd6e5ed049bbc5fecd87703bd4cbef07c6ddf3 (patch) | |
tree | 1b741d070d292ed9170ab06c98c40a283a2e9cd9 | |
parent | Address a reasonably obscure issue with automatic restarting and (diff) |
Update to lastest version, changelog:
- Fix user.present states with non-string fullname (issue 9085)
- Fix virt.init return value on failure (issue 6870)
- Fix reporting of file.blockreplace state when test=True
- Fix network.interfaces when used in cron (issue 7990)
- Fix bug in pkgrepo when switching to/from mirrorlist-based repo def
(issue 9121)
- Fix infinite recursion when cache file is corrupted
- Add checking for rev and mirror/bare args in git.latest (issue 9107)
- Add cmd.watch alias (points to cmd.wait) (issue 8612)
- Fix stacktrace when prereq is not formed as a list (issue 8235)
- Fix stdin issue with lvdisplay command (issue 9128)
- Add pre-check function for range matcher (issue 9236)
- Add exception handling for psutil for processes that go missing
(issue 9274)
- Allow _in requisites to match both on ID and name (issue 9061)
- Fix multiple client timeout issues (issue 7157 and issue 9302, probably
others)
- Fix ZMQError: Operation cannot be accomplished in current state errors
(issue 6306)
- Multiple optimization in minion auth routines
- Clarify logs for minion ID caching
PR: ports/186149
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=341769
-rw-r--r-- | sysutils/py-salt/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-salt/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 7d0911832cd9..48c52472fc43 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 0.17.4 +PORTVERSION= 0.17.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo index 843e8fa08a55..62ba66380239 100644 --- a/sysutils/py-salt/distinfo +++ b/sysutils/py-salt/distinfo @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.4.tar.gz) = 5a7b3f4d5c22aa4b8e7c03d60dc429b0428c575fb8f0c285616239c0fe5a0ddd -SIZE (salt-0.17.4.tar.gz) = 1871032 +SHA256 (salt-0.17.5.tar.gz) = 36ae196ef87af0ae33e880d1ad593783e2cb102221edda2782071738d595ea3f +SIZE (salt-0.17.5.tar.gz) = 1873131 |