- Update to 0.9.2: * OpenSSL tls module verifies certificate by default. Set flag XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification * Certificate hostname verification is forced for openssl-1.0.2 and newer * OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1 * Support of handlers with the same callback function, but different userdata * System handlers are deleted on xmpp_conn_t reconnection. Old system handlers could cause problems * Default timeout for xmpp_run() is increased from 1 millisecond to 1 second in order to reduce CPU consumption * Reduced memory usage in expat module * New functions: * xmpp_ctx_set_timeout() * xmpp_sha1_digest() - Remove libmesode-0.9.1-openssl-1.1.patch: upstreamed OBS-URL: https://build.opensuse.org/request/show/636611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmesode?expand=0&rev=3
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 19 09:37:03 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 0.9.2:
|
|
* OpenSSL tls module verifies certificate by default. Set flag
|
|
XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification
|
|
* Certificate hostname verification is forced for
|
|
openssl-1.0.2 and newer
|
|
* OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1
|
|
* Support of handlers with the same callback function,
|
|
but different userdata
|
|
* System handlers are deleted on xmpp_conn_t reconnection.
|
|
Old system handlers could cause problems
|
|
* Default timeout for xmpp_run() is increased from 1 millisecond
|
|
to 1 second in order to reduce CPU consumption
|
|
* Reduced memory usage in expat module
|
|
* New functions:
|
|
* xmpp_ctx_set_timeout()
|
|
* xmpp_sha1_digest()
|
|
- Remove libmesode-0.9.1-openssl-1.1.patch: upstreamed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 4 12:53:40 UTC 2017 - mvetter@suse.com
|
|
|
|
- Add libmesode-0.9.1-openssl-1.1.patch:
|
|
Fix build with openssl 1.1.
|
|
Taken from commits:
|
|
* 5ab52edb943985fc3943b33d9a6be1b23045a052
|
|
* b91872cf7e7ed4d2443ab5c622f4cdb395d64dbe
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 6 18:38:39 UTC 2016 - jengelh@inai.de
|
|
|
|
- Trim prose from description
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 2 10:37:29 UTC 2016 - dheidler@suse.de
|
|
|
|
- initial package for 0.9.1
|