Changelog for
jabberd-2.7.0-3.2.uyuni.x86_64.rpm :
* Wed Mar 04 2020 Julio González Gil
- Disable unused postgresql backend
* Thu Nov 07 2019 Julio González Gil - SQL scripts are now placed at /etc/jabberd/scripts to make jabberd compatible with JeOS (bsc#1148352)
* Fri Sep 06 2019 Julio González Gil - Always require zlib-devel for building (fixes building for SLE15 SP2)
* Fri Jan 11 2019 jgonzalezAATTsuse.com- New version: 2.7.0
* openssl-1.1 support
* Python script to export data in XEP-0227 format
* Fix build errors with MariaDB 10.2
* systemd units restart on failure
* Use systemd BindsTo= instead of BindTo.- Change:
* jabberd-services.patch- Remove:
* jabberd-2.6.1-openssl-1.1.patch
* jabberd-2.6.1-mariadb-10.2.patch
* Mon Dec 11 2017 jgonzalezAATTsuse.com- Fix build problems for SLE15 and openSUSE15- Add:
* jabberd-2.6.1-openssl-1.1.patch
* jabberd-2.6.1-mariadb-10.2.patch
* Thu Jul 13 2017 moioAATTsuse.com- New version: 2.6.1
* Fixed offered SASL mechanism check (bsc#1047282, CVE-2017-10807)- New version: 2.6.0
* Better SASL error messages- New version: 2.5.0
* Do not attempt to reload SM modules on SIGHUP
* Cleanup config files example
* Fixed memory leak in pgsql storage driver
* Fixed two double-frees caused by dangling pointers
* Fixed c2s logger initialization point- New version: 2.4.0
* Count RIO bytes and check against max stanza size
* Gracefully drop unhandled HTTP connections
* wss:// (WebSocket over SSL) support in c2s
* Allow BareJID S10N packets
* Fallback to connecting S2S using local.ip when none of the origin.ip works
* Removed explicit SQLite transactions
* SQLite postconnect SQL support
* SQLite DB setup script improvements
* Many Coverity Scan and cppcheck detected issues fixed
* Properly lowercase SASL mechanisms in c2s
* Support out-of-source build- New version: 2.3.6
* Support WebSocket fragmented packets
* Fixed delivering directed presence (to self)
* Reset in-sess \'from\' to FullJID on non-Presence packets- New version: 2.3.5
* Module to verify users using e-mail
* Reordered MIO backends priority
* Skip non-existing blowfish i386 assembler code
* Use CSPRNG for dialback keys
* Allow presence probing own connections
* Use OpenSSL functions for base64 en/decoding when available
* Option to dump packet-filter matched packets to file- New version: 2.3.4
* Rewrite TLS ephemeral key + cipher handling
* Recover Berkeley DB before opening it
* bcrypt support for PostgreSQL
* Option to set authreg module per realm
* AuthReg ANONYMOUS does not offer password check
* Answer to disco#info queries to user JID
* WebSocket C2S SX plugin- New version: 2.3.3
* Support for RSA/DH/ECDH key agreement
* bcrypt support for MySQL storage
* C2S per session user data & authreg auth API extensions for custom authreg backends- obsolete patches which are upstream now: - jabberd-base64.patch - jabberd-recover_db_on_open.patch
* Tue Jun 13 2017 mcAATTsuse.de- format specfile
* Thu Jul 14 2016 moioAATTsuse.com- Allow for up to 8k client connections (bsc#950184), forward ported from Manager 2.1
* Thu Jul 14 2016 moioAATTsuse.com- revert config files to %config(noreplace) (bsc#988378)
* Wed Oct 28 2015 mcAATTsuse.de- provide exclusivly systemd
* obsolets jabberd.init- more time for the router to fully startup
* jabberd-services.patch- increase maximum file descriptor
* Tue Oct 27 2015 mcAATTsuse.de- New version: 2.3.2
* Removed unmaintained CyrusSASL backend obsolete jabberd-sasl.patch
* Option to add realm to username in ldapvcard module
* Added systemd unit files
* Marked \"TLS-Everywhere\" as EXPERIMENTAL feature
* default EXPERIMENTAL to \'no\'
* default SUPERSEDED to \'no\'
* moved STANZA-ACK and MY-IP-ADDRESS XEPs and IQ-PRIVATE push out of experimental status.
* Semantic Versioning: http://semver.org/
* TLS Everywhere: https://github.com/stpeter/manifesto
* pgsql: authreg password_type support
* pgsql: schema support
* ldapvcard: groupattr works even if no groupattr_regex defined
* ldapfull: checks for ldap group membership on login
* vCard: Assume tel phone is voice phone
* MySQL: default password hashing algorithm changed to SHA512
* out-conn-reuse s2s.xml option naming unified
* XML parse error will log buffer details
* CRAM-MD5 auth support
* router private key cachain and password support
* hashed passwords support in SQLite3 storage- obsolete patches which are upstream now:
* jabberd-add_missing_returns.patch
* jabberd-fix_buffer_overflow.patch
* Mon Aug 10 2015 mantelAATTsuse.de- change attribute of config files from %config(noreplace) to %config (bsc#940923)
* Fri Jul 03 2015 smoioliAATTsuse.com- Added a patch to automatically clean stale locks on sm startup (bsc#933738)