briandfoy / net-ssh-perl

Development on the Net::SSH::Perl module to support latest ciphers, key exchange mechanisms, etc.
Other
4 stars 1 forks source link

Required version CryptX in Net-SSH-Perl-2.01 #51

Open briandfoy opened 1 year ago

briandfoy commented 1 year ago

This ticket was imported from rt.cpan.org 114225

Noticed, that in last version Net-SSH-Perl-2.01, requires version CryptX => 0.26. Latest available version CryptX 0.032: http://search.cpan.org/dist/CryptX/

Because of this, when try to add a package that uses the Net-SSH-Perl in pinto, there is an error, because it can not find package CryptX-0.26 or newer.

Perhaps in depending, it is necessary to specify version CryptX 0.026?

-- Thanks, Igor

briandfoy commented 1 year ago

from SREZIC@cpan.org


On 2016-05-07 03:46:29, blinder.ip@gmail.com wrote:

Noticed, that in last version Net-SSH-Perl-2.01, requires version CryptX => 0.26. Latest available version CryptX 0.032: http://search.cpan.org/dist/CryptX/

Because of this, when try to add a package that uses the Net-SSH-Perl in pinto, there is an error, because it can not find package CryptX-0.26 or newer.

Perhaps in depending, it is necessary to specify version CryptX 0.026?

While the CryptX version specified in Net-SSH-Perl's META.yml is certainly wrong, I also think that pinto is doing something wrong here. This META.yml sets dynamic_config=1, which means that the dependency information must be determined by running Makefile.PL or Build.PL (in this case the META.yml information may only be used for rough statistical purposes). In Makefile.PL the minimum CryptX version does not look wrong (it's just 0).

So maybe open an issue at pinto's bugtracker, or maybe this is already a known limitation of pinto?

briandfoy commented 1 year ago

from schwigon@cpan.org


Hi Игорь Блиндер,

can you retry your work with the just uploaded v2.12 of Net::SSH::Perl? Maybe it helps to fix or avoid this issue.

Kind regards, Steffen

On Sat May 07 03:46:29 2016, blinder.ip@gmail.com wrote:

Noticed, that in last version Net-SSH-Perl-2.01, requires version CryptX => 0.26. Latest available version CryptX 0.032: http://search.cpan.org/dist/CryptX/

Because of this, when try to add a package that uses the Net-SSH-Perl in pinto, there is an error, because it can not find package CryptX-0.26 or newer.

Perhaps in depending, it is necessary to specify version CryptX 0.026?

-- Thanks, Igor