7 Commits

Author SHA256 Message Date
9c01401644 - don't call rebar directly but through the makefile
for this to work we need to tell it where to find the distro rebar 

- update to 24.02
  https://www.process-one.net/blog/ejabberd-24-02/
  https://github.com/processone/ejabberd/releases/tag/24.02

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=155
2024-06-04 22:05:19 +00:00
27fc3e2811 - update to 22.10
https://www.process-one.net/blog/ejabberd-22-10/
  https://github.com/processone/ejabberd/releases/tag/22.10
- revert the previous build fix and replace it with a proper make
  dependency
- refreshed patches:
  ejabberd-fix_make_install_when_using_system_deps.patch
  ejabberd-16.06_dont_run_as_root.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=151
2023-01-10 11:21:36 +00:00
20b3c2cdec - update to 18.01
https://blog.process-one.net/ejabberd-18-01/
  - Fix TLS driver memory management
  - Fix privacy_set command
  - Report ‘fs’ support as unavailable on SunOS
  - Let mod_block_strangers bounce an error when a message is
    rejected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=125
2018-02-05 19:47:36 +00:00
015490591e - update to 17.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=122
2017-11-23 21:11:58 +00:00
43653a9a26 update to 17.09 and split out contrib it its own spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=120
2017-11-04 02:44:17 +00:00
de6ef8d5f8 - update to 17.07
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=116
2017-07-11 00:31:33 +00:00
c72ed3ea79 - added ejabberd-16.06_dont_run_as_root.patch:
As we dont want to have a login shell for the ejabberd user, the
  call to su fails.  Switching to sudo internally, requires some
  more work as the quoting needs to be fixed in all the places.
  For now only run as user ejabberd. That way we only call bash and
  bypass the broken code.
  This was especially annoying as the execs didnt have any error
  handling and no output for the user.
- merge our service file with the template from upstream.
  all the commandline options specificed were just reflecting
  defaults. if an user wants to override those, it should be done
  in /etc/ejabberd/ejabberdctl.cfg and not on the commandline.
- also adds support for the reload target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/ejabberd?expand=0&rev=111
2016-07-05 15:18:08 +00:00