Thu May 31 08:53:04 2012 UTC ()
Updating package for CPAN module Net::OpenSSH in security/p5-Net-OpenSSH
from 0.52 to 0.57.

Upstream changes:
0.57  Dec 21, 2011
        - quote equal sign
        - do not quote commas

0.56_01  Dec 8, 2011
        - rsync methods were failing when user was defined (bug report
          by black_fire)
        - detect when the destructor is being called from a different
          thread (bug report by troy99 at PerlMonks)
        - support for Net::OpenSSH::Gateway added

0.55  Dec 6, 2011
        - solve regression from 0.53_03: rsync methods were broken
          because the hostname was not being correctly removed from
          the ssh command passed to rsync (bug report by Mithun
          Ayachit)

0.54  Dec 4, 2011
        - release as stable

0.53_05  Nov 23, 2011
        - scp methods were broken when a user was given (bug report by
          Andrew J. Slezak)
        - add support for verbose option in scp methods
        - implement parse_connections_opts
        - solve bug related to expansion of HOST var when an IPv6
          address was given
        - move FACTORY docs to the right place
        - add FAQ about running remote commands via sudo
        - add sample for Net::Telnet integration
        - add sample for sudo usage reading password from DATA

0.53_04  Sep 2, 2011
        - add default_ssh_opts feature
        - getpwuid may fail, check $home is defined before using it
        - add FAQ entry about MaxSessions limit reached
        - move FACTORY docs to the right place

0.53_03  Aug 18, 2011
        - handling of default_std*_file was broken (bug report and
          patch by Nic Sandfield)
        - keep errors from opening default slave streams
        - add Net::OpenSSH::ConnectionCache package
        - add FACTORY hook
        - place '--' in ssh command after host name
        - add support for die_on_error
        - add support for batch_mode feature
        - typo in sample code corrected (reported by Fernando Sierra)
        - using { stdin_data => [] } was generating warnings

0.53_02  Jul 12, 2011
        - add support for custom login handlers
        - remove SIG{__WARN__} localizations

0.53_01  May 15, 2011
        - quoter and glob_quoter fully rewritten from scratch
        - quoter was not handling "\n" correctly (bug report and work
          around by Skeeve)
        - minor doc improvements


(sno)
diff -r1.12 -r1.13 pkgsrc/security/p5-Net-OpenSSH/Makefile
diff -r1.10 -r1.11 pkgsrc/security/p5-Net-OpenSSH/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/security/p5-Net-OpenSSH/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-OpenSSH/Makefile 2011/11/05 23:01:03 1.12
+++ pkgsrc/security/p5-Net-OpenSSH/Makefile 2012/05/31 08:53:04 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2011/11/05 23:01:03 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.13 2012/05/31 08:53:04 sno Exp $
2# 2#
3 3
4DISTNAME= Net-OpenSSH-0.52 4DISTNAME= Net-OpenSSH-0.57
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= security net perl5 6CATEGORIES= security net perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Net-OpenSSH/ 10HOMEPAGE= http://search.cpan.org/dist/Net-OpenSSH/
11COMMENT= Perl SSH client package implemented on top of OpenSSH 11COMMENT= Perl SSH client package implemented on top of OpenSSH
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16 16
17PERL5_PACKLIST= auto/Net/OpenSSH/.packlist 17PERL5_PACKLIST= auto/Net/OpenSSH/.packlist

cvs diff -r1.10 -r1.11 pkgsrc/security/p5-Net-OpenSSH/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-OpenSSH/distinfo 2011/11/05 23:01:07 1.10
+++ pkgsrc/security/p5-Net-OpenSSH/distinfo 2012/05/31 08:53:04 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2011/11/05 23:01:07 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.11 2012/05/31 08:53:04 sno Exp $
2 2
3SHA1 (Net-OpenSSH-0.52.tar.gz) = a86485b1ce47c9ad6689aa688ebbbfe029e6eed8 3SHA1 (Net-OpenSSH-0.57.tar.gz) = 1eae50995748f638dd558e33ec943cdc7887f34f
4RMD160 (Net-OpenSSH-0.52.tar.gz) = bbf896d4f33d86158dddfb536315078b245353ab 4RMD160 (Net-OpenSSH-0.57.tar.gz) = 6d942fa5e78e7391d314c8afa3c43b3933c650ce
5Size (Net-OpenSSH-0.52.tar.gz) = 45704 bytes 5Size (Net-OpenSSH-0.57.tar.gz) = 50654 bytes