summaryrefslogtreecommitdiff
path: root/sysutils/fabric
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2014-08-13 20:05:14 +0000
committergls <gls@pkgsrc.org>2014-08-13 20:05:14 +0000
commit2c333ffdfb4b959f9330e08ddbdf825eca76d716 (patch)
tree31678372747121f6a2cc4946b07548335080fa6b /sysutils/fabric
parent6f9df644143355055a44d45988b9b1f7442323eb (diff)
downloadpkgsrc-2c333ffdfb4b959f9330e08ddbdf825eca76d716.tar.gz
Update sysutils/fabric to 1.9.1.
Upstream changes: ----------------- [Bug] #1167: Add Jinja to test_requires in setup.py for the couple of newish tests that now require it. Thanks to Kubilay Kocak for the catch. [Bug] #600: Clear out connection caches in full when prepping parallel-execution subprocesses. This avoids corner cases causing hangs/freezes due to client/socket reuse. Thanks to Ruslan Lutsenko for the initial report and Romain Chossart for the suggested fix. [Bug] #1026: Fix a typo preventing quiet operation of is_link. Caught by @dongweiming. [Bug] #1059: Update IPv6 support to work with link-local address formats. Fix courtesy of @obormot. [Bug] #1096: Encode Unicode text appropriately for its target stream object to avoid issues on non-ASCII systems. Thanks to Toru Uetani for the original patch. [Bug] #852: Fix to respect template_dir for non Jinja2 templates in upload_template. Thanks to Adam Kowalski for the patch and Alex Plugaru for the initial test case. [Bug] #1134: Skip bad hosts when the tasks are executed in parallel. Thanks to Igor Maravić @i-maravic. [Bug] #1146: Fix a bug where upload_template failed to honor lcd when mirror_local_mode is True. Thanks to Laszlo Marai for catch & patch. [Bug] #1147: Use stat instead of lstat when testing directory-ness in the SFTP module. This allows recursive downloads to avoid recursing into symlinks unexpectedly. Thanks to Igor Kalnitsky for the patch. [Bug] #1165: Prevent infinite loop condition when a gateway host is enabled & the same host is in the regular target host list. Thanks to @CzBiX for catch & patch.
Diffstat (limited to 'sysutils/fabric')
-rw-r--r--sysutils/fabric/Makefile4
-rw-r--r--sysutils/fabric/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index e24e99fa152..c483755b100 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2014/06/12 00:53:05 gls Exp $
+# $NetBSD: Makefile,v 1.38 2014/08/13 20:05:14 gls Exp $
-VERSION= 1.9.0
+VERSION= 1.9.1
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index d8571f00db5..b69a229e56e 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2014/06/12 00:53:05 gls Exp $
+$NetBSD: distinfo,v 1.26 2014/08/13 20:05:14 gls Exp $
-SHA1 (Fabric-1.9.0.tar.gz) = ddefa6d15295ee4ab423a01bef9216aeae81ea78
-RMD160 (Fabric-1.9.0.tar.gz) = 49e3a7b05a9d4ebcc7eff01e197c02a80425218d
-Size (Fabric-1.9.0.tar.gz) = 205487 bytes
+SHA1 (Fabric-1.9.1.tar.gz) = d8da9d923081e68a8959b2614821b0802ce159f6
+RMD160 (Fabric-1.9.1.tar.gz) = fd809ded10a847a44ca88b4ca1a57412f816cba3
+Size (Fabric-1.9.1.tar.gz) = 219731 bytes