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)
This commit is contained in:
parent
2baa196d35
commit
94bd6e5ed0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341769
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= salt
|
||||
PORTVERSION= 0.17.4
|
||||
PORTVERSION= 0.17.5
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue