431107402e
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 ]
26 lines
1.1 KiB
Makefile
26 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2017/09/17 22:13:30 wiz Exp $
|
|
|
|
DISTNAME= Net-SSH-Perl-2.14
|
|
PKGNAME= p5-${DISTNAME:C/-Perl//}
|
|
CATEGORIES= security net perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-SSH-Perl/
|
|
COMMENT= Perl implementations of SSH1 and SSH2 protocols
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Convert-PEM>=0.05:../../textproc/p5-Convert-PEM
|
|
DEPENDS+= p5-CryptX>=0.032:../../security/p5-CryptX
|
|
DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
|
|
DEPENDS+= p5-Math-GMP>=1.04:../../math/p5-Math-GMP
|
|
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
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
|
|
|
|
PERL5_PACKLIST= auto/Net/SSH/Perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|