Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
rebar.config.diff | remove deps in rebar.config rebar 2 fails to locate several deps, so we remove all deps from rebar.config to prevent a failing package build =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
Makefile.in.diff | adjust Makefile.in for Debian packaging ejabberd's makefile needs to be altered in order to be compatible to Debian's package building process. =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
ejabberdctl.template.patch | adjust ejabberdctl The default ejabberdctl needs some changes to work correctly and to avoid unnecessary problematic changes compared to older versions. =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
ejabberd.init.template.patch | adjust ejabberd.init.template for Debian ejabberd's init script is very basic and needs to be adjusted and extended to work properly on Debian systems and to comply with the Debian Policy. =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
examples.mtr.patch | Fix syntax problems with the example scripts =================================================================== |
Gerfried Fuchs <rhonda@debian.at> vim:ft=diff: | not-needed | |||
ejabberdctl.cfg.example.diff | adjust ejabberdctl.cfg.example to create a PID file ejabberd's default control config doesn't create a PID file upon start, so change it =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
ejabberd.service.template.patch | populate ejabberd.service.template Turn the service template into an actual service file for systemd =================================================================== |
Mathias Ertl <mati@jabber.at> | not-needed | |||
ejabberd.yml.example.diff | adjust ejabberd.yml.example to sane defaults ejabberd's default configuration needs to be altered to be useful on Debian systems =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
src.includes.patch | correct includes Many parts of ejabberd code were moved into their own projects and are packaged separately by me. To make the build process work, several includes must be adjusted for the corresponding libraries to be found. =================================================================== |
Philipp Huebner <debalance@debian.org> | not-needed | |||
fix-spelling-errors.patch | fix spelling errors fix spelling errors based on lintian hints =================================================================== |
Philipp Huebner <debalance@debian.org> | no | |||
remove_an-trap_macro.patch | remove an-trap macro and related flags There seems to be an issue with the doctool used to generate the manpage which generates quite a bit of an-trap macro and related flags (https://savannah.gnu.org/bugs/?61002). And these does not seem todo anything in the manpage either, not to mention it makes lintian complain about 'undefined an-trap macro' =================================================================== |
Ananthu C V <weepingclown@disroot.org> | no | 2023-10-25 | ||
841d5c029905d5feabe07ab5a4db3aacfeedefb6.patch | [PATCH] Fix startup problem when having set EJABBERD_OPTS and logger options Make sure that logger options that we extract from config file are put in correct places when starting erl, directly after -ejabberd, custom EJABBERD_OPTS should be places after them. This fixes issue #4109 |
=?UTF-8?q?Pawe=C5=82=20Chmielowski?= <pawel@process-one.net> | no | 2023-10-25 | ||
4ea46c57653b3d9ea9c1386d1cc3dd07163d74d6.patch | [PATCH] Set EJABBERD_OPTS back to "", and use previous flags as example Also try to clarify distinction between EJABBERD_OPTS and ERLANG_OPTS |
=?UTF-8?q?Pawe=C5=82=20Chmielowski?= <pawel@process-one.net> | no | 2023-11-15 |