Updating security/p5-Net-OpenSSH from 0.36 to 0.44

Upstream changes:
0.44
	- solve bug on rsync methods not correctly handling
          pass-through options carrying an argument (bug report by
          Daiju Kito)
	- support several verbose levels in rsync methods
	- document spurious warnings that appear when tty => 1 is
          given and stdin is not attached to a tty

0.43  Dec 14, 2009
        - call ssh with -tt instead of -t to force remote tty
          allocation even when stdin is not attached to one locally
          (bug report by Todd E. Rinaldo)

0.42  Dec 5, 2009
        - add FAQ section
	- add commercial support offering
	- add pointer to my wishlist :-)

0.41_03 Nov 16, 2009
	- add testing known_hosts to MANIFEST
	- some bits where missing from 0.40
	- allow also keyboard-interactive authentication when password
          is given (bug report by Todd E. Rinaldo)

0.40  Nov 14, 2009
        - DESTROY was clobbering $@ (bug report by Todd E. Rinaldo)
	- when password authentication is requested add flags to ssh
          master command to disable other auth. options
	- document how to integrate Net::OpenSSH with Expect

0.39  Oct 10, 2009
	- use SIGTERM instead of SIGHUP to kill lazy SSH master
	- on 1_run.t remote commands could be aliased bug (report and
          patch by Danijel Tasov)
	- add methods for external master PID handling
	- add 'all' tag to Net::OpenSSH::Constants
	- check SSH client version from Makefile.PL
	- work around L<Foo::Bar> links in POD being rendered as "the
          Foo::Bar manpage" by some POD backends.

0.38  Sep 25, 2009
        - remove alpha-status warning from docs!
	- add debug support to master killing
        - DESTROY was generating warnings when called before the
          master connection had been established successfully
        - add variable expansion feature
	- minor doc corrections

0.37  Sep 15, 2009
        - add support for stdout_file, stderr_file and stdin_file
          options
This commit is contained in:
sno 2010-02-02 20:18:29 +00:00
parent c706141462
commit aff6f16e4f
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2009/07/16 06:29:40 sno Exp $
# $NetBSD: Makefile,v 1.4 2010/02/02 20:18:29 sno Exp $
#
DISTNAME= Net-OpenSSH-0.36
DISTNAME= Net-OpenSSH-0.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2009/07/16 06:29:40 sno Exp $
$NetBSD: distinfo,v 1.4 2010/02/02 20:18:29 sno Exp $
SHA1 (Net-OpenSSH-0.36.tar.gz) = 40f5716e11b3a894dbffef49246b155de9341d92
RMD160 (Net-OpenSSH-0.36.tar.gz) = 8f7a3e7376e8c9c2021c6f66ff3683db286901e5
Size (Net-OpenSSH-0.36.tar.gz) = 29481 bytes
SHA1 (Net-OpenSSH-0.44.tar.gz) = cd7350335fb323add27fa007ccc18a25ee1b418d
RMD160 (Net-OpenSSH-0.44.tar.gz) = 0530176c56813edf9790084e4fcf8366896b9d3b
Size (Net-OpenSSH-0.44.tar.gz) = 33864 bytes