From 9c2f4e357f67fd899be7c3a034d2201bbbd794bf Mon Sep 17 00:00:00 2001 From: gls Date: Sat, 23 Apr 2011 15:23:53 +0000 Subject: Update sysutils/fabric to 1.0.1 Upstream changes: Bugfixes * #301: Fixed a bug in local?s behavior when capture=False and output.stdout (or .stderr) was also False. Thanks to Chris Rose for the catch. * #310: Update edge case in put where using the mode kwarg alongside use_sudo=True runs a hidden sudo command. The mode kwarg needs to be octal but was being interpolated in the sudo call as a string/integer. Thanks to Adam Ernst for the catch and suggested fix. * #311: append was supposed to have its partial kwarg's default flipped from True to False. However, only the documentation was altered. This has been fixed. Thanks to Adam Ernst for bringing it to our attention. * #312: Tweak internal I/O related loops to prevent high CPU usage and poor screen-printing behavior on some systems. Thanks to Kirill Pinchuk for the initial patch. * #320: Some users reported problems with dropped input, particularly while entering sudo passwords. This was fixed via the same change as for #312. Documentation * Added a missing entry for env.path in the usage documentation. --- sysutils/fabric/Makefile | 4 ++-- sysutils/fabric/PLIST | 3 ++- sysutils/fabric/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 28cd00c5589..75576ebb2de 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/03/08 21:29:34 gls Exp $ +# $NetBSD: Makefile,v 1.10 2011/04/23 15:23:53 gls Exp $ # -VERSION= 1.0.0 +VERSION= 1.0.1 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} CATEGORIES= sysutils net diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST index f425ee6939f..747dc95eef2 100644 --- a/sysutils/fabric/PLIST +++ b/sysutils/fabric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/03/08 21:29:34 gls Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/04/23 15:23:53 gls Exp $ bin/fab ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -82,6 +82,7 @@ share/doc/fabric/changes/0.9.3.rst share/doc/fabric/changes/0.9.4.rst share/doc/fabric/changes/0.9.5.rst share/doc/fabric/changes/0.9.rst +share/doc/fabric/changes/1.0.1.rst share/doc/fabric/changes/1.0.rst share/doc/fabric/development.rst share/doc/fabric/faq.rst diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo index 37cc11694be..ada890d092b 100644 --- a/sysutils/fabric/distinfo +++ b/sysutils/fabric/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2011/03/08 21:29:34 gls Exp $ +$NetBSD: distinfo,v 1.6 2011/04/23 15:23:53 gls Exp $ -SHA1 (Fabric-1.0.0.tar.gz) = a2e5e69580a48b3076afa8f774f8fd806c65cadb -RMD160 (Fabric-1.0.0.tar.gz) = 57788c813460e41dd9e4da237a507cb0861fc0e4 -Size (Fabric-1.0.0.tar.gz) = 129804 bytes +SHA1 (Fabric-1.0.1.tar.gz) = 5086317961427a4061b9bf6ca4a0dc67982ea617 +RMD160 (Fabric-1.0.1.tar.gz) = 368b53aa3296bca16a703a66d31732b2a04adc88 +Size (Fabric-1.0.1.tar.gz) = 132715 bytes SHA1 (patch-aa) = 1317520fc620fc3fe329408408e144998a1bd24f -- cgit v1.2.3