TT#99206 Depend on libcrypt-openssl-rsa-perl

Since commit 65634d701 (`TT#84329 encrypt/decrypt password, weppassword, pin`)
/usr/share/perl5/NGCP/Panel/Utils/Encryption.pm depends on the
Perl module Crypt::OpenSSL::RSA (AKA libcrypt-openssl-rsa-perl).

File /usr/share/perl5/NGCP/Panel/Utils/Encryption.pm is shipped with the
main ngcp-panel package, which doesn't depend on libcrypt-openssl-rsa-perl.
This went unnoticed, as we depend on libcrypt-openssl-rsa-perl in the
ngcp-panel-tools package only (which is installed by default though), so
add libcrypt-openssl-rsa-perl also as dependency of ngcp-panel package.

Fixes the following issue (as reported on spce-user mailing list):

| Oct 30 16:40:19 ngcp_panel_fastcgi.pl[15571]: Can't locate Crypt/OpenSSL/RSA.pm in @INC (you may need to install the Crypt::OpenSSL::RSA module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/NGCP/Panel/Utils/Encryption.pm line 4.

Change-Id: I33b5eb1d3b621dece48e680fb3cd93429d1030b0
mr9.1
Michael Prokop 5 years ago
parent 186ddabb17
commit 3b9ef3d0b3

1
debian/control vendored

@ -38,6 +38,7 @@ Depends:
libcrypt-cracklib-perl,
libcrypt-eksblowfish-perl,
libcrypt-jwt-perl,
libcrypt-openssl-rsa-perl,
libcrypt-rc4-perl,
libcrypt-rijndael-perl,
libcryptx-perl,

Loading…
Cancel
Save