Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 19:05:17 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341769 - head/sysutils/py-salt
Message-ID:  <201401291905.s0TJ5HDt099134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Wed Jan 29 19:05:16 2014
New Revision: 341769
URL: http://svnweb.freebsd.org/changeset/ports/341769
QAT: https://qat.redports.org/buildarchive/r341769/

Log:
  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)

Modified:
  head/sysutils/py-salt/Makefile
  head/sysutils/py-salt/distinfo

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Wed Jan 29 18:21:18 2014	(r341768)
+++ head/sysutils/py-salt/Makefile	Wed Jan 29 19:05:16 2014	(r341769)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	salt
-PORTVERSION=	0.17.4
+PORTVERSION=	0.17.5
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-salt/distinfo
==============================================================================
--- head/sysutils/py-salt/distinfo	Wed Jan 29 18:21:18 2014	(r341768)
+++ head/sysutils/py-salt/distinfo	Wed Jan 29 19:05:16 2014	(r341769)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291905.s0TJ5HDt099134>