Sat Jul 31 11:55:03 2010 UTC ()
Updating security/p5-Net-OpenSSH from 0.45 to 0.47

Upstream changes:
0.47  Apr 13, 2010
	- document how to make it work under Solaris
	- some docs reorganization and improvements

0.46_02  Mar 29, 2010
	- add suport for default_stdin_file, default_stdin_discard and
          similar options
        - add stdinout_socket feature and open2socket shortcut method
        - rename some internal methods to more meaningfull names
        - add open_tunnel and capture_tunnel methods
	- add support for tunnel feature and docs
	- document mod_perl/mod_perl2 integration
	- document not-a-real-file-handle errors
	- some minor doc updates
	- run tests with StrictHostKeyChecking=no
        - disable tty allocation for control commands
        - better debugging for _io3

0.46_01  Mar 25, 2010
        - do not depend on STDIN, STDOUT and STDERR being file
          descriptors 0, 1, and 2 respectively as it happens, for
          instance, under mod_perl (bug report by eserte via
          PerlMonks)
        - use POSIX::dup2 to duplicate file descriptors, instead of
          perl open builtin
        - set stdin_discard to when running control commands as it may
          be closed or tied
        - better debugging for waitpid and _io3
        - error in example in documentation corrected (reported by
          Slaven Rezic)


(sno)
diff -r1.5 -r1.6 pkgsrc/security/p5-Net-OpenSSH/Makefile
diff -r1.5 -r1.6 pkgsrc/security/p5-Net-OpenSSH/distinfo

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

--- pkgsrc/security/p5-Net-OpenSSH/Makefile 2010/02/22 16:38:15 1.5
+++ pkgsrc/security/p5-Net-OpenSSH/Makefile 2010/07/31 11:55:03 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2010/02/22 16:38:15 sno Exp $ 1# $NetBSD: Makefile,v 1.6 2010/07/31 11:55:03 sno Exp $
2# 2#
3 3
4DISTNAME= Net-OpenSSH-0.45 4DISTNAME= Net-OpenSSH-0.47
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.5 -r1.6 pkgsrc/security/p5-Net-OpenSSH/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-OpenSSH/distinfo 2010/02/22 16:38:15 1.5
+++ pkgsrc/security/p5-Net-OpenSSH/distinfo 2010/07/31 11:55:03 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/02/22 16:38:15 sno Exp $ 1$NetBSD: distinfo,v 1.6 2010/07/31 11:55:03 sno Exp $
2 2
3SHA1 (Net-OpenSSH-0.45.tar.gz) = 28656d1b4bebfe6f0d738aff9d0c597dc5d866f1 3SHA1 (Net-OpenSSH-0.47.tar.gz) = df9a23b2a7b18b0716d7152f4953dfc3683bb972
4RMD160 (Net-OpenSSH-0.45.tar.gz) = d1d7ab73a97be93573a56c322977b64b86079596 4RMD160 (Net-OpenSSH-0.47.tar.gz) = 04234faa4800091faf4cc4eb5d9e3f3d99d27ad2
5Size (Net-OpenSSH-0.45.tar.gz) = 34837 bytes 5Size (Net-OpenSSH-0.47.tar.gz) = 38262 bytes