HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/doc/perl-openssl-defaults/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

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.