summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSH/patches
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-10-13 20:14:18 +0000
committerseb <seb@pkgsrc.org>2005-10-13 20:14:18 +0000
commitcdacfc2f9e77f94f7d199e35f52c700ac7138b18 (patch)
treed8f1c1e9cab177a20d1648e86437399b87c5aaaf /security/p5-Net-SSH/patches
parentc869bda6e8caff5ee6dd3119dc78145e9e8d156c (diff)
downloadpkgsrc-cdacfc2f9e77f94f7d199e35f52c700ac7138b18.tar.gz
Initial import of p5-Net-SSH version 1.29 into The NetBSD Packages
Collection. The Net::SSH::Perl Perl5 module contains implementations of both the SSH1 and SSH2 protocols.
Diffstat (limited to 'security/p5-Net-SSH/patches')
-rw-r--r--security/p5-Net-SSH/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/p5-Net-SSH/patches/patch-aa b/security/p5-Net-SSH/patches/patch-aa
new file mode 100644
index 00000000000..b54ddf9fb76
--- /dev/null
+++ b/security/p5-Net-SSH/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
+
+XXX YMMV
+
+--- t/03-packet.t.orig 2003-12-20 04:40:21.000000000 +0000
++++ t/03-packet.t
+@@ -99,7 +99,7 @@ $ssh->{session}{sock} = $fh;
+ # with real handles that might be open. With Test::More in use
+ # (which dups some handles), we're likely to have as many as 8
+ # real handles open, if note more
+- sub FILENO { 255 }
++ sub FILENO { 16 }
+
+ sub READ
+ {