pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSH



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 22:13:30 UTC 2017

Modified Files:
        pkgsrc/security/p5-Net-SSH: Makefile distinfo

Log Message:
p5-Net-SSH: update to 2.14.

2.14 2017.07.03
    - DSA key bugfix: verify would fail if r had unnecessary leading zeros

2.13 2017.06.30
    - Bug Fix: AES-CBC IV length needs to be blocksize, not keysize
    - Bug Fix: DES3 init needs to pass key as variable to avoid scalar error
    - Bug Fix: Packet padlen decode was using signed 8-bit unpack (should be unsigned)
    - Fix CBC inefficiency
    - Fix Key not being loaded prior to Agent use [ https://github.com/lkinley/Net-SSH-Perl/issues/10 ]


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/p5-Net-SSH/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/p5-Net-SSH/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Net-SSH/Makefile
diff -u pkgsrc/security/p5-Net-SSH/Makefile:1.25 pkgsrc/security/p5-Net-SSH/Makefile:1.26
--- pkgsrc/security/p5-Net-SSH/Makefile:1.25    Wed Aug 23 15:03:50 2017
+++ pkgsrc/security/p5-Net-SSH/Makefile Sun Sep 17 22:13:30 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2017/08/23 15:03:50 he Exp $
-#
+# $NetBSD: Makefile,v 1.26 2017/09/17 22:13:30 wiz Exp $
 
-DISTNAME=              Net-SSH-Perl-2.12
+DISTNAME=              Net-SSH-Perl-2.14
 PKGNAME=               p5-${DISTNAME:C/-Perl//}
 CATEGORIES=            security net perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+MASTER_SITES=          http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Net-SSH-Perl/
@@ -18,24 +17,10 @@ DEPENDS+=           p5-Math-GMP>=1.04:../../math/
 DEPENDS+=              p5-String-CRC32>=1.2:../../textproc/p5-String-CRC32
 DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=              p5-Crypt-Curve25519>=0.05:../../security/p5-Crypt-Curve25519
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Net-SSH
-PKG_SUPPORTED_OPTIONS= idea
-#KG_SUGGESTED_OPTIONS= idea
-
-# Omit the last micro version, for example 2.09.01 -> 2.09
-#WRKSRC=               ${WRKDIR}/${DISTNAME:C/([0-9]+)\.([0-9]+)[0-9.]+/\1.\2/}
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Midea)
+DEPENDS+=              p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 DEPENDS+=              p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
-.endif
 
 PERL5_PACKLIST=                auto/Net/SSH/Perl/.packlist
 
-# no prompt from ExtUtils::MakeMaker's prompt()
-MAKE_ENV+=             PERL_MM_USE_DEFAULT=true
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/p5-Net-SSH/distinfo
diff -u pkgsrc/security/p5-Net-SSH/distinfo:1.9 pkgsrc/security/p5-Net-SSH/distinfo:1.10
--- pkgsrc/security/p5-Net-SSH/distinfo:1.9     Wed Aug 23 15:03:50 2017
+++ pkgsrc/security/p5-Net-SSH/distinfo Sun Sep 17 22:13:30 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2017/08/23 15:03:50 he Exp $
+$NetBSD: distinfo,v 1.10 2017/09/17 22:13:30 wiz Exp $
 
-SHA1 (Net-SSH-Perl-2.12.tar.gz) = 1140c3e4c49d5cb56d6acd96f31e4b57c2c3bf92
-RMD160 (Net-SSH-Perl-2.12.tar.gz) = 2851cdaaff91e2c404356b669ad1564b12451551
-SHA512 (Net-SSH-Perl-2.12.tar.gz) = aa51263205b59915faec4c82ae90f241a4ad63074bd4dc967341c1bcf5eb515cc53bf06a66461afff4c1da3189699146dd43eb0c27c332b4df682f54af754b76
-Size (Net-SSH-Perl-2.12.tar.gz) = 256676 bytes
+SHA1 (Net-SSH-Perl-2.14.tar.gz) = 47077b150e1175949f8c086418084932ab4a563e
+RMD160 (Net-SSH-Perl-2.14.tar.gz) = 09a218c63f902b692b82f7dd14993eefc0a3a5ef
+SHA512 (Net-SSH-Perl-2.14.tar.gz) = 49fee3e7969260a97453adfdac7ed3852130a7404ca5016f6d16549e478b8f2808f47c5801f2dbf991cfb33b5f2653d55360ba938d9b36016620a46e1ffea879
+Size (Net-SSH-Perl-2.14.tar.gz) = 256963 bytes
 SHA1 (patch-aa) = d85b70f5f4d4ccb55aabef6671171bf64c6fcdb9
 SHA1 (patch-lib_Net_SSH_Perl_Kex.pm) = ebd933b7ee9510a8182083da97ef38433ee61102



Home | Main Index | Thread Index | Old Index