summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2013-02-10 16:15:07 +0000
committergls <gls@pkgsrc.org>2013-02-10 16:15:07 +0000
commit2cd81d357f33d3d7aa24eb46151f14afcdd3a858 (patch)
tree233d954bd3ba9a5d3dd388d7a4439f3d59bb1bdf /sysutils
parentc182494622cfef01d59e3574a4eeee9b0a739ad9 (diff)
downloadpkgsrc-2cd81d357f33d3d7aa24eb46151f14afcdd3a858.tar.gz
Update sysutils/fabric to 1.5.3
Upstream changes: ----------------- [Bug] #806: Force strings given to getpass during password prompts to be ASCII, to prevent issues on some platforms when Unicode is encountered. Thanks to Alex Louden for the patch. [Feature] #805: Update shell_env to play nice with Windows (7, at least) systems. Thanks to Fernando Macedo for the patch. [Bug] #654: Parallel runs whose sum total of returned data was large (e.g. large return values from the task, or simply a large number of hosts in the host list) were causing frustrating hangs. This has been fixed. [Bug] #791: Cast reboot`s wait parameter to a numeric type in case the caller submitted a string by mistake. Thanks to Thomas Schreiber for the patch.
Diffstat (limited to 'sysutils')
-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 a3e5ed4ed04..68bcdfd65c6 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2013/01/21 20:44:06 gls Exp $
+# $NetBSD: Makefile,v 1.26 2013/02/10 16:15:07 gls Exp $
#
-VERSION= 1.5.2
+VERSION= 1.5.3
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index bbdc3ae3f3d..6862491d861 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2013/01/21 20:44:06 gls Exp $
+$NetBSD: distinfo,v 1.19 2013/02/10 16:15:07 gls Exp $
-SHA1 (Fabric-1.5.2.tar.gz) = 72615b0e159d94ef3588e43d438df4ce9f23ebe1
-RMD160 (Fabric-1.5.2.tar.gz) = cb0f4f5f16ec1fef96dcc741b406bd993a59c65d
-Size (Fabric-1.5.2.tar.gz) = 211449 bytes
+SHA1 (Fabric-1.5.3.tar.gz) = 9964b9fed1240b35a50a22d440acd21b9e4a480e
+RMD160 (Fabric-1.5.3.tar.gz) = 6c3bef7e4972cb5e11329a0f4c10824d13575880
+Size (Fabric-1.5.3.tar.gz) = 241041 bytes