On Sun, Jul 31, 2011 at 10:46:43PM +0100, Mikolaj Kucharski wrote:
> Hi,
> 
> # pkg_add -ri p5-Crypt-CBC
> quirks-1.44->quirks-1.53: ok
> p5-Crypt-CBC-2.30p0:p5-Crypt-DES-2.05p3: ok
> p5-Crypt-CBC-2.30p0:p5-Crypt-Blowfish-2.12p1: ok
> p5-Crypt-CBC-2.30p0: ok
> Read shared items: ok
> # pkg_info -L p5-Crypt-CBC
> Information for inst:p5-Crypt-CBC-2.30p0
> 
> Files:
> /usr/local/libdata/perl5/site_perl/Crypt/CBC.pm
> /usr/local/man/cat3p/Crypt::CBC.0
> /usr/local/share/examples/p5-Crypt-CBC/aes.pl
> /usr/local/share/examples/p5-Crypt-CBC/des.pl
> /usr/local/share/examples/p5-Crypt-CBC/idea.pl
> 
> 
> # perl /usr/local/share/examples/p5-Crypt-CBC/aes.pl
> AES key:
> Re-type key:
> Couldn't load Crypt::Rijndael: Can't locate Crypt/Rijndael.pm in @INC
> ...
> 
> 
> Installing p5-Crypt-Rijndael solves the problem. Shouldn't
> p5-Crypt-Rijndael be added as a run dependency to p5-Crypt-CBC?
> 
> -- 
> best regards
> q#

I think that would be allright. CBC.pm has:
"You may use any compatible block encryption
algorithm that you have installed. Currently, this includes
Crypt::DES, Crypt::DES_EDE3, Crypt::IDEA, Crypt::Blowfish,
Crypt::CAST5 and Crypt::Rijndael."

Currently we already depend on Crypt::DES and Crypt::Blowfish, so adding
Crypt::Rijndael.pm would be ok with me, though not release critical and will
thus wait for 5.1 (as it's documented one could make use of it when it's 
installed).

Right?

-- 
Cheers,
Jasper

"Capable, generous men do not create victims, they nurture them."

Reply via email to