Skip to content

zoph: Make app unavailable in Buster

Closes: #2050 (closed).

Current implementation of Zoph does not work with version 0.9.9 in Buster. As an easy hack to make the app only available in Bullseye, php7.4 dependency has been added. After making the last release for Buster, this can be removed to allow compatibility with newer versions of PHP that become available.

An incomplete list of problems with current implementation with Buster:

  • zoph --get-config is unavailable. Can be circumvented by querying the DB directly.

  • zoph --dump-config is unavailable. Can be circumvented by querying the DB directly.

  • interface.user.remote and authentication based on REMOTE_USER are unavailable. The Apache configuration shipped by Debian package does not include FreedomBox related LDAP configuration.

  • interface.user.cli defaults to "0" instead of "1". This cases running zoph from command line. This can be circumvented by setting this configuration value to "1" via DB interaction.

Tests:

  • On stable container, zoph is not available for installation.

  • On testing container, zoph can be installed, setup and used.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading