From: Jason Stephenson Date: Mon, 22 Nov 2021 15:46:57 +0000 (-0500) Subject: LP1947728: Remove Debian Stretch Prerequisites X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=48e12511c82f6856ea8c93eb87eaddc6c2e9911a;p=working%2FOpenSRF.git LP1947728: Remove Debian Stretch Prerequisites Since Debian Stretch is soon EOL, remove it as a viable installation target. Signed-off-by: Jason Stephenson Signed-off-by: Jane Sandberg --- diff --git a/README b/README index 6f6acdc..02081d8 100644 --- a/README +++ b/README @@ -66,7 +66,6 @@ Well-tested values for include: * `debian-bullseye` for Debian 11 * `debian-buster` for Debian 10 - * `debian-stretch` for Debian 9 * `ubuntu-bionic` for Ubuntu 18.04 * `ubuntu-focal` for Ubuntu 20.04 * `ubuntu-jammy` for Ubuntu 22.04 @@ -227,30 +226,6 @@ systemctl stop ejabberd.service + 2. Edit the ejabberd config file. + -(Debian Stretch) Ejabberd 16.x:: -Open `/etc/ejabberd/ejabberd.yml` and make the following -changes: - a. Define your public and private domains in the `hosts` directive. For - example: -+ -[source, bash] ---------------------------------------------------------------------------- -hosts: - - "localhost" - - "private.localhost" - - "public.localhost" ---------------------------------------------------------------------------- -+ - b. Change `auth_password_format` to plain - c. Change `shaper:` `normal` and `fast` values to 500000 - d. Increase the `max_user_sessions:` `all:` value to 10000 - e. Comment out the `mod_offline` directive -+ ------------------------ -##mod_offline: - ##access_max_user_messages: max_user_offline_messages ------------------------ -+ (Debian Buster / Ubuntu Bionic / Ubuntu Focal) Ejabberd 18.x:: Open `/etc/ejabberd/ejabberd.yml` and make the following changes: diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 3a8df8b..288f8e0 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -4,7 +4,7 @@ # # Makefile to install prerequisites for OpenSRF # -# Currently supports Debian (stretch/bullseye) and Ubuntu +# Currently supports Debian (buster/bullseye) and Ubuntu # (bionic/focal) # # Installs Perl prereqs, libjs with Perl wrapper @@ -14,8 +14,6 @@ # - or - # make -f Makefile.install debian-buster # - or - -# make -f Makefile.install debian-stretch -# - or - # make -f Makefile.install ubuntu-bionic # - or - # make -f Makefile.install ubuntu-focal @@ -154,7 +152,6 @@ all: debian-bullseye: generic_debian debian-buster: generic_debian -debian-stretch: generic_debian generic_debian: install_debs debian_sys_config apache_mpm_prefork_mods apache_perl_mod