diff options
author | gls <gls@pkgsrc.org> | 2013-07-02 20:25:08 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2013-07-02 20:25:08 +0000 |
commit | de7ab646361861ea5f80f5187044856713d6aba3 (patch) | |
tree | 2042dc8cfc33a8d68edc4d5b030de81cbd9abe3a /sysutils/fabric | |
parent | cb1fed5ce36c1cfe0ca46d9284ddefc9806a7eda (diff) | |
download | pkgsrc-de7ab646361861ea5f80f5187044856713d6aba3.tar.gz |
Update sysutils/fabric to 1.6.1
Upstream changes:
-----------------
[Bug] #868: Substantial speedup of parallel tasks by removing an unnecessary
blocking timeout in the JobQueue loop. Thanks to Simo Kinnunen for the patch.
[Bug] #328: lcd was no longer being correctly applied to upload_template; this
has been fixed. Thanks to Joseph Lawson for the catch.
[Bug] #870: Changes to shell env var escaping highlighted some extraneous and
now damaging whitespace in with path():. This has been removed and a regression
test added.
[Bug] #871: Use of string mode values in put(local, remote, mode="NNNN") would
sometimes cause Unsupported operand errors. This has been fixed.
[Bug] #84: Fixed problem with missing -r flag in Mac OS X sed version. Thanks
to Konrad Hałas for the patch.
[Bug] #861: Gracefully handle situations where users give a single string
literal to env.hosts. Thanks to Bill Tucker for catch & patch.
[Bug] #367: Expand paths with tilde inside (contrib.files). Thanks to Konrad
Hałas for catch & patch.
[Feature] #845: Downstream synchronization option implemented for
rsync_project. Thanks to Antonio Barrero for the patch.
Diffstat (limited to 'sysutils/fabric')
-rw-r--r-- | sysutils/fabric/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fabric/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index ea309ffaebd..103cdc1fc99 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/03/13 20:36:26 gls Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/02 20:25:08 gls Exp $ # -VERSION= 1.6.0 +VERSION= 1.6.1 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} CATEGORIES= sysutils net diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo index ce1bdfcfc25..749f761bfad 100644 --- a/sysutils/fabric/distinfo +++ b/sysutils/fabric/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/03/13 20:36:26 gls Exp $ +$NetBSD: distinfo,v 1.21 2013/07/02 20:25:08 gls Exp $ -SHA1 (Fabric-1.6.0.tar.gz) = 235749545e15c7f4e692b1544fcd3fc2a252f401 -RMD160 (Fabric-1.6.0.tar.gz) = cb4b2b2ce88d741356cec447ba63ec8cef75fbf4 -Size (Fabric-1.6.0.tar.gz) = 215790 bytes +SHA1 (Fabric-1.6.1.tar.gz) = 50800ffdd6fd354d4d770d58f6e153a50368b854 +RMD160 (Fabric-1.6.1.tar.gz) = 39f9c4ee1b0f69290b87d02c75dc6581cc8c1454 +Size (Fabric-1.6.1.tar.gz) = 216774 bytes |