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.
This commit is contained in:
gls 2013-07-02 20:25:08 +00:00
parent 1587b3e1f5
commit a02cc1a7dd
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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