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.33 to 1.34.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a6855b06cae
branches:  trunk
changeset: 554928:5a6855b06cae
user:      he <he%pkgsrc.org@localhost>
date:      Sun Feb 22 15:59:05 2009 +0000

description:
Update from version 1.33 to 1.34.

Pkgsrc changes:
 o Adjust dependencies according to module requirements (added p5-Crypt-IDEA)

Upstream changes:

1.34 2009.02.01

    - Rekey properly after 1 GB of data (rt.cpan.org #25044). Patch by
      Peter Oliver.
    - Don't try to process nonexistent or empty auth file (rt.cpan.org #41877).
    - Fix typo in croak message (rt.cpan.org #42056), thanks to
      jamie at audible.transient.net.
    - Move 'use base' call after Crypt module loading, per suggestion
      (rt.cpan.org #42051).
    - Only apply stdin if defined in SSH1 - John Payne (rt.cpan.org #42583)

diffstat:

 security/p5-Net-SSH/Makefile |  7 ++++---
 security/p5-Net-SSH/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 15680e674d6c -r 5a6855b06cae security/p5-Net-SSH/Makefile
--- a/security/p5-Net-SSH/Makefile      Sun Feb 22 15:58:40 2009 +0000
+++ b/security/p5-Net-SSH/Makefile      Sun Feb 22 15:59:05 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/11/18 16:19:04 he Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/22 15:59:05 he Exp $
 #
 
-DISTNAME=              Net-SSH-Perl-1.33
-PKGNAME=               p5-Net-SSH-1.33
+DISTNAME=              Net-SSH-Perl-1.34
+PKGNAME=               p5-Net-SSH-1.34
 SVR4_PKGNAME=          p5nsh
 CATEGORIES=            security net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -19,6 +19,7 @@
 DEPENDS+=              p5-Crypt-DH>=0.01:../../security/p5-Crypt-DH
 DEPENDS+=              p5-Crypt-DSA>=0.11:../../security/p5-Crypt-DSA
 DEPENDS+=              p5-Crypt-RSA>=1.37:../../security/p5-Crypt-RSA
+DEPENDS+=              p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
 DEPENDS+=              p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
 DEPENDS+=              p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
 DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
diff -r 15680e674d6c -r 5a6855b06cae security/p5-Net-SSH/distinfo
--- a/security/p5-Net-SSH/distinfo      Sun Feb 22 15:58:40 2009 +0000
+++ b/security/p5-Net-SSH/distinfo      Sun Feb 22 15:59:05 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/11/18 16:19:04 he Exp $
+$NetBSD: distinfo,v 1.4 2009/02/22 15:59:05 he Exp $
 
-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 (Net-SSH-Perl-1.34.tar.gz) = 9e69f32f03d40f92948e4fd9a8c7531df261bec7
+RMD160 (Net-SSH-Perl-1.34.tar.gz) = e237a0368548e8a8370c70a930811524ad6a6e17
+Size (Net-SSH-Perl-1.34.tar.gz) = 114507 bytes
 SHA1 (patch-aa) = d91762932f048a76fd90802d5960f1aeeeec3466



Home | Main Index | Thread Index | Old Index