pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSH Update from version 1.30nb1 to 1.33.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0ada81d268b
branches:  trunk
changeset: 550298:c0ada81d268b
user:      he <he%pkgsrc.org@localhost>
date:      Tue Nov 18 16:19:04 2008 +0000

description:
Update from version 1.30nb1 to 1.33.

Pkgsrc changes:
 o Adapt patch-aa, still needed for non-hanging tests...

Upstream changes:

1.33 2008.10.21

    - Fix open() calls (rt.cpan.org #40020)
    - Fix non-shell problem (rt.cpan.org #39980)
    - Allow full agent forwarding (rt.cpan.org #32190)
    - Handle hashed known_hosts files (Greg Sabino Mullane, rt.cpan.org #25175)

1.32 2008.10.16

    - Add IO::Handle to Perl.pm (rt.cpan.org #40057, #35985)
    - Minor test cleanups.

1.31 2008.10.02

    - New co-maintainer, Greg Sabino Mullane (TURNSTEP).
    - Prevent t/03-packet.t from hanging due to high file descriptor.
      (altblue at n0i.net, rt.cpan.org #6101)
    - Skip some tests if Math::GMP not installed (e.g. from choosing only
      protocol 2 in Makefile.PL) (Greg Sabino Mullane, reported in
      rt.cpan.org #25152)
    - If ENV{HOME} is not set, use getpwuid. If both fail and the dir
      is needed, we croak. (Greg Sabino Mullane, expanded from patch
      by dgehl at inverse.ca in rt.cpan.org #25174)
    - Fix incorrect logical/bitwise AND mixup (Peter.Haydon at uk.fujitsu.com,
      rt.cpan.org #31490)
    - Allow empty stdin for SSH2 (rcp at rcable.co.uk, rt.cpan.org #32730)
    - Adjust terminal dimensions dynamically if Term::ReadKey is available
      (john at sackheads.org, rt.cpan.org #34874)

diffstat:

 security/p5-Net-SSH/Makefile         |   7 +++----
 security/p5-Net-SSH/distinfo         |  10 +++++-----
 security/p5-Net-SSH/patches/patch-aa |  10 +++++-----
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs (54 lines):

diff -r 393aea96c8fb -r c0ada81d268b security/p5-Net-SSH/Makefile
--- a/security/p5-Net-SSH/Makefile      Tue Nov 18 16:14:33 2008 +0000
+++ b/security/p5-Net-SSH/Makefile      Tue Nov 18 16:19:04 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.7 2008/11/18 16:19:04 he Exp $
 #
 
-DISTNAME=              Net-SSH-Perl-1.30
-PKGNAME=               p5-Net-SSH-1.30
-PKGREVISION=           1
+DISTNAME=              Net-SSH-Perl-1.33
+PKGNAME=               p5-Net-SSH-1.33
 SVR4_PKGNAME=          p5nsh
 CATEGORIES=            security net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r 393aea96c8fb -r c0ada81d268b security/p5-Net-SSH/distinfo
--- a/security/p5-Net-SSH/distinfo      Tue Nov 18 16:14:33 2008 +0000
+++ b/security/p5-Net-SSH/distinfo      Tue Nov 18 16:19:04 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/10/22 06:53:16 dogcow Exp $
+$NetBSD: distinfo,v 1.3 2008/11/18 16:19:04 he Exp $
 
-SHA1 (Net-SSH-Perl-1.30.tar.gz) = 00809b91d1648a7a61d3463fd4c0f10de5769684
-RMD160 (Net-SSH-Perl-1.30.tar.gz) = 03e690071b43795e74e7240cd2183ebf80e83e37
-Size (Net-SSH-Perl-1.30.tar.gz) = 94950 bytes
-SHA1 (patch-aa) = 718adcedca009725d834be3307a45e4169f7eb29
+SHA1 (Net-SSH-Perl-1.33.tar.gz) = 969e1b32d0f2eed1cafd6495f86273db85c4cfb1
+RMD160 (Net-SSH-Perl-1.33.tar.gz) = 3dbb311b6be69a770410f91f9632a1806a38973e
+Size (Net-SSH-Perl-1.33.tar.gz) = 113826 bytes
+SHA1 (patch-aa) = d91762932f048a76fd90802d5960f1aeeeec3466
diff -r 393aea96c8fb -r c0ada81d268b security/p5-Net-SSH/patches/patch-aa
--- a/security/p5-Net-SSH/patches/patch-aa      Tue Nov 18 16:14:33 2008 +0000
+++ b/security/p5-Net-SSH/patches/patch-aa      Tue Nov 18 16:19:04 2008 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
+$NetBSD: patch-aa,v 1.2 2008/11/18 16:19:04 he Exp $
 
 XXX YMMV
 
---- t/03-packet.t.orig 2003-12-20 04:40:21.000000000 +0000
+--- t/03-packet.t.orig 2008-10-21 15:41:51.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 }
+     # real handles open, if not more
+       # However, too high and we run into problems with the shell
+-    sub FILENO { 25 }
 +    sub FILENO { 16 }
  
      sub READ



Home | Main Index | Thread Index | Old Index