Re: CryptX to be added officially in 8.3?
Michael Herger <slim-b/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> With more and more crypto requirements, I was wondering if we should not > better help plugin developers (and reduce their packages size) by > including a package like CryptX (https://metacpan.org/pod/CryptX). The > good thing is that if we stay on Windows' Perl-5.14, I've been able to > compile and use it, so there will be consistency. Other platforms should > be piece of cake. Like "apt install..."? I'd prefer _not_ to include more binaries in LMS. Windows, ok, that's a problem. But for Linux, if it can easily be installed using the OS' tools, then I'd try to avoid them. As you'll know we'd have to compile for X platforms * Y Perl versions. > What do you think? Other crypto packages to be installed? I'm actually particularly reluctant to include crypto related packages. I've had bad experiences in the past trying to cross compile IO::Socket::SSl and related libraries... What has been your experience including CryptX in your plugins? Did you have to update often?