LP1947728: Remove Debian Stretch Prerequisites
authorJason Stephenson <jason@sigio.com>
Mon, 22 Nov 2021 15:46:57 +0000 (10:46 -0500)
committerJane Sandberg <js7389@princeton.edu>
Wed, 19 Oct 2022 04:33:06 +0000 (21:33 -0700)
Since Debian Stretch is soon EOL, remove it as a viable installation
target.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
README
src/extras/Makefile.install

diff --git a/README b/README
index 6f6acdc..02081d8 100644 (file)
--- a/README
+++ b/README
@@ -66,7 +66,6 @@ Well-tested values for <osname> 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:
index 3a8df8b..288f8e0 100644 (file)
@@ -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